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
adrian committed Apr 2, 2011
1 parent c2b4a5a commit d4f948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def __hash__(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
need to do things manually, as they're dynamically created classes and
only module-level classes can be pickled by the default path.
Expand Down

0 comments on commit d4f948e

Please sign in to comment.