index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
validation
Age
Commit message (
Expand
)
Author
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-12
Modified validation to work with unittest2 discovery.
Preston Timmons
2013-03-14
Add a specific error message for URLValidator
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner