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