django1/django/contrib
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
..
admin Destroy selenium before live server threads. 2013-09-17 18:39:25 +02:00
admindocs Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
auth Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
comments Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
contenttypes Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() method 2013-09-07 20:00:38 -04:00
flatpages Updated flatpages tests to override CSRF_FAILURE_VIEW. 2013-07-30 13:04:30 -04:00
formtools Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
gis Added backwards compatability shims for util modules. 2013-09-16 12:53:42 -04:00
humanize Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
messages Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
sitemaps Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly. 2013-09-17 10:21:11 -04:00
sites Rename allow_syncdb to allow_migrate 2013-07-30 12:08:59 +01:00
staticfiles Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
syndication Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
webdesign Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
__init__.py