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-04-01 03:56:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
Markus Amalthea Magnuson
1884bf8e8e
Fixed
#12437
-- Added css_classes to Form._html_output()
2015-06-06 19:23:06 -04:00
..
extras
Fixed
#24219
-- Moved SelectDateWidget together with the other widgets
2015-01-27 22:40:02 +07:00
__init__.py
Fixed
#21489
-- Make formsets directly importable from django.forms.
2013-11-25 19:16:19 -05:00
fields.py
Fixed
#24428
-- Fixed has_changed for fields with coercion
2015-03-05 09:00:13 +01:00
forms.py
Fixed
#12437
-- Added css_classes to Form._html_output()
2015-06-06 19:23:06 -04:00
formsets.py
Added release notes for feature added in fe21fb81
2015-06-05 11:42:58 +01:00
models.py
Removed unnecessary arguments in .get method calls
2015-05-13 20:51:18 +02:00
utils.py
Fixed
#24469
-- Refined escaping of Django's form elements in non-Django templates.
2015-03-27 19:46:20 -04:00
widgets.py
Removed unnecessary arguments in .get method calls
2015-05-13 20:51:18 +02:00