django1/django/contrib
Berker Peksag 32ca159c96 Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().
The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't
tested correctly because of the super() call in
EpisodeAdmin.get_formsets().
2014-12-31 08:24:09 -05:00
..
admin Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples(). 2014-12-31 08:24:09 -05:00
admindocs Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
auth Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
contenttypes Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
flatpages Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
gis Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
postgres Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sitemaps Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sites Fixed #24000 -- Corrected contrib.sites default site creation in a multiple database setup. 2014-12-27 09:42:13 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py