mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fa2062d1db
commit
b34edc76eb
3 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ time, defeating the purpose of caching). This means that when you unpickle a
|
|||
than the results that are currently in the database.
|
||||
|
||||
If you only want to pickle the necessary information to recreate the
|
||||
``Queryset`` from the database at a later time, pickle the ``query`` attribute
|
||||
``QuerySet`` from the database at a later time, pickle the ``query`` attribute
|
||||
of the ``QuerySet``. You can then recreate the original ``QuerySet`` (without
|
||||
any results loaded) using some code like this::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue