django1/django/contrib
Adrian Holovaty 20c8aa2a20 Fixed various dodgy behaviours
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-17 17:37:24 +00:00
..
admin Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
admindocs Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix. 2011-11-16 10:30:19 +00:00
auth Explained why UserCreationForm performs custom validation of usernames. Refs #13147. 2011-12-17 15:30:55 +00:00
comments Updated uses of i18n.blocktrans template tag to use the new more compact syntax introduced in 1.3. 2011-12-01 22:57:01 +00:00
contenttypes Introduce `ContentType.objects.get_for_models(*models)` and use it in the the auth permissions code. This is a solid performance gain on the test suite. Thanks to ptone for the profiling to find this hotspot, and carl for the review. 2011-10-12 20:51:59 +00:00
databrowse Fixed #16565 -- Fixed a databrowse error on null foreign key, even though databrowse is deprecated. Thanks aaugustin for the patch. 2011-09-22 06:37:50 +00:00
flatpages Fixed #17057 -- Corrected flatpage url uniqueness validation to account for flatpage editing. 2011-10-17 00:56:32 +00:00
formtools Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. 2011-11-13 19:05:02 +00:00
gis Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
humanize Fixed the humanize tests to work properly with a pure-python datetime module (platforms such as PyPy) 2011-11-22 09:20:58 +00:00
localflavor Fixed #17275 -- Moved some imports back from module level to class level to prevent the test suite from raising warnings. 2011-12-01 20:21:00 +00:00
markup Fixed #17135 -- Made it possible to use decorators (like stringfilter) on template filter functions in combination with auto-escaping. Refs #16726. 2011-10-30 07:32:21 +00:00
messages Made some `contrib.messages` tests use `override_settings` for clarity. Thanks to Claude Paroz for the patch. Refs #16507, #16574. 2011-10-25 02:55:25 +00:00
redirects Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
sessions Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
sitemaps Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
sites Fixed #16353 -- don't try to create Site objects on all databases. Refs #15573, #15346. Thanks Aymeric Augustin for the report and the patch. 2011-09-21 22:46:48 +00:00
staticfiles Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings and path fragments. 2011-11-03 10:51:02 +00:00
syndication Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
webdesign Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00