django1/django/contrib
Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thanks Collin Anderson for the review.
2014-09-29 00:01:38 +07:00
..
admin Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
admindocs Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
auth Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
contenttypes Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin. 2014-09-24 06:32:42 -04:00
flatpages Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
formtools Fetched translations from Transifex 2014-08-20 10:22:41 +02:00
gis Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
humanize Corrected indentation in a contrib.humanize test; refs #23340. 2014-09-10 12:26:15 -04:00
messages Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
postgres Fixed #22962 -- Default values for ArrayField with migrations. 2014-07-29 10:37:11 +01:00
redirects Fetched translations from Transifex 2014-08-20 10:22:41 +02:00
sessions Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
sitemaps Silenced some deprecation warnings in contrib.sitemaps; refs #22384. 2014-09-27 00:42:47 +07:00
sites Fetched translations from Transifex 2014-08-20 10:22:41 +02:00
staticfiles Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Fixed #22789 -- Deprecated django.contrib.webdesign. 2014-07-14 08:45:19 -04:00
__init__.py