summaryrefslogtreecommitdiff
path: root/TODO
blob: 3c6b97be1c7b5a4390a3aef44a2e521f407f1469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Django Multiple Database TODO List
==================================

Required for v1.2
~~~~~~~~~~~~~~~~~

 * Modify the admin interface to support multiple databases (doh).

Optional for v1.2
~~~~~~~~~~~~~~~~~

These are the next layer of UI. We can deliver for v1.2 without these if neccessary.

 * Technique for determining using() at runtime (by callback?)
 * Sticky models
   * Related objects
   * saving and deleting
   * default or an option
 * Sample docs for how to do:
   * master/slave
   * Sharding
 * Test protection against cross-database joins.