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-02-23
[1.5.x] Fixed #19895 -- Made second iteration over invalid queryset raise an ...
Grzegorz Nosek
2013-02-10
[1.5.x] Fixed #19720 -- Oracle ordering related delete regression
Anssi Kääriäinen
2013-01-29
[1.5.x] Fixed typos in docs and comments
Tim Graham
2013-01-03
Fixed #19426 -- Adapted EmptyQuerySet.distinct signature
Claude Paroz
2013-01-02
[1.5.x] Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2012-11-28
[1.5.x] Fixed #14694 again -- Made defer() works with reverse relations
Anssi Kääriäinen
2012-11-13
Fixed select_related performance regressions
Anssi Kääriäinen
2012-11-03
[1.5.x] Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-02
[1.5.x] Deprecated depth kwarg on select_related.
Preston Holmes
2012-10-27
[1.5.x] Fixed Oracle failure caused by None converted to '' in select_related...
Anssi Kääriäinen
2012-10-25
Fixed #19187 -- Raise consistent error from qs.values().delete()
Anssi Kääriäinen
2012-10-21
Fixed #19151 -- Added missing methods to EmptyQuerySet.
Jan Bednařík
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-19
Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...
Carl Meyer
2012-09-19
Fixed #16865 -- Made get_or_create use read database for initial get query.
Carl Meyer
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-08-24
Cleaned up the implementation of in_bulk
Alex Gaynor
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-05-24
Fixed #18177 -- Cached known related instances.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-20
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...
Anssi Kääriäinen
2012-04-11
Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...
Aymeric Augustin
2012-03-12
Fix #17876: Corrected an exception (regression) raised where select_realted a...
Karen Tracey
2012-02-28
Fixed #17668 - prefetch_related does not work in in_bulk
Luke Plant
2012-01-02
Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...
Julien Phalip
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-09
Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...
Adrian Holovaty
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-11-29
Small code clarification in prefetch_related code using better variable names
Luke Plant
2011-10-07
Fixed #17014 - added protection against infinite recursion.
Luke Plant
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-10-05
Fixed #16902 - select_related() results in a poor perfomance
Luke Plant
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-09-10
Ensure bulk_create returns the right value if the argument is an empty list.
Alex Gaynor
2011-09-10
Ensure bulk_create returns what it is supposed to.
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-07-29
Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-07
Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o...
Ramiro Morales
2011-05-21
Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...
Ramiro Morales
[next]