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