index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2012-03-14
Fixed #17605: Restored deleted query documentation that used to live in docte...
James Bennett
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...
Carl Meyer
2012-02-03
Edited db/transactions.txt changes from [17341]
Adrian Holovaty
2012-01-15
Updated link to Django Debug Toolbar homepage.
Ramiro Morales
2012-01-13
Started a 'Cheat sheet' section in aggregation docs because I desperately nee...
Adrian Holovaty
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2011-12-09
Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt
Adrian Holovaty
2011-11-16
Fixed #17240 -- Replaced links to the online version of the docs by internal ...
Aymeric Augustin
2011-11-10
Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.
Aymeric Augustin
2011-11-01
Fixed #4027 - Document how to make copies of model instances
Luke Plant
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
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-11
Fixed #16742 -- Provided code examples in the models documentation for access...
Julien Phalip
2011-09-11
Fixed #16293: Document a way to return dicts with column names from a DB cursor.
James Bennett
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-26
Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu...
Adrian Holovaty
2011-08-22
Made documentation of ManyToManyField placement clearer (kind of).
Malcolm Tredinnick
2011-06-28
Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...
Jannis Leidel
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-06-04
Fixed #16145 - typo in manager docs; thanks leereilly.
Timo Graham
2011-05-30
Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.
Timo Graham
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-04-23
Fixed #15875 - typo in F() example; thanks jblaine.
Timo Graham
2011-04-22
Fixed a couple of small documentation typos.
Ramiro Morales
2011-03-29
Fixed #15710 - removed "that that" typos.
Timo Graham
2011-03-27
Fixed #15664 - Removed extra parens in commit_on_success example.
Timo Graham
2011-03-26
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash
Adrian Holovaty
2011-03-22
Corrected a number of mislinked crossrefs and added a few new crossref target...
Gabriel Hurley
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-04
Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...
Gabriel Hurley
2011-03-03
Made small improvement to docs/topics/db/queries.txt -- added import statemen...
Adrian Holovaty
2011-03-03
Added crossref targets for a couple of Django exceptions and cleaned up relat...
Gabriel Hurley
2011-03-03
Corrected some typos from r14673.
Russell Keith-Magee
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-02-11
Fixed #15243 -- More clearly document that the transaction functions needs to...
Alex Gaynor
2011-02-02
Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.
Timo Graham
2011-01-16
Fixed #15062 -- Documented the fact that managers must be able to be shallow ...
Russell Keith-Magee
2011-01-03
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Timo Graham
2010-12-31
Some small fixes to DB optimization docs.
Luke Plant
2010-12-31
Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.
Timo Graham
2010-12-27
Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj...
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
[next]