index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
Age
Commit message (
Expand
)
Author
2015-04-01
Adapted form regression test to new translations
Claude Paroz
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-16
Fixed #5986 -- Added ability to customize order of Form fields
Thomas Tanner
2015-03-05
Fixed #24428 -- Fixed has_changed for fields with coercion
Claude Paroz
2015-03-01
Fixed #17401 -- Made SelectDateWidget.render reflect wrong value
Claude Paroz
2015-02-27
Removed binary input test line
Claude Paroz
2015-02-27
Fixed #24229 -- Changed IntegerField to clean floats representing integers
Jon Dufresne
2015-02-24
Fixed #24391 -- Made BoundField.value() cache callable values.
Michael Angeletti
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-14
Added missing return value to DurationField.prepare_value(); refs #24339.
Michael Angeletti
2015-02-14
Fixed #24339 -- Fixed crash with empty DurationField form field.
Michael Angeletti
2015-02-06
Tested DecimalField with scientific notation
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-28
Fixed flake8 warning.
Tim Graham
2015-01-27
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
Loic Bistuer
2015-01-27
Cleaned up some forms tests.
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-17
Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...
Tim Graham
2015-01-17
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed backwards compatibility shims for "util" modules per deprecation time...
Tim Graham
2015-01-15
Fixed #23712 -- Fixed KeyError with BaseForm._html_output()
Yang Liu
2015-01-06
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
Renamed tests for util -> utils moves; refs #17627.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-12
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Grzegorz Slusarek
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-21
Fixed #23883 -- Stopped flatatt modifying its argument
Tim Heap
2014-11-19
Removed usage of a global variable.
Aymeric Augustin
2014-11-04
Fixed #13181 -- Added support for callable choices to forms.ChoiceField
Peter Inglesby
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-07
Fixed #23594 -- Fixed deepcopy on ErrorList.
Loic Bistuer
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-08-29
Fixed #21201 -- Improved customization of ClearableFileInput.
Vlastimil Zíma
2014-08-22
Tweaked docstrings from previous commit.
Tim Graham
2014-08-22
Fixed #23167 -- Added BaseForm.__repr__()
areski
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-03
Fixed flake8 warning.
Tim Graham
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2014-08-01
Fixed #23103 -- Annotated ImageField file with image and content_type attribu...
Petras Zdanavičius
2014-07-29
Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.
Kit La Touche
2014-07-28
Fixed #23113 -- ChoiceInput.render should take specified attrs into account.
Simon Charette
2014-07-26
Fixed #16617 -- Added 'value' to BaseValidator params.
Anubhav Joshi
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-05
Fixed #22950 -- Eased markup customization for choice field rendering
Claude Paroz
2014-07-05
Ensured bound field renders as unicode safe data
Claude Paroz
[next]