index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_relations_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2018-08-10
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...
Ramiro Morales
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2017-12-08
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...
Morgan Wahl
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-07-21
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...
Rachel Tobin
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
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-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-17
Fixed #24002 -- GenericRelation filtering targets related model's pk
Anssi Kääriäinen
2014-12-15
Corrected test assertion from refs #21403.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-07
Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.
Jacob Haslehurst
2014-07-16
PEP8 cleanup
Anssi Kääriäinen
2014-07-16
Fixed #22998 -- Updated the fast_delete logic for GFKs
Gavin Wahl
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2013-11-25
Fixed #21403: Corrected test code
Shai Berger
2013-11-16
Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-05
Fixed #10461 -- bug in generic relation + annotate() case
Anssi Kääriäinen
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-06-06
Fixed #20564 -- Generic relations exclude() regression
Anssi Kääriäinen
2013-06-05
PEP 8 cleanup
Anssi Kääriäinen
2013-05-20
Fixed #20378 -- regression in GenericRelation on abstract model
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner