diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 01:13:12 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 01:13:12 +0000 |
| commit | 1b4cfd4fea151da70a77c9ca6197276110aa8c31 (patch) | |
| tree | 5d3a02a0f536369dde01cde3d149ff2f5c5a1f07 /django/db/backends/sqlite3/base.py | |
| parent | 221f99ed5831b71b7ddb810ec8808a884773ef04 (diff) | |
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
Diffstat (limited to 'django/db/backends/sqlite3/base.py')
| -rw-r--r-- | django/db/backends/sqlite3/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/sqlite3/base.py b/django/db/backends/sqlite3/base.py index 7d291480a5..1c8409879d 100644 --- a/django/db/backends/sqlite3/base.py +++ b/django/db/backends/sqlite3/base.py @@ -120,7 +120,6 @@ supports_constraints = False supports_tablespaces = False uses_case_insensitive_names = False -dictfetchone = util.dictfetchone dictfetchmany = util.dictfetchmany dictfetchall = util.dictfetchall |
