django1/django/contrib/admin
Marc Egli b3bccce1a0 Fixed #20455 -- Do not use ngettext for undefined plurals
Using two separate translation strings instead of gettext plural when
there is no reference to the number in the translated string. This
prevents some translations like Russian and Latvian to use the singular
form for 11 or 21.
2013-05-25 14:16:46 +02:00
..
bin Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. 2013-02-02 15:01:32 -08:00
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
static/admin Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace. 2013-04-14 17:45:01 -03:00
templates Fixed #20455 -- Do not use ngettext for undefined plurals 2013-05-25 14:16:46 +02:00
templatetags Fixed #20088 -- Changed get_admin_log not to depend on User id field 2013-03-19 19:30:43 -03:00
views Fixed #15961 -- Modified ModelAdmin to allow for custom search methods. 2013-05-19 16:45:00 +02:00
__init__.py Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. 2011-05-03 10:44:23 +00:00
actions.py Fix #20111 Added more precise message level for succcess and warning messages 2013-04-08 14:54:03 +03:00
filters.py Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string. 2012-12-03 11:53:15 -08:00
forms.py Removed superfluous cookie check from auth login. 2013-02-23 15:28:49 -08:00
helpers.py Fixed #19609: admin Inlines doesn't display help_text for readonly fields 2013-02-23 18:24:32 +01:00
models.py Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path. 2013-03-25 23:45:27 -04:00
options.py Made 2d309a70 compatible with Python 3. 2013-05-19 17:58:29 +02:00
sites.py Fixed #12674 -- provide a way to override admin validation 2013-05-19 12:42:52 +02:00
tests.py Fixed #19854 -- Turn Django's own Selenium tests off by default. 2013-02-25 10:14:42 -07:00
util.py Fixed #17308 -- Enabled the use of short_description on properties in the admin. 2013-05-21 13:19:18 +02:00
validation.py Fixed #12674 -- provide a way to override admin validation 2013-05-19 12:42:52 +02:00
widgets.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00