django1/django/contrib
Julien Phalip 51b8f0a240 Removed a small useless piece of code from `contrib.auth`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-20 04:23:34 +00:00
..
admin Fixed #15221 -- Made the admin filters on foreign key and m2m relationships display the related field's verbose name instead of that of the related model. 2011-10-16 06:42:50 +00:00
admindocs Removed unused code from admindocs app now that it supports reversing URLs. 2011-09-23 23:57:06 +00:00
auth Removed a small useless piece of code from `contrib.auth`. 2011-10-20 04:23:34 +00:00
comments Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +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 Fixed #16393 -- FormWizard's cookie storage backend now works with all versions of simplejson and the standard library json module. 2011-10-19 00:09:41 +00:00
gis Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
humanize Fixed a regression introduced in r16897. Thanks to Julien for the eagle eyes and Florian Apolloner for the review. 2011-09-24 13:32:57 +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 #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
messages Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
redirects Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
sessions Fixed #16987 -- Improved error message for session tests. Thanks jMyles and DiskSpace for the patch. 2011-10-05 05:21:47 +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 #16703 -- Raise an exception if the storage location of the DefaultStorageFinder is empty. 2011-09-21 15:58:32 +00:00
syndication Advanced deprecations in contrib.syndication. 2011-04-02 08:36:40 +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