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-10 17:32:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
forms_tests
History
Claude Paroz
d49551bc26
Fixed
#27119
-- Cached BaseFormSet.management_form property
...
Thanks Tim Graham for the review.
2016-12-01 20:17:25 +01:00
..
field_tests
Fixed
#27431
-- Prevented disabled form fields from appearing as changed.
2016-11-11 06:57:57 -05:00
templates
/forms_tests
Changed
action="."
to
action=""
in tests and docs.
2016-01-21 13:59:15 -05:00
tests
Fixed
#27119
-- Cached BaseFormSet.management_form property
2016-12-01 20:17:25 +01:00
widget_tests
Fixed
#27250
-- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
2016-11-22 11:48:37 -05:00
__init__.py
…
models.py
Organized forms_tests test_regressions.py.
2016-09-09 08:55:29 -04:00
urls.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
views.py
Refs
#4960
-- Fixed selenium test failures for CharField strip changes.
2015-07-06 08:52:50 -04:00