django1/django/contrib/admin
Florian Apolloner 2c6079775e Destroy selenium before live server threads.
Ensure that selenium quits before the live server thread to
prevent occasional hangs when killing the live server.
2013-09-17 18:39:25 +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 catalogs 2013-05-25 14:32:44 +02:00
static/admin Added Arabic mapping to contrib/admin/static/admin/js/urlify.js 2013-09-17 10:34:12 -04:00
templates Fixed #7467 -- Added a template block to override the admin welcome message. 2013-09-10 08:48:03 -04:00
templatetags Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
views Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
__init__.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -04:00
actions.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -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 #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04: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 Destroy selenium before live server threads. 2013-09-17 18:39:25 +02:00
util.py Added backwards compatability shims for util modules. 2013-09-16 12:53:42 -04:00
utils.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
validation.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
widgets.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00