Author: Alex
Date: 2009-12-17 10:13:42 -0600 (Thu, 17 Dec 2009)
New Revision: 11897

Modified:
   django/branches/soc2009/multidb/TODO
Log:
[soc2009/multidb] Updated TODO list.  Patch from Russell Keith-Magee.

Modified: django/branches/soc2009/multidb/TODO
===================================================================
--- django/branches/soc2009/multidb/TODO        2009-12-17 16:13:36 UTC (rev 
11896)
+++ django/branches/soc2009/multidb/TODO        2009-12-17 16:13:42 UTC (rev 
11897)
@@ -6,9 +6,17 @@
 
  * 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
 ~~~~~~~~~~~~~~~~~
 

--

You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to