django/tests/forms_tests
Jeroen Dekkers d0788c2770 Fixed #18709 -- Check if initial_value is a callable
In _get_changed_data, check if initial_value is a callable and call it
if it is.
2013-05-22 01:05:22 +02:00
..
templates/forms_tests
tests Fixed #18709 -- Check if initial_value is a callable 2013-05-22 01:05:22 +02:00
__init__.py
models.py
urls.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
views.py