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
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 #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...
Tim Graham
2015-08-20
1
-1
/
+1
*
Fixed #24986 -- Added support for annotations in DISTINCT queries.
Valentina Mukhamedzhanova
2015-08-15
2
-3
/
+15
*
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2015-08-15
1
-10
/
+20
*
Made Options.get_base_chain() always return a list.
Valentina Mukhamedzhanova
2015-08-14
1
-1
/
+1
*
Adjusted SQLCompiler.get_order_by()'s docstring return value.
risicle
2015-07-28
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
*
Sorted imports in __init__.py files.
Tim Graham
2015-06-27
1
-2
/
+1
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
3
-10
/
+10
*
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 #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-22
1
-6
/
+12
*
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 #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-05-11
1
-2
/
+5
*
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-28
1
-1
/
+4
*
Fixed #24654 -- Based ordering circular references detection on columns.
Simon Charette
2015-04-20
1
-1
/
+1
*
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2015-04-16
1
-1
/
+2
*
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-04-16
1
-0
/
+7
*
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
2015-04-14
1
-0
/
+2
*
Fixed #24611 -- Fixed update() crash with related UUID pk object.
Jay Wineinger
2015-04-13
1
-1
/
+4
*
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-29
1
-4
/
+12
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
2
-6
/
+6
*
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-03-25
2
-12
/
+4
*
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
*
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-20
1
-6
/
+4
*
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
5
-21
/
+20
*
Removed non-used EmptyShortCircuit
Anssi Kääriäinen
2015-02-04
1
-8
/
+0
*
Removed EverythingNode
Anssi Kääriäinen
2015-02-04
2
-62
/
+26
*
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-02-04
4
-90
/
+65
*
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 #14483 -- Allowed using subqueries with GIS lookups
Claude Paroz
2015-01-30
1
-1
/
+1
*
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-30
2
-5
/
+10
*
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-30
2
-6
/
+11
*
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-27
2
-16
/
+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
2
-247
/
+8
*
Fixed #24174 -- Fixed extra order by descending
Josh Smeaton
2015-01-19
1
-2
/
+4
*
Removed support for callable QuerySet arguments per deprecation timeline; ref...
Tim Graham
2015-01-18
1
-6
/
+1
*
Replaced inner functions by class methods.
Simon Charette
2015-01-15
1
-13
/
+15
*
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-12
3
-13
/
+42
*
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-13
2
-34
/
+58
*
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
4
-611
/
+514
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
3
-29
/
+59
[next]