Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jpulec committed Dec 11, 2014
1 parent 9e10b84 commit 46ccee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Included with django-loggit are two base abstract classes, ``BaseLogEvent`` and
models, you MUST not swap them for the lifetime of your migrations.
Therefore, it is very beneficial to be able to alter a model that exists in
your own app. As a caveat to migrations, your model MUST belong to the first
migration of the app it belogns to. Read more about swappable models here:
migration of the app it belongs to. Read more about swappable models here:
`Django Migration Dependencies`_ and `Django Customizing User Auth`_.

.. _django migration dependencies: https://docs.djangoproject.com/en/dev/topics/migrations/#dependencies
Expand Down

0 comments on commit 46ccee2

Please sign in to comment.