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
/
query.py
Age
Commit message (
Expand
)
Author
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-04-28
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-14
Fixed #24277 -- Added exception when dict used in QuerySet filtering
Alex Wilson
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
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 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 #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
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-18
Removed support for callable QuerySet arguments per deprecation timeline; ref...
Tim Graham
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-31
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-27
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-17
Moved bilateral transform fetching to models.lookups
Anssi Kääriäinen
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Removed extra enumerate() from Query.setup_joins()
Anssi Kääriäinen
2014-11-12
Improved Query.names_to_path docstring
Anssi Kääriäinen
2014-11-11
Simplified Query.build_lookup()
Anssi Kääriäinen
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-19
Fixed #23443 -- Corrected erroneous FieldError message.
Thomas Chaumeny
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-11
Fixed #23266 -- Prevented queries caused by type checking lookup values
Anubhav Joshi
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-25
Fixed #22050 -- Fixed defer fields on proxy related models.
Lovas Bence
2014-06-17
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
[prev]
[next]