We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1963352 commit 9f3e667Copy full SHA for 9f3e667
source/interact-data/crud.txt
@@ -76,7 +76,7 @@ The ``Movie`` model class has the following definition:
76
.. code-block:: python
77
78
from <your application name>.models import Movie
79
- from {+framework+}.utils import timezone
+ from django.utils import timezone
80
from datetime import datetime
81
82
.. _django-crud-insert:
0 commit comments