Luke Plant
|
af244e47cc
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
|
13 years ago |
Luke Plant
|
ac6361a3a6
Fixed some ReST errors in docs.
|
13 years ago |
Luke Plant
|
052a011ee6
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
|
13 years ago |
Luke Plant
|
662eea116f
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related objects.
|
13 years ago |
Jannis Leidel
|
2eadc418af
Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces.
|
13 years ago |
Jannis Leidel
|
2a2381a682
Added versionadded directive for the `bulk_create` Queryset method introduced in r16739.
|
13 years ago |
Alex Gaynor
|
7deb25b8dd
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several places. This provides a performance benefit when inserting multiple objects. THanks to Russ for the review, and Simon Meers for the MySQl implementation.
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Malcolm Tredinnick
|
4c8f2dca21
Extensive copy-editing and cross-referencing in the queryset API docs.
|
13 years ago |
Julien Phalip
|
17ceb9b98a
Fixed #16712 -- Fixed a small typo in the QuerySet API docs. Thanks to Rupe and Aymeric Augustin for the report.
|
13 years ago |
Malcolm Tredinnick
|
a4a250a296
Corrected explanation of values() and extra() interaction in querysets.
|
13 years ago |
Malcolm Tredinnick
|
4d21511961
Clarify the documentation around SQLite and case-sensitive string matching.
|
13 years ago |
Malcolm Tredinnick
|
70e59aeaf8
Be very clear about when it's appropriate to use defer() and only().
|
13 years ago |
Timo Graham
|
953fed1e30
Fixed #16580 - Typo in docs/ref/models/querysets.txt
|
13 years ago |
Karen Tracey
|
901ea8a68d
s/get/filter in new example of how to use queryset update method: update won't work on a model instance.
|
13 years ago |
Adrian Holovaty
|
471a841147
Added another bit to the update() queryset docs about avoiding race conditions
|
13 years ago |
Adrian Holovaty
|
8b34a01017
Improved update() docs in querysets.txt
|
13 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Jacob Kaplan-Moss
|
8f0f73c7b8
Fixed #2705: added a `select_for_update()` clause to querysets.
|
14 years ago |
Gabriel Hurley
|
409435440a
Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST/sphinx problems.
|
14 years ago |
Gabriel Hurley
|
319de16ff0
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch.
|
14 years ago |
Timo Graham
|
07ef43082d
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Timo Graham
|
00f36e0ebf
Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julien for the suggestion and dwillis for the patch.
|
14 years ago |
Timo Graham
|
b31a956d57
Fixed #14758 - Remove entire method signatures from QuerySet headings - thanks adamv for the patch.
|
14 years ago |
Carl Meyer
|
9b432cb67b
Fixed #5768 -- Added support for ManyToManyFields and reverse relations in values() and values_list(). Thanks to mrmachine for the patch.
|
14 years ago |
Carl Meyer
|
616b30227d
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.
|
14 years ago |
Carl Meyer
|
3ba3294c6b
Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API reference. Thanks to abeld for the report.
|
14 years ago |
Gabriel Hurley
|
6400026feb
Fixed #14004 -- Adds documentation for QuerySet.update() method. Thanks to dwillis and timo for the majority of the wording.
|
14 years ago |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 years ago |