summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2009-12-22[soc2009/multidb] Final cleanup of multi-db docs. Patch from Russell Keith-M...Alex Gaynor
2009-12-21[soc2009/multidb] Added documentation for usage of admin with multidb. Patch...Alex Gaynor
2009-12-21[soc2009/multidb] A couple of cleanups of multi-db support for raw queries, i...Alex Gaynor
2009-12-21[soc2009/multidb] Merged up to trunk r11924.Alex Gaynor
2009-12-20[soc2009/multidb] Merged up to trunk r11921. This does not include updating...Alex Gaynor
2009-12-19[soc2009/multidb] Merged up to trunk r11917.Alex Gaynor
2009-12-18[soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11900.Alex Gaynor
2009-12-14[soc2009/multidb] Merged up to trunk r11864.Alex Gaynor
2009-12-13[soc2009/multidb] Merged up to trunk r11858.Alex Gaynor
2009-12-12[soc2009/multidb] Merged in all of Justin Bronn's GIS work. Multidb should ...Alex Gaynor
2009-12-12[soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...Alex Gaynor
2009-12-12[soc2009/multidb] Added documentation about the potential complications tryin...Alex Gaynor
2009-12-09[soc2009/multidb] Merged up to trunk r11804.Alex Gaynor
2009-12-03[soc2009/multidb] Removed a documentation reference to Meta.using. Patch fro...Alex Gaynor
2009-12-03[soc2009/multidb] Merged up to trunk r11785.Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Fixed some documentation markup problems. Patch from Russ...Alex Gaynor
2009-11-23[soc2009/multidb] Added extra docs on configuring the database-backed session...Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-11-23[soc2009/multidb] Merged up to trunk r11760.Alex Gaynor
2009-11-21[soc2009/multidb] Merged up to trunk r11756.Alex Gaynor
2009-10-09[soc2009/multidb] Updated to trunk r11603. This includes a critical security...Alex Gaynor
2009-08-09[soc2009/multidb] Raise a ConnectionDoesNotExist exception, instead of a KeyE...Alex Gaynor
2009-07-31[soc2009/multidb] Updated to trunk r11371.Alex Gaynor
2009-07-19[soc2009/multidb] Merged up to trunk r11267.Alex Gaynor
2009-07-16[soc2009/multidb] Merged up to trunk r11251.Alex Gaynor
2009-07-16[soc2009/multidb] Merged up to trunk r11240.Alex Gaynor
2009-07-09[soc2009/multidb] Merged up to trunk r11205Alex Gaynor
2009-07-01[soc2009/multidb] Added a using option to a Model's Meta class. This allows ...Alex Gaynor
2009-07-01[soc2009/multidb] First set of documentation for multi-dbAlex Gaynor
2009-06-26[soc2009/multidb] Merged up to trunk r11103. Resolved merge conflictAlex Gaynor
2009-06-19[soc2009/multidb] Updated testing documentation for the new settings, also up...Alex Gaynor
2009-06-18[soc2009/multidb] Merged up to trunk r11068Alex Gaynor
2009-06-10[soc2009/multidb] Merged up to trunk r10973. Resolved merge conflictsAlex Gaynor
2009-06-07[soc2009/multidb] Updated the transactions documentation for parts of the API...Alex Gaynor
2009-06-03[soc2009/multidb] Implemented a connections object that is responsible for tr...Alex Gaynor
2009-05-27Fixed #11215 -- Replaced erroneous catch with except in testing doc. Karen Tracey
2009-05-26Made some small improvements to docs/topics/http/sessions.txtAdrian Holovaty
2009-05-24Fixed #8857 -- Corrected ref in modelforms documentation and added ref to fil...Brian Rosner
2009-05-23Fixed #11188 -- Removed incorrect doc note about step being unsupported when ...Karen Tracey
2009-05-18Fixed #11138 -- Corrected the description of behavior related to the max_num ...Karen Tracey
2009-05-18Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th...Karen Tracey
2009-05-17Fixed #10400: Added a note in the file uploads doc about the correct form typ...Karen Tracey
2009-05-17Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallac...Karen Tracey
2009-05-17Fixed #10855: Reference doc on creating superusers in the tutorial at the poi...Karen Tracey
2009-05-17Fixed #10971 -- Corrected code example involving redirect_chain in the testin...Karen Tracey
2009-05-17Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.Karen Tracey
2009-05-17Fixed #11128 -- Misc. fixes and improvements to the model forms doc. Thanks ...Karen Tracey
2009-05-16Fixed #9206 -- Added documentation on savepoints, and how to use them to reco...Russell Keith-Magee