django/django
Karen Tracey 47a822207f Fixed #12881: Corrected handling of inherited unique constraints. Thanks for report fgaudin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-16 19:32:11 +00:00
..
bin
conf Fixed #13045 - Add USE_L10N to the project skeleton settings. 2010-03-15 12:16:21 +00:00
contrib Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks marcob, Travis Cline, gabrielhurley. 2010-03-16 19:01:40 +00:00
core Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value. Thanks to loewis for report. 2010-03-13 22:11:48 +00:00
db Fixed #12881: Corrected handling of inherited unique constraints. Thanks for report fgaudin. 2010-03-16 19:32:11 +00:00
dispatch
forms Fixed #12881: Corrected handling of inherited unique constraints. Thanks for report fgaudin. 2010-03-16 19:32:11 +00:00
http Fixed #11522: Restored ability of http redirect responses to correctly handle redirect locations with non-ASCII chars. 2010-03-02 19:37:48 +00:00
middleware Fixed #6228: Changed common middleware to respect request-specific urlconf. Thanks trey, skevy, and mikexstudios. 2010-03-07 20:03:04 +00:00
shortcuts
template Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report. 2010-03-16 14:34:57 +00:00
templatetags Fixed #5972 - Allow the template filters to be used with the trans tag. Thanks for the initial patch, Dmitri Fedortchenko. 2010-02-21 23:43:28 +00:00
test Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00
utils Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report. 2010-03-12 13:06:13 +00:00
views Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report. 2010-03-12 13:06:13 +00:00
__init__.py