Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
12 ani în urmă |
Aymeric Augustin
|
7b85ef9dfb
Fixed #20408 -- Clarified that values_list() doesn't return a list.
|
12 ani în urmă |
Wilfred Hughes
|
d258cce482
Fixing a minor spelling mistake in the queryset documentation
|
12 ani în urmă |
Simeon Visser
|
b9efc03e6d
Fixed #20397 - Cleaned up issue with quotation marks in documentation
|
12 ani în urmă |
Aymeric Augustin
|
1fff8daf88
Fixed test failures on MySQL.
|
12 ani în urmă |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 ani în urmă |
Aymeric Augustin
|
6197935152
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
|
12 ani în urmă |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 ani în urmă |
Anssi Kääriäinen
|
50328f0a61
Fixed #19861 -- Transaction ._dirty flag improvement
|
12 ani în urmă |
Aymeric Augustin
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 ani în urmă |
Anssi Kääriäinen
|
f96c86b029
Added missing versionadded 1.6 to docs of earliest()
|
12 ani în urmă |
Nick Sandford
|
fe54377dae
Fixed #17813 -- Added a .earliest() method to QuerySet
|
12 ani în urmă |
Nick Sandford
|
eb6c107624
Fixed #19360 -- Raised an explicit exception for aggregates on date/time fields in sqlite3
|
12 ani în urmă |
Anssi Kääriäinen
|
a2396a4c8f
Fixed #19173 -- Made EmptyQuerySet a marker class only
|
12 ani în urmă |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 ani în urmă |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 ani în urmă |
Tim Graham
|
9c5a6adf33
Fixed more broken links. refs #19516
|
12 ani în urmă |
Tim Graham
|
71a3162a70
Documented behavior of get_or_create when multiple objects are returned.
|
12 ani în urmă |
Anton Danilchenko
|
76859e6eab
Update docs/ref/models/querysets.txt
|
12 ani în urmă |
Preston Holmes
|
965cc0b1ff
Deprecated depth kwarg on select_related.
|
12 ani în urmă |
Tim Graham
|
2f722d9728
Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver caching; thanks jtiai for the suggestion.
|
12 ani în urmă |
Tim Graham
|
6d46c740d8
Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
|
12 ani în urmă |
Preston Holmes
|
ab696e3a21
Merge pull request #425 from Osmose/queryset_doc_typo
|
12 ani în urmă |
Michael Kelly
|
074e65b04a
Fixed typo in queryset docs under update method.
|
12 ani în urmă |
Anssi Kääriäinen
|
1cd6e04cd4
Fixed #18676 -- Allow fast-path deletion of objects
|
12 ani în urmă |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 ani în urmă |
Preston Holmes
|
8d75b1176f
Clearer wording for defer docs
|
12 ani în urmă |
Tim Graham
|
3bdb65dc59
Updated print statements to work with py3; thanks Claude Paroz noting this.
|
12 ani în urmă |
Tim Graham
|
d823bb790d
Fixed #17156 -- Added documentation examples for exists()
|
12 ani în urmă |
Aymeric Augustin
|
e69348b4e7
Avoided mixing dates and datetimes in the examples.
|
12 ani în urmă |