django1/django/contrib/admin
Matthew Tretter a506b6981b Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.
Also, use Django templating for the dynamic generated JS code and use
more idiomatic coding techniques.

Thanks Matthew Tretter for the report and the patch.
2013-04-14 17:45:01 -03: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 2013-03-28 10:06:11 +01:00
static/admin Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace. 2013-04-14 17:45:01 -03:00
templates Fixed #16350 -- Forced capitalization in template. 2013-03-22 22:41:13 +01: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 #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07: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 Merge pull request #938 from darklow/ticket_20111 2013-04-08 04:56:57 -07:00
sites.py Fixed spelling errors 2013-03-28 11:16:53 -06: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 #18491 -- deleting a proxy doesn't show warning about cascade deletes 2013-02-23 23:20:34 +01:00
validation.py Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden. 2013-02-02 14:53:46 -08:00
widgets.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00