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
/
docs
/
ref
/
models
/
querysets.txt
Age
Commit message (
Expand
)
Author
2015-11-12
[1.8.x] Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
[1.8.x] Fixed #25132 -- Documented how to retrieve a single value using value...
Alex Morozov
2015-10-30
[1.8.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...
Tim Graham
2015-09-18
[1.8.x] Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-11
[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-05
[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-07-27
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...
Tim Graham
2015-06-01
[1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on SQ...
Przemysław Suliga
2015-05-08
[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-04-22
[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
Richard Eames
2015-04-18
[1.8.x] Removed DateTimeQuerySet from docs.
Tim Graham
2015-03-13
[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.
Tim Graham
2015-03-11
[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.
Sean Wang
2015-02-04
[1.8.x] Fixed typos of "select_related" in docs and tests.
Josh Schneier
2015-01-24
[1.8.x] Fixed #24190 -- Clarified len(queryset)
Collin Anderson
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-12
Fixed #23878 -- Moved Query and Prefetch documentation
Ng Zhi An
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-20
Fixed #23817 -- Updated docs on QuerySet evaluation
Michal Petrucha
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Fixed #23774 -- Clarified QuerySet.order_by() and related models.
Tim Graham
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-31
Fixed #23732 -- Corrected and enhanced select_related() docs.
Tim Graham
2014-10-27
Fixed QuerySet datetimes argument name in docs.
Oliver Meinusch
2014-10-01
Added flat=False to signature of QuerySet.values_list()
jnothman
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-08-02
Updated MySQL links to version 5.6.
Tim Graham
2014-07-30
Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
Tim Graham
2014-07-28
Fixed #22491 -- documented how select_for_update() should be tested.
Moayad Mardini
2014-07-26
Fixed #22553 -- Added refreshing queryset info to docs.
David Hoffman
2014-07-24
Fixed #23094 -- Removed redundant argument in select_related() example.
Tim Graham
2014-07-08
Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-04
Fixed #22710 -- Amended aggregation note for empty QuerySets
Guillaume Pannatier
2014-05-30
Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
Guillaume Pannatier
2014-04-30
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-25
Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection
Moayad Mardini
2014-04-21
Fixed queries that may return unexpected results on MySQL due to typecasting.
Erik Romijn
2014-04-10
Documentation fixes for the select_for_update change.
Shai Berger
2014-04-10
Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-21
Fixed minor syntax error in Queryset docs
Bryan Helmig
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-17
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Artur Frysiak
2014-02-15
Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup type
chomik
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-23
Fixed some punctuation; thanks Chris Jerdonek.
Tim Graham
[next]