summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [soc2009/multidb] Updated management commands to ensure that a database name ...archive/soc2009/multidbsoc2009/multidbAlex Gaynor2009-12-2216-57/+52
* [soc2009/multidb] Whitespace and comment cleanup. Patch from Russell Keith-M...Alex Gaynor2009-12-223-1/+2
* [soc2009/multidb] Added versionadded tags to custom model field docs. Patch ...Alex Gaynor2009-12-221-0/+18
* [soc2009/multidb] Cleaned up documentation for now stale using argument. Pat...Alex Gaynor2009-12-221-5/+1
* [soc2009/multidb] Final cleanup of multi-db docs. Patch from Russell Keith-M...Alex Gaynor2009-12-221-34/+68
* [soc2009/multidb] Updated defer_regress tests to reflect extra models in mult...Alex Gaynor2009-12-221-4/+4
* [soc2009/multidb] `LayerMapping` and geographic sitemap views weren't using `...Justin Bronn2009-12-222-3/+3
* [soc2009/multidb] Merged up to trunk r11938.Alex Gaynor2009-12-224-26/+30
* [soc2009/multidb] Removed another item from the TODO. Patch from Russell Kei...Alex Gaynor2009-12-211-3/+0
* [soc2009/multidb] Fixed a problem with overzealous purging of contenttypes du...Alex Gaynor2009-12-211-2/+2
* [soc2009/multidb] Added documentation for usage of admin with multidb. Patch...Alex Gaynor2009-12-211-14/+107
* [soc2009/multidb] Fix to allow editing of inline formsets of objects on non-d...Alex Gaynor2009-12-211-0/+1
* [soc2009/multidb] A couple of cleanups of multi-db support for raw queries, i...Alex Gaynor2009-12-216-19/+39
* [soc2009/multidb] Remove cross database protection. This will be readded in ...Alex Gaynor2009-12-212-191/+188
* [soc2009/multidb] Correct the handling of raw and defered fields with multi-db.Alex Gaynor2009-12-215-4/+16
* [soc2009/multidb] Merged up to trunk r11924.Alex Gaynor2009-12-213-3/+3
* [soc2009/multidb] Merged up to trunk r11921. This does not include updating...Alex Gaynor2009-12-209-23/+628
* [soc2009/multidb] Merged up to trunk r11917.Alex Gaynor2009-12-1919-15/+284
* [soc2009/multidb] Fixed #12402 -- `QuerySet.defer` now interacts properly wit...Justin Bronn2009-12-193-0/+20
* [soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor2009-12-1813-50/+78
* [soc2009/multidb] Merged up to trunk r11901.Alex Gaynor2009-12-1724-48/+54
* [soc2009/multidb] Merged up to trunk r11900.Alex Gaynor2009-12-1723-87/+202
* [soc2009/multidb] Updated TODO list. Patch from Russell Keith-Magee.Alex Gaynor2009-12-171-2/+10
* [soc2009/multidb] Modified admin to allow for multidb customization. Patch f...Alex Gaynor2009-12-173-18/+33
* [soc2009/multidb] More cleanups of using= arguments. Patch from Russell Keit...Alex Gaynor2009-12-172-12/+15
* [soc2009/multidb] Added using argument to comment view. Patch from Russell K...Alex Gaynor2009-12-171-2/+2
* [soc2009/multidb] Modified using= arguments to default to None; modified quer...Alex Gaynor2009-12-178-16/+20
* [soc2009/multidb] Added partial handling for comments to be multi-db complian...Alex Gaynor2009-12-171-8/+10
* [soc2009/multidb] Add multi-db support to fixture loading. Involves a rework ...Alex Gaynor2009-12-1714-127/+196
* [soc2009/multidb] Updated contrib.auth User model for multi-db support. Patc...Alex Gaynor2009-12-173-7/+35
* [soc2009/multidb] Updated content types to be multidb aware. Patch from Russ...Alex Gaynor2009-12-176-80/+221
* [soc2009/multidb] Merged up to trunk r11885.Alex Gaynor2009-12-1719-281/+421
* [soc2009/multidb] Fixed a problem with m2m descriptors not sticking to the ri...Alex Gaynor2009-12-163-5/+32
* [soc2009/multidb] Fixed #11741 -- Updates to the spatial backends (e.g., re-e...Alex Gaynor2009-12-1618-193/+429
* [soc2009/multidb] Reorganized sql.InsertQuery to defer the need for a connect...Alex Gaynor2009-12-154-32/+32
* [soc2009/multidb] Corrected some test errors introduced by merging trunk. Pa...Alex Gaynor2009-12-155-9/+10
* [soc2009/multidb] Clarified text of deprecation warnings. Patch from Russell...Alex Gaynor2009-12-151-4/+6
* [soc2009/multidb] Added backwards compatibility layer for contrib.gis. Patch...Alex Gaynor2009-12-152-8/+19
* [soc2009/multidb] Corrected merge error. Patch from Russell Keith-Magee.Alex Gaynor2009-12-151-22/+18
* [soc2009/multidb] Merged up to trunk r11864.Alex Gaynor2009-12-1445-241/+1599
* [soc2009/multidb] Merged up to trunk r11858.Alex Gaynor2009-12-1353-1623/+1660
* [soc2009/multidb] Merged in all of Justin Bronn's GIS work. Multidb should ...Alex Gaynor2009-12-12109-3663/+2734
* [soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...Alex Gaynor2009-12-1234-233/+1239
* [soc2009/multidb] Added documentation about the potential complications tryin...Alex Gaynor2009-12-121-0/+53
* [soc2009/multidb] Merged up to trunk r11804.Alex Gaynor2009-12-0953-76/+2286
* [soc2009/multidb] Corrected a typo in the get_db_prep_* migration notes. Than...Alex Gaynor2009-12-041-1/+1
* [soc2009/multidb] Removed a documentation reference to Meta.using. Patch fro...Alex Gaynor2009-12-031-9/+0
* [soc2009/multidb] Corrected error handling when the database backend is incor...Alex Gaynor2009-12-031-1/+4
* [soc2009/multidb] Merged up to trunk r11785.Alex Gaynor2009-12-0314-957/+624
* [soc2009/multidb] Cleaned up the double processing required by validate() by ...Alex Gaynor2009-12-0314-156/+279