django1/django/newforms
Malcolm Tredinnick c60587b5a7 Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them
in place.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-01 05:26:26 +00:00
..
extras Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there 2007-02-15 05:53:44 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Tweaked formatting so that comments are readable on 80-char terminals. 2007-04-01 05:05:59 +00:00
forms.py Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML output. Thanks, scott@staplefish.com 2007-02-19 23:54:55 +00:00
models.py Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance(). 2007-03-31 09:47:32 +00:00
util.py Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, nesh 2007-02-15 04:13:02 +00:00
widgets.py Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them 2007-04-01 05:26:26 +00:00