summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-03-21 22:16:31 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-03-21 22:16:31 +0100
commit6993f2886bb9535c6cde95ec0c743f40b40e324e (patch)
tree0027c65c23e87d09371a61be8859704dc2966dd7 /django
parent051c666acac770dea1af2fc223cc695f985f02f7 (diff)
Fixed typo in comments.
Diffstat (limited to 'django')
-rw-r--r--django/db/backends/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py
index f70d7759e0..2a93d9a9ce 100644
--- a/django/db/backends/__init__.py
+++ b/django/db/backends/__init__.py
@@ -442,7 +442,7 @@ class BaseDatabaseWrapper(object):
class BaseDatabaseFeatures(object):
allows_group_by_pk = False
- # True if django.db.backend.utils.typecast_timestamp is used on values
+ # True if django.db.backends.utils.typecast_timestamp is used on values
# returned from dates() calls.
needs_datetime_string_cast = True
empty_fetchmany_value = []