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
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
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-23
Fixed 19895 -- Made second iteration over invalid queryset raise an exception...
Grzegorz Nosek
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-10
Made Query.clear_ordering force_empty arg mandatory
Anssi Kääriäinen
2013-02-10
Fixed #19720 -- Oracle ordering related delete regression
Anssi Kääriäinen
2013-01-29
Fixed typos in docs and comments
Tim Graham
2013-01-23
Remove dup_select_related method.
Marc Tamlyn
2013-01-20
Fixed #17813 -- Added a .earliest() method to QuerySet
Nick Sandford
2013-01-08
Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
Simon Charette
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2013-01-02
Fixed PR 478 -- Removed superfluous try/except block.
Aymeric Augustin
2013-01-02
Fixed #19547 -- Caching of related instances.
Aymeric Augustin
[prev]
[next]