mirror of
https://github.com/django/django.git
synced 2025-09-10 04:26:30 +00:00
Removed backend.dictfetchone(), as it wasn't being used anywhere
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
221f99ed58
commit
1b4cfd4fea
10 changed files with 4 additions and 18 deletions
|
@ -184,7 +184,6 @@ supports_constraints = True
|
|||
supports_tablespaces = False
|
||||
uses_case_insensitive_names = False
|
||||
|
||||
dictfetchone = util.dictfetchone
|
||||
dictfetchmany = util.dictfetchmany
|
||||
dictfetchall = util.dictfetchall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue