django1/django/contrib
Tim Graham 1e78d132da [1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.
Thanks alexdlaird for the report.

Backport of b68fac7e88 from master
2014-05-19 08:37:00 -04:00
..
admin [1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django.contrib.admin) 2014-05-16 18:38:26 +02:00
admindocs [1.7.x] Fixed #21685 -- Displayed app verbose name in admindocs model index 2014-05-10 18:10:05 +02:00
auth [1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager. 2014-05-19 08:37:00 -04:00
comments Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
contenttypes [1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:02:06 -04:00
flatpages [1.7.x] Harmonized some PEP 0263 coding preambles 2014-05-15 20:01:31 +02:00
formtools [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
gis [1.7.x] Harmonized some PEP 0263 coding preambles 2014-05-15 20:01:31 +02:00
humanize Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
messages [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
redirects Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sessions [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
sitemaps [1.7.x] Removed locale dirs for single-message apps 2014-05-19 14:21:01 +02:00
sites Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
staticfiles [1.7.x] Removed locale dirs for single-message apps 2014-05-19 14:21:01 +02:00
syndication [1.7.x] Removed locale dirs for single-message apps 2014-05-19 14:21:01 +02:00
webdesign [1.7.x] Removed locale dirs for single-message apps 2014-05-19 14:21:01 +02:00
__init__.py