index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
/
reverse_related.py
Age
Commit message (
Expand
)
Author
2020-10-05
Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.
Simon Charette
2020-10-05
Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...
David-Wobrock
2020-08-31
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
Federico Jaramillo Martínez
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed Field.rel and Field.remote_field.to per deprecation timeline.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-22
Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2015-10-16
Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-09-21
Documented "rel objects".
Aymeric Augustin
2015-09-21
Fixed #22341 -- Split django.db.models.fields.related.
Aymeric Augustin