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
/
modeltests
/
validation
/
test_error_messages.py
Age
Commit message (
Expand
)
Author
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18407 -- Made model field's to_python methods fully accept unicode.
Claude Paroz
2012-05-31
Rewrote test_error_messages with helper test utility.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-28
Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...
Julien Phalip
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-08-22
Improved error message display during validation errors.
Malcolm Tredinnick