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
/
many_to_one
Age
Commit message (
Expand
)
Author
2015-03-18
[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...
Karl Hobley
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-24
Consolidated some many_to_one tests.
Loic Bistuer
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-05
Fixed #21174 -- transaction control in related manager methods
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