summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-01Simplified wording in QuerySet.update() docs.Maximiliano
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-04-19Fixed #11078 -- documentation update.Marco Santamaria
2015-04-14Removed docs for removed transaction APIs.Tim Graham
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-03-16Fixed allow_migrate() signature in router examples.Adrian Andreias
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-12-20Correct scoping of savepoint exampleDavid Cramer
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-06Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-03Fixed typo in aggregation docs link.Tim Graham
2014-12-03Fixed a typo in aggregation docs.Benjamin Bach
2014-12-03Documented a current limitation of multiple table annotation; refs #10060.Benjamin Bach
2014-11-17Fix link target markupÉric Araujo
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-10-06Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...Ismail Badawi
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-29Fixed typo in docs/topics/db/managers.txtGreg Brown
2014-09-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-08Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
2014-07-02Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
2014-06-12Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-05Fix missing highlighting in some code examplesÉric Araujo
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-05-27Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-13Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-04-30Fixed #22442 -- Provided additional documentation regarding id fields clashing.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini