diff --git a/docs/extending_filer.rst b/docs/extending_filer.rst index 755a5f2df..7dcae9b94 100644 --- a/docs/extending_filer.rst +++ b/docs/extending_filer.rst @@ -214,7 +214,7 @@ field. You can override this behavior by subclassing the You can also override the search behavior for :py:class:`Folders`. Just override :py:attr:`~filer.admin.folderadmin.FolderAdmin.search_fields` by subclassing the :py:class:`filer.admin.folderadmin.FolderAdmin`. It works as described in -`Django's docs `_. E.g.: +`Django's docs `_. E.g.: .. code-block:: python @@ -230,7 +230,7 @@ Providing custom Image model ---------------------------- As the ``Image`` model is special, a different way to implement custom Image model is required, which uses the Django -`swappable models `_ interface. +`swappable models `_ interface. Defining the model ..................