django1/django/contrib/admin
Keryn Knight 170f721367 Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelish input. 2013-09-11 08:48:32 -04: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 catalogs 2013-05-25 14:32:44 +02:00
static/admin Fixed #4574 -- Added CSS classes to the admin calendar widget for better control over styling. 2013-09-10 08:07:17 -05:00
templates Fixed #7467 -- Added a template block to override the admin welcome message. 2013-09-10 08:48:03 -04:00
templatetags Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects. 2013-09-07 12:14:07 -05:00
views Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects. 2013-09-07 12:14:07 -05:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
actions.py Itty bitty typo fix. 2013-06-19 17:45:28 -06:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
forms.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
helpers.py Fixed #17074 -- Improved first field detection in admin add form 2013-08-31 21:19:22 +02:00
models.py Fixed LogEntry.get_admin_url() for non-existent models. 2013-08-02 12:51:10 -04:00
options.py Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the admin history view. 2013-09-07 14:53:29 -05:00
sites.py Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelish input. 2013-09-11 08:48:32 -04:00
tests.py Updated Selenium-based tests after e909ceae9b. 2013-08-31 12:14:52 -03:00
util.py Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
validation.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
widgets.py Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects. 2013-09-07 12:14:07 -05:00