django1/django/contrib
Russell Keith-Magee a0878b5f95 Fixed #15627 -- Use constant time comparison for password checks. Thanks to hvdklauw for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17 11:51:07 +00:00
..
admin Fixed #15569 -- Corrected the numbering updates to inlines when rows are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. 2011-03-17 00:44:12 +00:00
admindocs Pulled admindocs translation updates from Transifex. 2011-03-15 20:06:26 +00:00
auth Fixed #15627 -- Use constant time comparison for password checks. Thanks to hvdklauw for the report and patch. 2011-03-17 11:51:07 +00:00
comments Pulled comments translation updates from Transifex. 2011-03-15 20:07:32 +00:00
contenttypes Fixed #15622 -- Clear content type cache to avoid problems with subsequence TransactionTestCases. Thanks to zyga for the report 2011-03-17 08:41:25 +00:00
csrf Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
databrowse Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when 2010-10-10 01:57:56 +00:00
flatpages Pulled flatpages translation updates from Transifex. 2011-03-15 20:08:36 +00:00
formtools Pulled formtools translation updates from Transifex. 2011-03-15 20:09:10 +00:00
gis Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests to ensure `Site` exists for tests. 2011-03-16 18:22:52 +00:00
humanize Pulled humanize translation updates from Transifex. 2011-03-15 20:10:24 +00:00
localflavor Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report. 2011-03-17 00:59:30 +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 Fixed #15142 -- Force test views to be non-cached so that projects with caching middleware enabled don't cause test failures. Thanks to jsdalton for the report and patch 2011-03-17 08:07:40 +00:00
redirects Pulled redirects translation updates from Transifex. 2011-03-15 20:12:07 +00:00
sessions Pulled sessions translation updates from Transifex. 2011-03-15 20:12:38 +00:00
sitemaps Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
sites Pulled sites translation updates from Transifex. 2011-03-15 20:13:13 +00:00
staticfiles Modified collectstatic management command to not include STATIC_ROOT in the user prompt since it's misleading when using a non-local storage backend. 2011-03-09 12:34:17 +00:00
syndication Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and jasonkotenko. 2011-02-12 19:12:14 +00:00
webdesign Converted contrib/webdesign doctests to unittests. We thoroughly deplore those doctests. 2010-10-10 01:06:56 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00