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
/
fixtures_regress
/
models.py
Age
Commit message (
Expand
)
Author
2022-03-18
Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...
François Granade
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2014-12-23
Removed unneeded null param to ManyToManyField
Claude Paroz
2014-12-23
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-11
Fixed some test models' natural_key() methods.
Ramiro Morales
2014-05-11
Fixed #14226 -- Dependency calculation for complex M2M relations.
Rainer Koirikivi
2013-11-02
PEP8 cleanup
Jason Myers
2013-08-20
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-20
Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner