django1/django/contrib
Claude Paroz cb9f71dd99 Fixed #18640 -- Allowed access to GDAL Feature without Datasource
Thanks Justin Bronn for improving my initial patch.
2012-10-07 16:21:34 +02:00
..
admin Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the report. 2012-10-04 06:45:22 -04:00
admindocs Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
auth Fixed #19060 -- Corrected assumptions about the name of the User model in the ModelBackend. 2012-10-06 12:43:29 +08:00
comments Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
contenttypes Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
databrowse Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
flatpages Prevented flatpage view from directly accessing settings.SITE_ID 2012-10-01 14:19:33 +02:00
formtools Fixed #19020 -- Do not depend on dict order in formtools tests 2012-09-25 18:41:57 +02:00
gis Fixed #18640 -- Allowed access to GDAL Feature without Datasource 2012-10-07 16:21:34 +02:00
humanize [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
localflavor Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit. 2012-09-07 15:08:07 -04:00
markup Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial patch. 2012-09-08 12:13:46 -04:00
messages Fixed #18781 -- Reduced max session cookie size. 2012-09-07 19:24:02 -04:00
redirects Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
sessions Fixed #10853 -- Skipped some sessions tests with dummy cache backend 2012-09-21 13:17:25 +02:00
sitemaps [py3] Fixed sitemaps tests. 2012-08-14 20:14:31 +02:00
sites [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
staticfiles Fixed comment typo 2012-08-29 17:09:47 -07:00
syndication Fixed #7936 -- Added Last-Modified header to feeds 2012-09-30 22:40:25 +02:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00