diff --git a/docs/_sources/example.rst.txt b/docs/_sources/example.rst.txt index 378900f..6d0159e 100644 --- a/docs/_sources/example.rst.txt +++ b/docs/_sources/example.rst.txt @@ -62,7 +62,7 @@ You can also implement **MarkdownX** through the forms. This will be done in you Django Admin ------------ -When using included ``MarkdowxModel`` class in your models, just use ``MarkdownxModelAdmin`` in +When using the build-in ``MarkdownxModel`` class in your models, just use ``MarkdownxModelAdmin`` in your :guilabel:`app/admin.py` as follows: .. code-block:: python @@ -77,4 +77,4 @@ your :guilabel:`app/admin.py` as follows: -.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField \ No newline at end of file +.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField