summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2009-12-22[soc2009/multidb] Cleaned up documentation for now stale using argument. Pat...Alex Gaynor
2009-12-19[soc2009/multidb] Merged up to trunk r11917.Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11900.Alex Gaynor
2009-12-17[soc2009/multidb] Updated content types to be multidb aware. Patch from Russ...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-09[soc2009/multidb] Merged up to trunk r11804.Alex Gaynor
2009-11-23[soc2009/multidb] Resolved a number of strange merge conflicts that had arise...Alex Gaynor
2009-11-23[soc2009/multidb] Corrected some markup problems in the release notes and add...Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Removed _meta.using. This shouldn't be a model-level proper...Alex Gaynor
2009-11-23[soc2009/multidb] Fixed some documentation markup problems. Patch from Russ...Alex Gaynor
2009-11-23[soc2009/multidb] Updated db-backed session to be multi-db compatible. Patch...Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-11-23[soc2009/multidb] Modified the fixture loading, fixture dumping and synchroni...Alex Gaynor
2009-11-23[soc2009/multidb] Merged up to trunk r11760.Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...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-18[soc2009/multidb] Merged up to trunk r11467.Alex Gaynor
2009-08-09[soc2009/multidb] Added a note to the documentation about the deprecation of ...Alex Gaynor
2009-07-31[soc2009/multidb] Updated to trunk r11371.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] Added the start of documentation for multidbAlex Gaynor
2009-06-26[soc2009/multidb] Updated the list of settings documentation for the move of ...Alex Gaynor
2009-06-26[soc2009/multidb] Merged up to trunk r11103. Resolved merge conflictAlex Gaynor
2009-06-18[soc2009/multidb] Removed a duplicate bit of docs that snuck in during a mergeAlex 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-03[soc2009/multidb] Coverted all applicable management commands to have a --dat...Alex Gaynor
2009-06-03[soc2009/multidb] Implemented a connections object that is responsible for tr...Alex Gaynor
2009-05-27Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and Smile...Karen Tracey
2009-05-26Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks f...Adrian Holovaty
2009-05-17Fixed #11031 -- Added doc for some additional roles needed when testing Oracl...Karen Tracey
2009-05-17Fixed #11034: Corrected serialization example in admin actions doc. Thanks t...Karen Tracey
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-15Add a proper cross-reference to the mention of HttpRequest in the comment mod...James Bennett
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-05-14Fixed #11039: documented that aggregation and generic relations don't mix. Th...Jacob Kaplan-Moss
2009-05-14Fixed #11022: documented that the admin bulk delete action calls `QuerySet.de...Jacob Kaplan-Moss
2009-05-14Fixed #10886: corrected a mistaken example in the admin docs.Jacob Kaplan-Moss
2009-05-14Fixed #11046: fixed a use of the deprecated cycle tag syntax in the template ...Jacob Kaplan-Moss
2009-05-12Fixed #9675: added note about upgrading the URLconf to the comment upgrade gu...Jacob Kaplan-Moss
2009-05-10Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ...Russell Keith-Magee