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
/
one_to_one
/
tests.py
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
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-11-25
Fixed and restored assertions in OneToOneTests.test_foreign_key.
Adam Alton
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-23
Merged one_to_one_regress into the one_to_one test package.
Loic Bistuer
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner