mirror of
https://github.com/django/django.git
synced 2025-10-10 07:19:11 +00:00
Conflicts: docs/releases/1.2.txt git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
29 lines
772 B
Plaintext
29 lines
772 B
Plaintext
Django Multiple Database TODO List
|
|
==================================
|
|
|
|
Required for v1.2
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
* Finalize the sql.Query internals
|
|
* Clean up the use of db.backend.query_class()
|
|
* Verify it still works with GeoDjango
|
|
* Cleanup of new API entry points
|
|
* validate() on a field
|
|
* name/purpose clash with Honza?
|
|
* any overlap with existing methods?
|
|
|
|
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.
|