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
/
query.py
Age
Commit message (
Expand
)
Author
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-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
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-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-10-16
Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__
Thomas Chaumeny
2014-10-16
Fixed #23659 -- Kept annotate() args ordering
Claude Paroz
2014-10-08
Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()
Artem Rizhov
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-30
Fixed #23370 -- defer() + select_related() crashed with inherited models.
Akis Kesoglou
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-12
Fixed #23001 -- Fixed mixing defer and annotations
Josh Smeaton
2014-08-07
Fixed flake8 warning.
Tim Graham
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-07-01
Fixed #19501 -- added Model.from_db() method
Anssi Kääriäinen
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-21
Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...
Loic Bistuer
2014-05-21
Fixed #22650 -- Fixed regression on prefetch_related.
Loic Bistuer
2014-05-10
Fixed #22508 -- Avoided overwriting select_related.
Aymeric Augustin
2014-05-03
Moved misplaced transaction.atomic from 0dce44e16b
Claude Paroz
2014-05-02
Fixed #22540 -- Made _create_object_from_params() call create()
Claude Paroz
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-20
Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
Aymeric Augustin
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-15
Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFields
Albert Wang
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-06
Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
Roger Hu
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-15
Fixed the use of the -ise suffix, where -ize is prefered
Alex Gaynor
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-01
OrderedDict creation avoidance for .values() queries
Anssi Kääriäinen
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
[next]