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
/
model_fields
/
tests.py
Age
Commit message (
Expand
)
Author
2013-08-30
[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...
Carl Meyer
2013-08-29
[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...
Tim Graham
2013-08-15
[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...
Alasdair Nicol
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-06-29
[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-08
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Aymeric Augustin
2013-04-12
Modified model_fields for unittest2 discovery.
Preston Timmons
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner