evildmp
|
79cc66692a
Consolidated documentation for F() and Q()
|
11 years ago |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 years ago |
Tim Graham
|
feaf9f279a
Fixed #15361 - Documented performance considerations for QuerySet.get()
|
12 years ago |
Claude Paroz
|
576ec12f8e
[py3] Replaced __nonzero__ by __bool__
|
12 years ago |
Ramiro Morales
|
c35399ba0d
Updated link to Django Debug Toolbar homepage.
|
13 years ago |
Adrian Holovaty
|
594a45ed29
Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Luke Plant
|
662eea116f
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related objects.
|
13 years ago |
Julien Phalip
|
c2b9f6496e
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
|
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 |
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 |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Luke Plant
|
5a36b43c27
Some small fixes to DB optimization docs.
|
14 years ago |
Chris Beaven
|
3ae9117c46
Fixes #7817 and #9456.
|
14 years ago |
Gabriel Hurley
|
3abcd9d3e2
Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the topics/db/optimizations docs. Thanks to adamv for the report and patch.
|
14 years ago |
Gabriel Hurley
|
a56e47400f
Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch.
|
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 |
Malcolm Tredinnick
|
767cf13d76
The optimization docs were a little too enthusiastic in recommending
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
2dc2ed87e5
Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch.
|
14 years ago |
Luke Plant
|
2cf21d994d
Small corrections/improvements to DB optimization docs.
|
14 years ago |
Luke Plant
|
2e9518bb39
Created a 'DB optimization' topic, with cross-refs to relevant sections.
|
15 years ago |