Skip to content

Commit

Permalink
Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Than…
Browse files Browse the repository at this point in the history
…ks, jMyles

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 2, 2011
1 parent eaf5554 commit 21877c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/base.py
Expand Up @@ -389,7 +389,7 @@ def __hash__(self):


def __reduce__(self): def __reduce__(self):
""" """
Provide pickling support. Normally, this just dispatches to Python's Provides pickling support. Normally, this just dispatches to Python's
standard handling. However, for models with deferred field loading, we standard handling. However, for models with deferred field loading, we
need to do things manually, as they're dynamically created classes and need to do things manually, as they're dynamically created classes and
only module-level classes can be pickled by the default path. only module-level classes can be pickled by the default path.
Expand Down

0 comments on commit 21877c3

Please sign in to comment.