diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 01:14:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 01:14:53 +0000 |
| commit | a6a5e3cf326849da55483cc041d8b69589183976 (patch) | |
| tree | b4ea4a7b660693279725489fbfe334e11cd2acce /django/db/backends/sqlite3/base.py | |
| parent | ba49e7be08e340db9c0e570619388e9e2ea69509 (diff) | |
Removed backend.dictfetchall(), as it wasn't being used anywhere
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/backends/sqlite3/base.py')
| -rw-r--r-- | django/db/backends/sqlite3/base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/backends/sqlite3/base.py b/django/db/backends/sqlite3/base.py index f34e23598d..96f88dfa17 100644 --- a/django/db/backends/sqlite3/base.py +++ b/django/db/backends/sqlite3/base.py @@ -120,8 +120,6 @@ supports_constraints = False supports_tablespaces = False uses_case_insensitive_names = False -dictfetchall = util.dictfetchall - def _sqlite_extract(lookup_type, dt): try: dt = util.typecast_timestamp(dt) |
