..
admin
Fixed #7539 , #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.
2010-11-09 16:46:42 +00:00
admindocs
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
auth
Fixed #14508 - test suite silences warnings.
2010-11-11 15:06:20 +00:00
comments
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
2010-10-14 20:54:30 +00:00
contenttypes
Fixed #7539 , #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.
2010-11-09 16:46:42 +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
Don't mark a TemplateSyntaxError in flatpages as being translatable.
2010-10-10 17:54:20 +00:00
formtools
Fixed bug and test failure introducted in [14290]
2010-10-20 07:59:17 +00:00
gis
Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.
2010-11-09 17:39:01 +00:00
humanize
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
2010-01-10 21:37:20 +00:00
localflavor
Fixed #14455 -- Documented the backwards compatibility policy for local flavors. Implemented the policy for the changes in the Indonesian local flavor (from r14195) that stimulated the development of this policy. Thanks to Karen, Alex, Ramiro and Chris for their help developing the policy.
2010-11-01 00:52:58 +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 #14508 - test suite silences warnings.
2010-11-11 15:06:20 +00:00
redirects
Cleaned up a bunch of minor doc stuff:
2008-09-02 16:42:13 +00:00
sessions
Fixed #14231 -- Added an index to the expire_date column on the Session model. Thanks to joeri for the report, via Frodo from Medid.
2010-10-28 11:56:37 +00:00
sitemaps
Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptions about the environment in which the tests are run. Thanks to Gabriel Hurley for the report and patch.
2010-10-12 07:15:47 +00:00
sites
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
2010-10-18 04:56:27 +00:00
staticfiles
Fixed #14524 , #14582 , #14617 , #14665 and #14667 -- Tweaked staticfiles app.
2010-11-11 21:43:49 +00:00
syndication
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
2010-10-11 12:20:07 +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