This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-30 19:20:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
Claude Paroz
be29329ccd
Fixed
#16820
-- Treated '0' value as True for checkbox inputs
...
Thanks Dan Fairs for the report and the initial patch.
2012-10-26 20:44:00 +02:00
..
extras
[py3] Fixed access to dict keys/values/items.
2012-08-07 12:00:22 +02:00
__init__.py
Remove all relative imports. We have always been at war with relative imports.
2011-10-18 00:47:49 +00:00
fields.py
Fixed
#17899
-- Rewrote [Ee]-mail to [Ee]mail
2012-09-26 14:14:51 +02:00
forms.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
formsets.py
Fixed
#16479
- Forms generated from formsets use ErrorList instead of supplied error_class
2012-10-13 15:28:20 +01:00
models.py
Fixed
#14567
-- Made ModelMultipleChoiceField return EmptyQuerySet as empty value
2012-10-03 20:47:35 +03:00
util.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
widgets.py
Fixed
#16820
-- Treated '0' value as True for checkbox inputs
2012-10-26 20:44:00 +02:00