Skip to content

Commit 9f3e667

Browse files
committed
capitalization
1 parent 1963352 commit 9f3e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interact-data/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The ``Movie`` model class has the following definition:
7676
.. code-block:: python
7777

7878
from <your application name>.models import Movie
79-
from {+framework+}.utils import timezone
79+
from django.utils import timezone
8080
from datetime import datetime
8181

8282
.. _django-crud-insert:

0 commit comments

Comments
 (0)