1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[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
This commit is contained in:
Alex Gaynor 2009-12-17 16:13:42 +00:00
parent c958523121
commit d255be2619

12
TODO
View File

@ -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
~~~~~~~~~~~~~~~~~