index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
sql
Age
Commit message (
Expand
)
Author
2015-10-27
[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.
Ian Foote
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-17
Removed the unused JoinPromoter.outer_votes attribute.
Simon Charette
2015-09-05
Fixed #24525 -- Fixed AssertionError in some complex queries.
Tim Graham
2015-09-04
Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-20
Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...
Tim Graham
2015-08-15
Fixed #24986 -- Added support for annotations in DISTINCT queries.
Valentina Mukhamedzhanova
2015-08-15
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2015-08-14
Made Options.get_base_chain() always return a list.
Valentina Mukhamedzhanova
2015-07-28
Adjusted SQLCompiler.get_order_by()'s docstring return value.
risicle
2015-07-27
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-13
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-06-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-05
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Andriy Sokolovskiy
2015-05-25
Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()
Paweł Marczewski
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-11
Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-04-28
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-20
Fixed #24654 -- Based ordering circular references detection on columns.
Simon Charette
2015-04-16
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2015-04-16
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-04-14
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
2015-04-13
Fixed #24611 -- Fixed update() crash with related UUID pk object.
Jay Wineinger
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-03-09
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Removed non-used EmptyShortCircuit
Anssi Kääriäinen
2015-02-04
Removed EverythingNode
Anssi Kääriäinen
2015-02-04
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-02-01
Removed query.alias_diff()
Tim Graham
2015-02-01
Removed Query.raise_field_error()
Tim Graham
2015-01-30
Fixed #14483 -- Allowed using subqueries with GIS lookups
Claude Paroz
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-30
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-20
Fixed a query failure on Python 3.5; refs #23763.
Tim Graham
2015-01-19
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-19
Fixed #24174 -- Fixed extra order by descending
Josh Smeaton
[next]