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
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
2013-09-08
Removed an unused local var
Alex Gaynor
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-21
Fixed a regression with get_or_create and virtual fields.
Tim Graham
2013-08-19
Fixed #12886 -- aggregation over sliced queryset
Anssi Kääriäinen
2013-08-06
Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-07-31
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Loic Bistuer
2013-07-31
Fixed #15624 -- Made sure aggregations are present in SELECT
Florian Hahn
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-23
Fixed test failures introduced in e716518ad29898fb25c820023aaf2fdd1c9eb4af
Tim Graham
2013-07-23
Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...
Loic Bistuer
2013-07-23
Fixed #20782 -- qs.values().aggregate() failure
Anssi Kääriäinen
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-07-08
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Removed some logic that wasn't needed following removal of some deprecated code.
Alex Gaynor
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-24
Optimisation in prefetch_related_objects
Luke Plant
2013-05-24
Fixed #19607 - prefetch_related crash
Luke Plant
2013-05-22
Fixed #20463 -- Made get_or_create more robust.
Aymeric Augustin
2013-05-21
Fixed #18702 -- Removed chunked reads from QuerySet iteration
Anssi Kääriäinen
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-20
Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi Kääriäinen
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-04-25
Removed an errant ipdb import from commit 9777442
Adrian Holovaty
2013-04-18
Use `LOOKUP_SEP` in `get_or_create`.
Simon Charette
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-20
Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an e...
Claude Paroz
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
[next]