Demande de modification #3400
Plurals in admin.py
Status: | Fermé | Start date: | 03/29/2016 | |
---|---|---|---|---|
Priority: | Bas | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | Estimated time: | 0.00 hour | |
Target version: | Version 0.01 - Multi-platform skeleton easy install | Spent time: | - |
Description
Some plurals are grammatically incorrect (Countrys, ...)
History
#1 Updated by Paul Carensac almost 9 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
No changes in admin.py.
Changes in models.py :
- verbose_name_plural = "Countries" Country.Meta
NrtAnalysis.Meta
- verbose_name_plural = "Nrt analyzes"
- verbose_name_plural = "Schedule histories" ScheduleHistory.Meta
WeatherWatchHistory.Meta
- verbose_name_plural = "Weather watch histories"
- verbose_name_plural = "Weather watches" WeatherWatch.Meta
SiteWatchHistory.Meta
- verbose_name_plural = "Site watches" @ SiteWatch.Meta
- verbose_name_plural = "Site watch histories"
#2 Updated by Etienne Pallier almost 9 years ago
- Target version set to Version 0.01 - Multi-platform skeleton easy install