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
/
serializers
/
models.py
Age
Commit message (
Expand
)
Author
2015-09-26
Made tests/serializers/models.py a models package
Claude Paroz
2015-09-26
Moved remaining of serializers_regress to serializers tests
Claude Paroz
2015-09-26
Moved more serializers_regress to serializers tests
Claude Paroz
2015-09-26
Separated natural key serialization tests
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-04-09
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner