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
2014-12-24
[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...
Helen Sherwood-Taylor
2014-12-22
[1.6.x] Corrected scoping of savepoint example
David Cramer
2014-12-06
[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.
wrwrwr
2014-12-03
[1.6.x] Fixed typo in aggregation docs.
Tim Graham
2014-12-03
[1.6.x] Documented a current limitation of multiple table annotation; refs #1...
Benjamin Bach
2014-10-06
[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...
Ismail Badawi
2014-09-29
[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-03
[1.6.x] Fixed typo in docs/topics/db/transactions.txt.
Corey Farwell
2014-08-19
[1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example.
Tim Graham
2014-08-02
[1.6.x] Updated MySQL links to version 5.6.
Tim Graham
2014-07-08
[1.6.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.
Tim Graham
2014-06-12
[1.6.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.
Moayad Mardini
2014-06-05
[1.6.x] Fix missing highlighting in some code examples
Éric Araujo
2014-05-27
[1.6.x] Fixed #22601 -- Added a note about model inheritance.
Moayad Mardini
2014-05-13
[1.6.x] Fixed typo in transactions.txt
Haris Ibrahim K. V
2014-04-25
[1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...
Moayad Mardini
2014-04-21
[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-10
[1.6.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Tim Graham
2014-04-10
[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-24
[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...
Adam Kaliński
2014-03-03
[1.6.x] Fixed #21986 -- Added some guidelines for database indexes.
Alex de Landgraaf
2014-01-26
[1.6.x] Fixed typo. Refs #21836.
Aymeric Augustin
2014-01-25
[1.6.x] Fixed #21836 -- Improved transaction docs about autocommit mode
Chris Jerdonek
2014-01-02
[1.6.x] Fixed typos. Changed grammar.
Frank Tobia
2013-11-18
[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-11-08
[1.6.x] Noted that .clear() will delete intermediary models
Cody Scott
2013-10-11
[1.6.x] Minor edits to docs/topics/db/queries.txt.
Cody Scott
2013-10-10
[1.6.x] Small improvements to docs/topics/db/models.txt
Cody Scott
2013-10-02
[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-22
[1.6.x] Reference Meta.index_together in DB performance guide.
Ramiro Morales
2013-09-20
[1.6.x] Clarified why one must not catch database errors inside atomic.
Aymeric Augustin
2013-09-09
[1.6.x] Fixed #16895 -- Warned about cost of QuerySet ordering
e0ne
2013-09-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-01
Fixed #20543 - Typo in db model fields docs.
Tim Graham
2013-05-28
Fixed #20513 - Expanded docs on QuerySet caching.
Tim Graham
2013-05-27
Patch for ticket #20506 - documentation type
yishaibeeri
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-05-19
Fixed #20183 - Clarified docs assumption that certain objects exist in database.
Tim Graham
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-17
Tidy up some of the transaction documentation.
Marc Tamlyn
2013-05-07
Remove outdated ForeignKey manager documentation.
Mike Fogel
2013-05-05
Found a mistake in SQL documentation
Christopher Allen-Poole
2013-04-30
Fix two typos in database transactions docs
Ana Krivokapic
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-31
Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.
Tim Graham
2013-03-30
Fixed #20150 -- Fixed an error in manager doc example
Nimesh Ghelani
[next]