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
2014-01-11
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Claude Paroz
2014-01-11
Fixed #21752 -- Prevented custom widget step attribute to be overwritten
Claude Paroz
2014-01-05
Renamed a couple models to prevent duplicate names.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-18
Refs #17413 -- Added isinstance backward compatibility on ErrorList.
Loic Bistuer
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-18
Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion
Claude Paroz
2013-11-08
Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...
Claude Paroz
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-10-22
Removed import * in tests.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-15
Merge pull request #1382 from loic/ticket19617
Marc Tamlyn
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-10-12
Fixed #21173 -- Stopped fixing format for date-based widgets at init time
Claude Paroz
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-10
Removed unnecessary semicolons.
Tim Graham
2013-09-28
Fixed #20931 -- Fixed select widgets nested choice rendering
Christopher Babiak
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-16
Fixed test failures introduced in previous commit.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #19298 -- Added MultiValueField.__deepcopy__
Tim Graham
2013-09-10
Fixed test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2.
Florian Apolloner
2013-09-10
Fixed #5749 -- Added field_name as a key in the _html_output dict
e0ne
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-06
Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField
Daniel Langer
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-28
Fixed #20986 -- Enabled SelectDateWidget to use custom months
Loic Bistuer
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-08-13
Fixed #20555 -- Make subwidget id attribute available
Matt Johnson
2013-08-08
Revert change to the default Form.clean()
Marc Tamlyn
[next]