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
/
tests
/
regressiontests
/
forms
History
Malcolm Tredinnick
8ac9cbee2f
Fixed
#7763
-- Added a Romanian localflavor. Thanks, MihaiD.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@7989
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-19 19:22:44 +00:00
..
localflavor
Fixed
#7763
-- Added a Romanian localflavor. Thanks, MihaiD.
2008-07-19 19:22:44 +00:00
__init__.py
Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention
2006-10-28 20:34:37 +00:00
error_messages.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
extra.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
fields.py
Fixed
#6009
-- Added regression tests to show that uploading non-ASCII
2008-07-19 18:47:59 +00:00
forms.py
Fixed
#6009
-- Added regression tests to show that uploading non-ASCII
2008-07-19 18:47:59 +00:00
formsets.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
media.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
models.py
Fixed
#6009
-- Added regression tests to show that uploading non-ASCII
2008-07-19 18:47:59 +00:00
regressions.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
tests.py
Fixed
#7763
-- Added a Romanian localflavor. Thanks, MihaiD.
2008-07-19 19:22:44 +00:00
util.py
Fixed
#7741
: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
2008-07-19 01:22:26 +00:00
widgets.py
Fixed
#4412
-- Added support for optgroups, both in the model when defining choices, and in the form field and widgets when the optgroups are displayed. Thanks to Matt McClanahan <cardinal@dodds.net>, Tai Lee <real.human@mrmachine.net> and SmileyChris for their contributions at various stages in the life of this ticket.
2008-07-19 07:53:02 +00:00