1 | Index: django/db/models/base.py
|
---|
2 | ===================================================================
|
---|
3 | --- django/db/models/base.py (revision 16002)
|
---|
4 | +++ django/db/models/base.py (working copy)
|
---|
5 | @@ -389,7 +389,7 @@
|
---|
6 |
|
---|
7 | def __reduce__(self):
|
---|
8 | """
|
---|
9 | - Provide pickling support. Normally, this just dispatches to Python's
|
---|
10 | + Provides pickling support. Normally, this just dispatches to Python's
|
---|
11 | standard handling. However, for models with deferred field loading, we
|
---|
12 | need to do things manually, as they're dynamically created classes and
|
---|
13 | only module-level classes can be pickled by the default path.
|
---|