index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
sql
/
datastructures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33766 -- Removed unused Join.equals().
Simon Charette
2023-04-24
1
-7
/
+0
*
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-24
1
-4
/
+1
*
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
1
-0
/
+12
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
1
-11
/
+22
*
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
1
-2
/
+6
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-20
/
+54
*
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-07-22
1
-2
/
+1
*
Removed unused with_filtered_relation argument from .equals()
Nick Pope
2021-04-28
1
-4
/
+3
*
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-28
1
-12
/
+31
*
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-24
1
-2
/
+0
*
Removed unused enumerate in django/db/models/sql/datastructures.py.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-13
1
-1
/
+1
*
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-22
1
-10
/
+32
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-1
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-3
/
+3
*
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-08-08
1
-4
/
+2
*
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
1
-1
/
+0
*
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2015-08-15
1
-10
/
+20
*
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-23
1
-1
/
+1
*
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-28
1
-0
/
+117
*
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
1
-66
/
+0
*
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-06-17
1
-3
/
+3
*
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-26
1
-1
/
+1
*
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-07
1
-0
/
+3
*
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-18
1
-7
/
+16
*
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-11-02
1
-0
/
+15
*
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-29
1
-2
/
+2
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-3
/
+4
*
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-03-12
1
-8
/
+4
*
Fixed #19837 -- Refactored split_exclude() join generation
Anssi Kääriäinen
2013-02-19
1
-2
/
+4
*
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-16
1
-1
/
+22
*
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-07-01
1
-3
/
+0
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-8
/
+4
*
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-15
1
-53
/
+0
*
Made it possible to pickle DateQuerySets.
Malcolm Tredinnick
2008-08-20
1
-1
/
+1
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-0
/
+103