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-02-10 09:25:49 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
forms
History
Tim Graham
5d82658657
Fixed
#21669
-- Typo in docs/ref/forms/fields.txt.
...
Thanks alex_koval for the report.
2013-12-25 06:02:43 -05:00
..
api.txt
Fixed
#17413
-- Serialization of form errors along with all metadata.
2013-12-16 16:33:28 -05:00
fields.txt
Fixed
#21669
-- Typo in docs/ref/forms/fields.txt.
2013-12-25 06:02:43 -05:00
formsets.txt
Fixed
#9532
-- Added min_num and validate_min on formsets.
2013-09-19 13:11:49 -04:00
index.txt
…
models.txt
…
validation.txt
Removed Form._errors from the docs in favor of the add_error API.
2013-11-30 01:00:53 +07:00
widgets.txt
…