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
/
query.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #24525 -- Fixed AssertionError in some complex queries.
24525
Tim Graham
2015-08-27
1
-1
/
+0
*
Fixed #24986 -- Added support for annotations in DISTINCT queries.
Valentina Mukhamedzhanova
2015-08-15
1
-2
/
+11
*
Made Options.get_base_chain() always return a list.
Valentina Mukhamedzhanova
2015-08-14
1
-1
/
+1
*
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-27
1
-2
/
+2
*
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-07-13
1
-0
/
+5
*
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-29
1
-8
/
+8
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-6
/
+6
*
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Andriy Sokolovskiy
2015-06-05
1
-6
/
+6
*
Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()
Paweł Marczewski
2015-05-25
1
-0
/
+3
*
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-20
1
-5
/
+7
*
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
1
-1
/
+1
*
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-17
1
-4
/
+20
*
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-28
1
-1
/
+4
*
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
2015-04-14
1
-0
/
+2
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-2
/
+2
*
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-03-25
1
-11
/
+3
*
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-03-25
1
-26
/
+21
*
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-03-09
1
-4
/
+23
*
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-20
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-12
/
+13
*
Removed EverythingNode
Anssi Kääriäinen
2015-02-04
1
-19
/
+9
*
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-02-04
1
-64
/
+9
*
Removed query.alias_diff()
Tim Graham
2015-02-01
1
-11
/
+0
*
Removed Query.raise_field_error()
Tim Graham
2015-02-01
1
-5
/
+0
*
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-30
1
-4
/
+9
*
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-27
1
-5
/
+0
*
Fixed a query failure on Python 3.5; refs #23763.
Tim Graham
2015-01-20
1
-1
/
+1
*
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-19
1
-19
/
+2
*
Removed support for callable QuerySet arguments per deprecation timeline; ref...
Tim Graham
2015-01-18
1
-6
/
+1
*
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-12
1
-12
/
+14
*
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-13
1
-3
/
+3
*
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
1
-106
/
+67
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-13
/
+39
*
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
1
-2
/
+1
*
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-31
1
-4
/
+30
*
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-23
1
-3
/
+2
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-7
/
+7
*
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-28
1
-86
/
+53
*
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
1
-5
/
+44
*
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-27
1
-92
/
+25
*
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-26
1
-1
/
+2
*
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-20
1
-1
/
+20
*
Moved bilateral transform fetching to models.lookups
Anssi Kääriäinen
2014-11-17
1
-7
/
+4
*
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
1
-177
/
+211
*
Removed extra enumerate() from Query.setup_joins()
Anssi Kääriäinen
2014-11-12
1
-1
/
+1
*
Improved Query.names_to_path docstring
Anssi Kääriäinen
2014-11-12
1
-3
/
+7
*
Simplified Query.build_lookup()
Anssi Kääriäinen
2014-11-11
1
-17
/
+37
*
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-28
1
-3
/
+2
*
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-28
1
-1
/
+4
*
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-10-21
1
-15
/
+11
[next]