From 9b6a2983bd5273224b27cedafdadead94eac0960 Mon Sep 17 00:00:00 2001 From: myii Date: Sun, 31 Dec 2017 05:07:05 +0000 Subject: [PATCH 1/2] Fix typo --- docs/_sources/example.rst.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_sources/example.rst.txt b/docs/_sources/example.rst.txt index 378900f..f6f7225 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 included ``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 From 6dffc961a6360a85388fea97b0f09eddd902b7f0 Mon Sep 17 00:00:00 2001 From: Pouria Hadjibagheri Date: Sat, 24 Feb 2018 00:54:28 +0000 Subject: [PATCH 2/2] Small correction (grammatical) --- docs/_sources/example.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sources/example.rst.txt b/docs/_sources/example.rst.txt index f6f7225..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 ``MarkdownxModel`` 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