This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
newforms
History
Adrian Holovaty
e56934b9b9
Fixed
#3257
-- Added newforms ModelChoiceField and ModelMultipleChoiceField, which are now used by form_for_model() and form_for_instance(). Thanks for the patch, Honza Kral, floguy@gmail.com and kilian.cavalotti
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4547
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-20 02:42:07 +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
Improved newforms to handle wacky characters in Field help_text
2007-02-19 23:43:14 +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
#3257
-- Added newforms ModelChoiceField and ModelMultipleChoiceField, which are now used by form_for_model() and form_for_instance(). Thanks for the patch, Honza Kral, floguy@gmail.com and kilian.cavalotti
2007-02-20 02:42:07 +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
#3409
-- Added render_value argument to newforms PasswordInput. Thanks for the patch, scott@staplefish.com
2007-02-15 05:05:43 +00:00