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
2013-03-29
[1.4.x] Fixed #20150 -- Fixed an error in manager doc example
Nimesh Ghelani
2013-03-02
[1.4.x] Fixed #19926 -- Fixed a link to code example in queries docs
Claude Paroz
2013-02-07
[1.4.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...
Tim Graham
2012-12-21
[1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example.
Tim Graham
2012-10-12
[1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk o...
Tim Graham
2012-10-11
[1.4.X] Fixed #16588 - Warned about field names that conflict with the model API
Tim Graham
2012-10-06
[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of r...
Tim Graham
2012-09-08
[1.4.x] Fixed some broken links in 1.4 docs
Tim Graham
2012-09-08
[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Tim Graham
2012-08-30
[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.
Tim Graham
2012-08-21
[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ...
Tim Graham
2012-06-30
[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ...
Tim Graham
2012-06-06
[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...
Jacob Kaplan-Moss
2012-03-30
[1.4.X] Fixed #17999 -- Restored the links to examples from models documentat...
Claude Paroz
2012-03-29
[1.4.X] Added missing indentation in models topic documentation.
Claude Paroz
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
[next]