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
/
foreign_object
/
tests.py
Age
Commit message (
Expand
)
Author
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-02-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-24
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Tomo Otsuka
2015-11-14
Refs #25745 -- Isolated a foreign_object test.
Simon Charette
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-14
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-10-12
Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-08-14
Moved foreign_object models.py into a module.
Tim Graham
2015-08-03
Added test for ForeignObject.get_extra_descriptor_filter()
Alex Hill
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-02
Ensured foreign_object tests reset language properly.
Preston Timmons
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2013-12-06
Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
Roger Hu
2013-11-02
PEP8 cleanup
Jason Myers
2013-08-13
Fixed #20874 -- bump_prefix() in nested subqueries
Anssi Kääriäinen
2013-08-06
Fixed ordering related test failure
Anssi Kääriäinen
2013-07-25
Fixed ._meta.pk_index() virtual field failure
Anssi Kääriäinen
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-03-24
Fixed 19385 -- Added ORM support for multicolumn joins
Anssi Kääriäinen