django1/django/contrib
Julien Phalip a89b156284 Disentangled some parts of the admin ChangeList and ListFilter's internals. With this refactoring, the query string lookups are now processed once instead of twice and some bugs (in particular the SimpleListFilter parameter name being mistaken for a model field in some cases) are avoided.
Refs #17091.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-22 12:26:17 +00:00
..
admin Disentangled some parts of the admin ChangeList and ListFilter's internals. With this refactoring, the query string lookups are now processed once instead of twice and some bugs (in particular the SimpleListFilter parameter name being mistaken for a model field in some cases) are avoided. 2011-11-22 12:26:17 +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 Removed redundant definition of urls in the auth tests. 2011-11-22 07:44:26 +00:00
comments Upgraded django.contrib.comments to be compatible with time zone support. 2011-11-20 10:58:20 +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 #15255 -- Ensured createcachetable honors database routers. 2011-11-19 19:56:31 +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 Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +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 Improved the test for #16847. 2011-11-22 01:10:00 +00:00
sitemaps Fixed #16906 -- Format datetimes with str/unicode instead of strftime where possible: it's faster and it works for all dates. 2011-10-13 19:23:45 +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 Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch. 2011-11-18 22:54:24 +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