django1/django
Malcolm Tredinnick b1cc3318c7 Added a __deepcopy__() method to the Widget class in order to avoid a number of easy-to-trigger problems when copying Widget subclasses. Subclasses which are intended to have extra mutable fields should override this method. Refs #5505.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-04 01:12:00 +00:00
..
bin Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov. 2007-10-03 03:19:14 +00:00
conf Fixed #5554 -- Small update to German translation. 2007-10-03 00:45:08 +00:00
contrib Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangchun@exoweb.net. 2007-09-30 04:11:29 +00:00
core Re-organized imports to adhere to PEP 8. 2007-09-27 17:01:34 +00:00
db Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans. 2007-09-24 18:27:42 +00:00
dispatch Fixed #3439: vastly improved the performance of django.dispatch (and added tests!). Thanks to Brian Harring for the patch. Note that one of the new tests fails under sqlite currently; it's not clear if this is a sqlite problem or a problem with the tests, but it appears not to be a problem with the dispatcher itself. 2007-02-26 03:17:04 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #4986 -- Fixed a logic bug from [6166]. 2007-10-03 22:21:43 +00:00
middleware Fixed #3872, which turns out to not have been a bug in the first place, by reverting [6364]. 2007-09-20 17:03:14 +00:00
newforms Added a __deepcopy__() method to the Widget class in order to avoid a number of easy-to-trigger problems when copying Widget subclasses. Subclasses which are intended to have extra mutable fields should override this method. Refs #5505. 2007-10-04 01:12:00 +00:00
oldforms Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
shortcuts Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +00:00
templatetags Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +00:00
test Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333]. 2007-09-15 21:44:05 +00:00
utils Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespace@gmail.com. 2007-10-03 22:12:22 +00:00
views Changed set_language() change from [6320] to use request.REQUEST, which is shorter 2007-09-15 20:00:14 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00