summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Collapse)Author
2013-06-01[1.5.x] Fixed #20543 - Typo in db model fields docs.Tim Graham
Thanks i.amber.jain@ for the report. Backport of f315693304 from master
2013-05-28[1.5.X] Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
Thanks seddonym. Backport of 8365d76da0 from master
2013-05-19[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist ↵Tim Graham
in database. Thanks Tomasz Jaskowski for the patch. Backport of 41bea033b7 from master
2013-03-31[1.5.x] Fixed #20168 - Generalized a PostgreSQL specific database query in ↵Tim Graham
the docs. Thanks Russ for the suggestion. Backport of c119d0f152 from master
2013-03-29[1.5.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
Backport of 485c024567 from master
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-02-27[1.5.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
Thanks Randy Salvo for the report. Backport of b0ba21db07 from master.
2013-02-23[1.5.X] Added an example of "default" database dictionary left blank; refs ↵Tim Graham
#19775. Thanks wsmith323 for the patch. Backport of cf890c110e from master
2013-02-23[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
Thanks monkut for the report and wsmith323 for the patch. Backport of 31bcb102b2 from master
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
Thanks julien.aubert.mail@ for the report and James Pic for the patch. Backport of 64d0f89ab1 from master
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
Thanks Anssi and Marc Tamlyn for reviewing. Fixes #19803. 0560bfb705687c831e2769b1202706e2ceb1f7a7 from master.
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links ↵Tim Graham
and markup. Backport of 43efefae69 from master
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-21[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
Thanks Mike O'Connor for the report. Backport of 52a2588df6 from master
2012-12-18[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
Thanks startup.canada for the suggestion. Backport of 31f49f1396 from master
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on ↵Russell Keith-Magee
abstract models. This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report. Backport of 1b646e656e46909af447056b4f98b9744aae4978 from master.
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
Backport of a001f3c.
2012-11-27[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
Thanks colinkeenan for the suggestion. Backport of ba2adc9c05 from master
2012-11-23[1.5.x] Negligible style fix in docs.Aymeric Augustin
Backport of 5c81e9d.
2012-11-23[1.5.X] Changed if statement to a slightly cleaner variantWoLpH
Backport of eabb44417c from master
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 from master.
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham
Thanks als for the report. Backport of 620e0bba49 from master
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
Thanks mmcnickle for the patch. Backport of feaf9f279a from master
2012-10-27[1.5.x] Removed a redundant colon in the query docs.Florian Apolloner
Thanks to Berker Peksag for the patch. Backport of 4f11b7362206224ad876018bba19b7c9a08b7f0b from master.
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
Fixed #18996 - Clarified overriden model methods not called on bulk operations
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
Removed extra indent in docs/topics/db/queries.txt
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
Done for consistency with Q() expressions and QuerySet combining. This will allow usage of '&' and '|' as boolean logical operators in the future. Refs #16211.
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
This reverts commit 28abf5f0ebc9d380f25dd278d7ef4642c4504545. Conflicts: docs/releases/1.5.txt
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
It appears that our infamous villain, Significant Whitespace, has struck again. In this episode, little Timmy finds himself trapped in a code well.  He need not despair, however, as Indentation Man has heard his cries for help and sprung into action. With his feline helper, Octocat, at his side, Indentation Man races to the scene, flings open a web-based code editor, and with terrific aplomb, frees Timmy to be the documentation he always wanted to be. Once again Goodness has prevailed.  In the fight for readable documentation, no stray whitespace will ever be able to withstand the str.strip()ing nature of....INDENTATION MAN.
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
Work done by Walter Doekes and Trac alias knoeb. Reviewed by Simon Charette.
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
This rewrites the entire example to use the same DB names throughout, and also is hopefully a bit more sensibly described. Additionally, the missing import of the random module for choosing a read slave is included in the example now.
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
Refs #16023.
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
Thanks Shabda Raaj for the draft patch.
2012-09-03Changes day to from 2 to 30Matt Stevens
2012-09-03Clarifies day and month in example querysetMatt Stevens
2012-08-30Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-23Fixed typo in docsCarlos Palol
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are ↵Tim Graham
ModelForm specific, not admin specific. Thanks Ben Sturmfels for the patch.
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin