summaryrefslogtreecommitdiff
path: root/django/db/models/fields/reverse_related.py
AgeCommit message (Expand)Author
2018-11-14Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.Hasan Ramezani
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed Field.rel and Field.remote_field.to per deprecation timeline.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-04-22Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2015-10-16Fixed #25560 -- Made empty string related_name invalid.Simon Charette
2015-09-21Documented "rel objects".Aymeric Augustin
2015-09-21Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin