django1/django/contrib
Jorge C. Leitão 2e364a0aac Fixed #15716 - Authentication backends can short-circuit authorization.
Authorization backends can now raise PermissionDenied in "has_perm"
and "has_module_perms" to short-circuit authorization process.
2014-05-16 12:57:38 -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 #15716 - Authentication backends can short-circuit authorization. 2014-05-16 12:57:38 -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 Remove old compatibility shims from d.c.gis. 2014-05-16 12:11:35 +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 Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
sites Used more specific test assertions. 2014-04-09 22:20:22 +02:00
staticfiles Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00
syndication Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
webdesign Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00