Sean Wang
|
a3e89f13df
Fixed #24414 -- Added examples of Prefetch object usage to the docs.
|
10 years ago |
Josh Schneier
|
7d363ed432
Fixed typos of "select_related" in docs and tests.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Loic Bistuer
|
4c3bfe9053
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
|
10 years ago |
Collin Anderson
|
ee23e03637
Fixed #24190 -- Clarified len(queryset)
|
10 years ago |
Josh Smeaton
|
21b858cb67
Fixed #24060 -- Added OrderBy Expressions
|
10 years ago |
Ng Zhi An
|
8f5d6c77b6
Fixed #23878 -- Moved Query and Prefetch documentation
|
10 years ago |
Jon Dufresne
|
4468c08d70
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
10 years ago |
Michal Petrucha
|
327df551e8
Fixed #23817 -- Updated docs on QuerySet evaluation
|
10 years ago |
Josh Smeaton
|
f59fd15c49
Fixed #14030 -- Allowed annotations to accept all expressions
|
11 years ago |
Tim Graham
|
11b7680d0e
Fixed #23774 -- Clarified QuerySet.order_by() and related models.
|
10 years ago |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
10 years ago |
Tim Graham
|
e958c760f9
Fixed #23732 -- Corrected and enhanced select_related() docs.
|
10 years ago |
Oliver Meinusch
|
6b39401baf
Fixed QuerySet datetimes argument name in docs.
|
10 years ago |
jnothman
|
20f868bc5a
Added flat=False to signature of QuerySet.values_list()
|
10 years ago |
Matt Robenolt
|
ef5f9b6ae8
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
|
10 years ago |
Tim Graham
|
fb4f3e04b1
Updated MySQL links to version 5.6.
|
10 years ago |
Tim Graham
|
66630f589c
Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
|
10 years ago |
Moayad Mardini
|
668d432d0a
Fixed #22491 -- documented how select_for_update() should be tested.
|
10 years ago |
David Hoffman
|
6d5daa30cf
Fixed #22553 -- Added refreshing queryset info to docs.
|
10 years ago |
Tim Graham
|
5f919b9c81
Fixed #23094 -- Removed redundant argument in select_related() example.
|
10 years ago |
Jorge C. Leitão
|
8780849da0
Fixed #22812 -- Refactored lookup API documentation.
|
10 years ago |
Anubhav Joshi
|
42736ac8e8
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
|
10 years ago |
Guillaume Pannatier
|
7f27cca5c5
Fixed #22710 -- Amended aggregation note for empty QuerySets
|
10 years ago |
Guillaume Pannatier
|
7c6e96ec1f
Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
|
10 years ago |
Simon Charette
|
24ec9538b7
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
|
10 years ago |
Moayad Mardini
|
3776926cfe
Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection
|
10 years ago |
Erik Romijn
|
75c0d4ea3a
Fixed queries that may return unexpected results on MySQL due to typecasting.
|
11 years ago |
Shai Berger
|
59b1d3098f
Documentation fixes for the select_for_update change.
|
11 years ago |
Shai Berger
|
f095356ba2
Fixed #22343 -- Disallowed select_for_update in autocommit mode
|
11 years ago |