django1/django/contrib
Claude Paroz d04f72fb31 Got rid of old __cmp__methods replaced by rich comparison.
The __cmp__ methods are unsupported in Python 3.
_doctest.py has been left untouched because it is likely it will
not be migrated to Python 3.
2012-05-18 14:52:24 +02:00
..
admin Fixed #17518 -- CSS glitch in StackedInline. 2012-05-10 22:44:40 +02:00
admindocs Added missing relative imports in test files. 2012-05-12 19:58:32 +02:00
auth Fixed #18093 -- Added a pk to AnonymousUser. 2012-05-10 21:42:13 +02:00
comments Comment._get_userinfo is thread safe now 2012-05-08 17:25:31 +02:00
contenttypes Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
databrowse Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
flatpages Fixed #18234: Avoided exception on flatpage add 2012-04-28 19:44:14 -04:00
formtools Used catch_warnings instead of save/restore methods. Refs #17049. 2012-05-03 18:30:07 +02:00
gis Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
humanize Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
localflavor Fixed #6916 -- Wrong spelling of Spanish province. 2012-05-17 22:04:47 +02:00
markup Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
messages Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
redirects Pulled redirects translations updates from Transifex. Refs #17822. 2012-03-23 03:20:36 +00:00
sessions Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
sitemaps Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
sites Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
staticfiles Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch. 2012-05-16 13:21:50 +02: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