django1/django/contrib
Tim Graham b68fac7e88 Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.
Thanks alexdlaird for the report.
2014-05-19 08:35:44 -04:00
..
admin Fixed #22266 - quote PK before redirecting away from add_view (django.contrib.admin) 2014-05-16 18:33:17 +02:00
admindocs Fixed #21685 -- Displayed app verbose name in admindocs model index 2014-05-10 18:09:07 +02:00
auth Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager. 2014-05-19 08:35:44 -04:00
contenttypes Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:25:35 -04:00
flatpages Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
formtools Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
gis Fixed contrib.gis tests breaking in some edge cases. 2014-05-17 15:01:06 +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 Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07: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 Fixed #20936 -- When logging out/ending a session, don't create a new, empty session. 2014-05-11 21:42:26 -03:00
sitemaps Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
sites Used more specific test assertions. 2014-04-09 22:20:22 +02:00
staticfiles Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
syndication Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
webdesign Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
__init__.py