1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/django
2010-12-29 01:18:11 +00:00
..
bin
conf
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 #7726 -- Added validation of max_digits and decimal_places options to DecimalField model field. Thanks theevilgeek for the report and elbarto for the patch. 2010-12-29 01:18:11 +00:00
db Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
dispatch
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
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
templatetags
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