summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2009-12-17 16:13:42 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2009-12-17 16:13:42 +0000
commitd255be26195e57301f2ed7e7670553827f5bbc3c (patch)
tree0605252c0fef784fd452cec39499c05d82ff1fcb
parentc958523121ddf69028f61d2a82357625f7a123c9 (diff)
downloaddjango-d255be26195e57301f2ed7e7670553827f5bbc3c.tar.gz
[soc2009/multidb] Updated TODO list. Patch from Russell Keith-Magee.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4f7e07589c..53294b7fd7 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,16 @@ Required for v1.2
* Modify the admin interface to support multiple databases (doh).
- Document how it is done
- - Modify m2m widgets to stick to the same database as parent
- - Modify inlines to stick to same database as parent
+
+ * Make sure we can't get rid of using= arguments everywhere
+
+ * Resolve uses of _default_manager
+ * django/contrib/databrowse/datastructures.py
+ * django/contrib/databrowse/fieldchoices.py
+ * django/db/models/fields/__init__.py
+ - ManyToManyField.isValidIDList (deprecated method?)
+ * django/db/models/fields/files.py
+ - FileField.delete_file
Optional for v1.2
~~~~~~~~~~~~~~~~~