index
:
django.git
fix-31295
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
/
sql
/
datastructures.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-15
Refs #16055 -- Removed get_joining_columns()/get_reverse_joining_columns() me...
Sarah Boyce
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-04-24
Refs #33766 -- Removed unused Join.equals().
Simon Charette
2023-04-24
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-18
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-04-28
Removed unused with_filtered_relation argument from .equals()
Nick Pope
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2018-08-13
Removed unused enumerate in django/db/models/sql/datastructures.py.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-15
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-06-17
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-02-19
Fixed #19837 -- Refactored split_exclude() join generation
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-08-20
Made it possible to pickle DateQuerySets.
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick