Oguzhan Akan
|
e41f9f9450
Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary keys with different types.
|
1 år sedan |
David Wobrock
|
9bbf97bcdb
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL.
|
1 år sedan |
roman_p
|
04b15022e8
Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.
|
2 år sedan |
sarahboyce
|
cd4da34fc1
Fixed #33004 -- Made saving objects with unsaved GenericForeignKey raise ValueError.
|
2 år sedan |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 år sedan |
Mariusz Felisiak
|
7bb0605a8c
Fixed isolation of GenericRelationTests.test_filter_targets_related_pk().
|
3 år sedan |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 år sedan |
Ramiro Morales
|
b5c7cb4d33
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericRelation is declared on an abstract base model.
|
6 år sedan |
robwa
|
4ab027b944
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table inheritance.
|
7 år sedan |
Morgan Wahl
|
a9e5ac823d
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
|
7 år sedan |
Simon Charette
|
e50add6ca1
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
|
7 år sedan |
Rachel Tobin
|
f9e5f9ae9f
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model.
|
7 år sedan |
Simon Charette
|
4c5ed3e683
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
|
8 år sedan |
Ramin Farajpour Cami
|
0a63ef3f61
Fixed #27463 -- Fixed E741 flake8 warnings.
|
8 år sedan |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 år sedan |
Mads Jensen
|
0c1f71635f
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
|
8 år sedan |
Tim Graham
|
c9ae09addf
Replaced use of TestCase.fail() with assertRaises().
|
8 år sedan |
Tim Graham
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 år sedan |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 år sedan |
Anssi Kääriäinen
|
b68212f539
Refs #24267 -- Implemented lookups for related fields
|
10 år sedan |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 år sedan |
Daniel Pyrathon
|
fb48eb0581
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
10 år sedan |
Anssi Kääriäinen
|
1c5cbf5e5d
Fixed #24002 -- GenericRelation filtering targets related model's pk
|
10 år sedan |
Tim Graham
|
e8223b889a
Corrected test assertion from refs #21403.
|
10 år sedan |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 år sedan |
Jacob Haslehurst
|
f676305ece
Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.
|
10 år sedan |
Anssi Kääriäinen
|
f8df55050c
PEP8 cleanup
|
10 år sedan |
Gavin Wahl
|
6e2b82fdf6
Fixed #22998 -- Updated the fast_delete logic for GFKs
|
10 år sedan |
Gabe Jackson
|
b77f26313c
Fixed #22207 -- Added support for GenericRelation reverse lookups
|
11 år sedan |
Shai Berger
|
3411af3cd1
Fixed #21403: Corrected test code
|
11 år sedan |