Skip to content

Commit e121980

Browse files
committed
fix
1 parent a7e7250 commit e121980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interact-data/raw-queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ definitions:
7777
.. code-block:: python
7878

7979
from <your application name>.models import Movie, Theater
80-
from {+framework+}.utils import timezone
80+
from django.utils import timezone
8181
from datetime import datetime
8282

8383
.. _django-raw-queries-run:

0 commit comments

Comments
 (0)