index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
optimization.txt
Age
Commit message (
Expand
)
Author
2013-03-22
Added missing markup to docs.
Tim Graham
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-01-15
Updated link to Django Debug Toolbar homepage.
Ramiro Morales
2011-12-09
Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt
Adrian Holovaty
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-10-03
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2010-12-31
Some small fixes to DB optimization docs.
Luke Plant
2010-12-18
Fixes #7817 and #9456.
Chris Beaven
2010-11-24
Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the t...
Gabriel Hurley
2010-11-20
Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ...
Gabriel Hurley
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-09-13
The optimization docs were a little too enthusiastic in recommending
Malcolm Tredinnick
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...
Russell Keith-Magee
2010-07-05
Small corrections/improvements to DB optimization docs.
Luke Plant
2010-01-16
Created a 'DB optimization' topic, with cross-refs to relevant sections.
Luke Plant