This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
0f3f88ec94
django1
/
django
/
forms
History
Loic Bistuer
9e50833e22
Fixed
#20000
-- Allowed ModelForm meta overrides for label, help_text and error_messages
2013-06-13 15:06:25 -04:00
..
extras
Fixed
#16123
-- Ensured strptime receive proper string type
2013-01-26 20:53:09 +01:00
__init__.py
Removed obsolete comment.
2013-01-15 18:02:24 +01:00
fields.py
Fixed
#20594
-- Add validation to models.SlugField.
2013-06-13 13:31:57 -04:00
forms.py
Fixed
#18134
-- BoundField.label_tag now includes the form's label_suffix
2013-06-10 14:23:15 -04:00
formsets.py
Fixed
#20403
-- Ignore forms marked for deletion when validating max_num.
2013-05-20 12:13:21 -04:00
models.py
Fixed
#20000
-- Allowed ModelForm meta overrides for label, help_text and error_messages
2013-06-13 15:06:25 -04:00
util.py
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
widgets.py
Replaced an antiquated pattern.
2013-05-17 18:08:58 +02:00