django1/django/contrib
Baptiste Mispelon a0d5970d44 Fixed contrib.gis tests breaking in some edge cases.
The tests would error out with an ImproperlyConfigured error
if the user had psycopg installed but not geos.
Thanks to mcgohier for the report.
2014-05-17 15:01:06 +02: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 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 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