django1/django/contrib
Roberto Aguilar af67ce5e18 Fixed #4574 -- Added CSS classes to the admin calendar widget for better control over styling. 2013-09-10 08:07:17 -05:00
..
admin Fixed #4574 -- Added CSS classes to the admin calendar widget for better control over styling. 2013-09-10 08:07:17 -05:00
admindocs Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
auth Removed a ton of unused local vars 2013-09-08 08:05:16 -07:00
comments Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05: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 Removed some more unused local vars 2013-09-08 12:20:01 -07:00
humanize Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
messages Removed a ton of unused local vars 2013-09-08 08:05:16 -07:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Fixed a number of flake8 errors -- particularly around unused imports and local variables 2013-09-06 21:56:40 -07:00
sitemaps Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
sites Rename allow_syncdb to allow_migrate 2013-07-30 12:08:59 +01:00
staticfiles Moved two WSGI-specific functions to the WSGI handler. 2013-09-07 10:03:49 -05: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