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-25 08:40:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
forms_tests
/
tests
History
Claude Paroz
cbfb8ed53b
Fixed a regression in forms changed_data
...
Thanks Loic Bistuer for spotting the regression and the initial patch. Refs
#16612
.
2013-03-08 18:19:24 +01:00
..
filepath_test_files
…
__init__.py
…
error_messages.py
…
extra.py
…
fields.py
Fixed
#16612
-- Improved has_changed detection for localized field values
2013-03-01 09:35:04 +01:00
forms.py
Fixed a regression in forms changed_data
2013-03-08 18:19:24 +01:00
formsets.py
…
input_formats.py
Fixed
#19917
-- Added microseconds in default TIME_INPUT_FORMATS
2013-03-02 18:11:10 +01:00
media.py
…
models.py
…
regressions.py
Fixed minor warnings in tests.
2013-03-06 01:13:36 +07:00
util.py
…
validators.py
…
widgets.py
…