summaryrefslogtreecommitdiff
path: root/django/db/models/fields/reverse_related.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-181-0/+7
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+3
* Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak2023-03-281-0/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+71
* Fixed #32996 -- Cached PathInfos on relations.Keryn Knight2021-11-031-3/+22
* Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik2021-07-261-1/+1
* Fixed #32951 -- Removed Query.where_class & co.Nick Pope2021-07-221-2/+2
* Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.Simon Charette2020-10-051-1/+1
* Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock2020-10-051-0/+35
* Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.Federico Jaramillo Martínez2020-08-311-0/+1
* Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...Dan Moore2019-10-231-2/+6
* Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...zeyneloz2019-08-151-1/+4
* Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.Hasan Ramezani2018-11-141-2/+2
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-4/+4
* Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby2017-09-221-2/+2
* Refs #16043 -- Refactored internal fields value cache.Paulo2017-08-101-4/+9
* Replaced Model._get_pk_val() with pk property.Tim Graham2017-06-051-1/+1
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-2/+1
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-4/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed Field.rel and Field.remote_field.to per deprecation timeline.Tim Graham2017-01-171-11/+0
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-031-2/+2
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-7/+0
* Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...Tim Graham2016-04-221-10/+4
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-7/+6
* Fixed #26230 -- Made default_related_name affect related_query_name.chenesan2016-02-271-5/+0
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-1/+1
* Documented "rel objects".Aymeric Augustin2015-09-211-0/+11
* Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin2015-09-211-0/+304