Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw authored Jun 18, 2024
1 parent 95dc652 commit 0d098a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The unmanaged model class would be something like this:

.. code-block:: python
class MyViewInSqle(ReportModelMixin, models.Model):
class MyViewInSql(ReportModelMixin, models.Model):
col1 = models.CharField(max_length=25)
Expand Down

0 comments on commit 0d098a7

Please sign in to comment.