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
2016-01-11
Added missing period to "etc.".
pp
2015-12-26
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-12
Replaced "inbuilt" with more common "built-in".
Tim Graham
2015-11-03
Fixed #25132 -- Documented how to retrieve a single value using values_list()...
Alex Morozov
2015-10-30
Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.
Tim Graham
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-18
Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-05
Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-06-01
Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.
Przemysław Suliga
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-04-22
Fixed #24613 -- Added example to QuerySet.defer() documentation
Richard Eames
2015-04-20
Fixed #22394 -- Refactored built-in datetime lookups to transforms.
Jon Dufresne
2015-04-18
Removed DateTimeQuerySet from docs.
Tim Graham
2015-03-13
Refs #24462 -- Emphasized that order_by() clears previous ordering.
Tim Graham
2015-03-11
Fixed #24414 -- Added examples of Prefetch object usage to the docs.
Sean Wang
2015-02-04
Fixed typos of "select_related" in docs and tests.
Josh Schneier
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-24
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
[prev]
[next]