django1/django
Alex Gaynor c00c377e54 Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also converted the Czech localflavor tests to be unittests. We have always been at war with doctests. Thanks to Idan Gazit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-27 07:41:26 +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 #11675 -- Added support for the PyLibMC cache library. In order to support this, and clean up some other 1.3 caching additions, this patch also includes some changes to the way caches are defined. This means you can now have multiple caches, in the same way you have multiple databases. A huge thanks to Jacob Burch for the work on the PyLibMC backend, and to Jannis for his work on the cache definition changes. 2010-12-21 15:19:19 +00:00
contrib Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also converted the Czech localflavor tests to be unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-27 07:41:26 +00:00
core Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII characters in email addresses. Thanks, Claude Peroz and Andi Albrecht. 2010-12-21 15:26:49 +00:00
db Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternative month names added in [14900]. Thanks, alek and Claude Peroz. 2010-12-22 00:44:54 +00:00
http Fixed #14809 -- broken login related tests after r14733. 2010-12-01 22:25:17 +00:00
middleware Beefed up the tests for multi-cache handling of the cache middleware and view decorators, and made a couple of tweaks for edge cases as a result. 2010-12-22 07:52:44 +00:00
shortcuts Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy arguments. Thanks to adamv for the report. 2010-12-22 04:54:10 +00:00
template Fixed #7153 -- _resolve_lookup now does a better job of resolving callables and correctly catches all silent_variable_exceptions 2010-12-19 23:47:24 +00:00
templatetags Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
test Fixed #14939: Don't strip ;-parameters from URLs in the test client. 2010-12-22 23:55:13 +00:00
utils Fix a security issue in the auth system. Disclosure and new release forthcoming. 2010-12-23 03:45:08 +00:00
views Fix a small docstring bug in the CSRF decorators. 2010-12-22 21:49:20 +00:00
__init__.py Trunk is now 1.3 beta 1. 2010-12-23 04:04:20 +00:00