mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[multi-db] Removed unused drop() method from Manager.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f4a776eee7
commit
e550c1eed4
@ -144,10 +144,6 @@ class Manager(object):
|
||||
pending.setdefault(klass, []).extend(statements)
|
||||
return pending
|
||||
|
||||
def drop(self, cascade=False):
|
||||
"""Drop my model's table."""
|
||||
pass # FIXME
|
||||
|
||||
def get_installed_models(self, table_list):
|
||||
"""Get list of models installed, given a list of tables.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user