Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabble committed Feb 17, 2024
1 parent 21e2e76 commit ece8eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/historical_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ difference between a ``Manager`` and a ``QuerySet``,
see `Django's Manager documentation`_.

.. code-block:: python
from datetime import timedelta
from django.db import models
from django.utils import timezone
Expand Down Expand Up @@ -224,6 +225,7 @@ see `Django's Manager documentation`_.
To reuse a ``QuerySet`` from the model, see the following code example:

.. code-block:: python
from datetime import timedelta
from django.db import models
from django.utils import timezone
Expand Down

0 comments on commit ece8eb4

Please sign in to comment.