django1/django
Russell Keith-Magee 74c457b439 Fixed #13355 -- Updated Serbian and Serbian Latin translations. Thanks to Janos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 10:45:51 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #13355 -- Updated Serbian and Serbian Latin translations. Thanks to Janos. 2010-05-04 10:45:51 +00:00
contrib Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the changes introduced in r13068. Thanks to 3point2 for the report and patch. 2010-05-04 07:23:02 +00:00
core Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn't cause problems with proxied models. Thanks to everyone that helped to narrow down the problem. 2010-04-27 11:51:43 +00:00
db Fixed #12851 -- Another attempt at fixing select_related() with inherited models, this time with only(). Thanks to phxx for the test case. 2010-04-30 16:32:48 +00:00
dispatch Fixed #11134: signals recievers that disconnect during their processing no longer mess things up for other handlers. Thanks, Honza Kral. 2009-05-20 16:13:55 +00:00
forms Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime classmethod was added in 2.5. 2010-05-03 15:30: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 Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #13373 -- Ensured that {% if %} statements will short circuit template logic and not evaluate clauses that don't require evaluation. Thanks to Jerry Stratton for the report. 2010-04-19 14:18:14 +00:00
templatetags Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly. 2010-05-01 02:29:32 +00:00
test Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refcounting problem with signal handlers. This is a fix for the benefit of PyPy's hybrid GC. Thanks to Alex Gaynor for the report and patch. 2010-04-13 02:41:37 +00:00
utils Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 06:14:47 +00:00
views Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view. 2010-05-02 19:46:31 +00:00
__init__.py Bump version info to 1.2 beta. 2010-02-06 06:05:44 +00:00