Skip to content

Commit 3d29fdd

Browse files
chore(docs): Update extending_filer.rst (#1488)
Use latest LTS version links to Django documentation
1 parent cce13d2 commit 3d29fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extending_filer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ field. You can override this behavior by subclassing the
214214
You can also override the search behavior for :py:class:`Folders<filer.models.foldermodels.Folder>`.
215215
Just override :py:attr:`~filer.admin.folderadmin.FolderAdmin.search_fields` by subclassing
216216
the :py:class:`filer.admin.folderadmin.FolderAdmin`. It works as described in
217-
`Django's docs <https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields>`_. E.g.:
217+
`Django's docs <https://docs.djangoproject.com/en/4.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields>`_. E.g.:
218218

219219

220220
.. code-block:: python
@@ -230,7 +230,7 @@ Providing custom Image model
230230
----------------------------
231231

232232
As the ``Image`` model is special, a different way to implement custom Image model is required, which uses the Django
233-
`swappable models <https://docs.djangoproject.com/en/2.0/topics/auth/customizing/#substituting-a-custom-user-model>`_ interface.
233+
`swappable models <https://docs.djangoproject.com/en/4.2/topics/auth/customizing/#substituting-a-custom-user-model>`_ interface.
234234

235235
Defining the model
236236
..................

0 commit comments

Comments
 (0)