Tim Graham
|
2d76b61dc2
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
|
10 лет назад |
Richard Eames
|
dd99f57710
Fixed #24613 -- Added example to QuerySet.defer() documentation
|
10 лет назад |
Jon Dufresne
|
b5e0eede40
Fixed #22394 -- Refactored built-in datetime lookups to transforms.
|
10 лет назад |
Tim Graham
|
e9fdecf984
Removed DateTimeQuerySet from docs.
|
10 лет назад |
Tim Graham
|
b9d9ab23bd
Refs #24462 -- Emphasized that order_by() clears previous ordering.
|
10 лет назад |
Sean Wang
|
a3e89f13df
Fixed #24414 -- Added examples of Prefetch object usage to the docs.
|
10 лет назад |
Josh Schneier
|
7d363ed432
Fixed typos of "select_related" in docs and tests.
|
10 лет назад |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 лет назад |
Loic Bistuer
|
4c3bfe9053
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
|
10 лет назад |
Collin Anderson
|
ee23e03637
Fixed #24190 -- Clarified len(queryset)
|
10 лет назад |
Josh Smeaton
|
21b858cb67
Fixed #24060 -- Added OrderBy Expressions
|
10 лет назад |
Ng Zhi An
|
8f5d6c77b6
Fixed #23878 -- Moved Query and Prefetch documentation
|
10 лет назад |
Jon Dufresne
|
4468c08d70
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
10 лет назад |
Michal Petrucha
|
327df551e8
Fixed #23817 -- Updated docs on QuerySet evaluation
|
10 лет назад |
Josh Smeaton
|
f59fd15c49
Fixed #14030 -- Allowed annotations to accept all expressions
|
11 лет назад |
Tim Graham
|
11b7680d0e
Fixed #23774 -- Clarified QuerySet.order_by() and related models.
|
10 лет назад |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
10 лет назад |
Tim Graham
|
e958c760f9
Fixed #23732 -- Corrected and enhanced select_related() docs.
|
10 лет назад |
Oliver Meinusch
|
6b39401baf
Fixed QuerySet datetimes argument name in docs.
|
10 лет назад |
jnothman
|
20f868bc5a
Added flat=False to signature of QuerySet.values_list()
|
10 лет назад |
Matt Robenolt
|
ef5f9b6ae8
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
|
10 лет назад |
Tim Graham
|
fb4f3e04b1
Updated MySQL links to version 5.6.
|
10 лет назад |
Tim Graham
|
66630f589c
Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.
|
10 лет назад |
Moayad Mardini
|
668d432d0a
Fixed #22491 -- documented how select_for_update() should be tested.
|
10 лет назад |
David Hoffman
|
6d5daa30cf
Fixed #22553 -- Added refreshing queryset info to docs.
|
10 лет назад |
Tim Graham
|
5f919b9c81
Fixed #23094 -- Removed redundant argument in select_related() example.
|
10 лет назад |
Jorge C. Leitão
|
8780849da0
Fixed #22812 -- Refactored lookup API documentation.
|
10 лет назад |
Anubhav Joshi
|
42736ac8e8
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
|
10 лет назад |
Guillaume Pannatier
|
7f27cca5c5
Fixed #22710 -- Amended aggregation note for empty QuerySets
|
10 лет назад |
Guillaume Pannatier
|
7c6e96ec1f
Fixed #22710 -- Documented aggregation behavior for empty QuerySets.
|
10 лет назад |