summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2013-02-23[1.5.X] Added an example of "default" database dictionary left blank; refs #1...Tim Graham
2013-02-23[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-12-21[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-18[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstrac...Russell Keith-Magee
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-11-27[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
2012-11-23[1.5.x] Negligible style fix in docs.Aymeric Augustin
2012-11-23[1.5.X] Changed if statement to a slightly cleaner variantWoLpH
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-10-27[1.5.x] Removed a redundant colon in the query docs.Florian Apolloner
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
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
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
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
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
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
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
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 Mode...Tim Graham
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin
2012-06-30Fixed #17168 - Noted TransactionMiddleware only works with "default" database...Tim Graham
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz