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
/
tests
/
foreign_object
/
models
/
empty_join.py
Age
Commit message (
Expand
)
Author
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-08-15
Fixed #25064 -- Allowed empty join columns.
Alex Hill