summaryrefslogtreecommitdiff
path: root/django/db/models/sql/datastructures.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33766 -- Removed unused Join.equals().Simon Charette2023-04-241-7/+0
* Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.Simon Charette2023-04-241-4/+1
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-181-0/+12
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-11/+22
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-2/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-20/+54
* Fixed #32951 -- Removed Query.where_class & co.Nick Pope2021-07-221-2/+1
* Removed unused with_filtered_relation argument from .equals()Nick Pope2021-04-281-4/+3
* Refs #27149 -- Fixed sql.Query identity.Simon Charette2020-10-281-12/+31
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-241-2/+0
* Removed unused enumerate in django/db/models/sql/datastructures.py.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-131-1/+1
* Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby2017-09-221-10/+32
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Moved EmpytResultSet to django.core.exceptions.Johannes Dollinger2016-08-081-4/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-10/+20
* Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen2014-12-231-1/+1
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-281-0/+117
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-66/+0
* Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham2014-06-171-3/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen2014-03-071-0/+3
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-7/+16
* Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen2013-11-021-0/+15
* Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham2013-08-291-2/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-3/+4
* Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen2013-03-121-8/+4
* Fixed #19837 -- Refactored split_exclude() join generationAnssi Kääriäinen2013-02-191-2/+4
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-1/+22
* Refactored the empty/full result logic in WhereNode.as_sql()Anssi Kääriäinen2012-07-011-3/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-8/+4
* Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee2009-01-151-53/+0
* Made it possible to pickle DateQuerySets.Malcolm Tredinnick2008-08-201-1/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+103