django1/django/contrib
Julien Phalip 1ff9be1144 Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17 21:45:36 +00:00
..
admin Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705]. 2012-03-17 21:45:36 +00:00
admindocs Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
auth Fixed #17898: Ensure create_superuser honors the 'db' argument from post_sync_db. Thanks to charettes for the patch. 2012-03-14 22:23:35 +00:00
comments Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
contenttypes Fixed #17838 - prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField 2012-03-15 15:06:57 +00:00
databrowse Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
flatpages Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
formtools Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
gis Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta to OSGeo. 2012-03-17 20:13:06 +00:00
humanize Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
localflavor Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
markup Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch. 2012-03-16 00:36:52 +00:00
messages Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
redirects Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
sessions Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
sitemaps Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks, gnosek, krzysiumed and adam_przybyla. 2012-02-09 18:56:49 +00:00
sites Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
staticfiles Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs unnecessarily. Thanks, tgecho. 2012-03-13 03:48:11 +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