File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ field. You can override this behavior by subclassing the
214
214
You can also override the search behavior for :py:class: `Folders<filer.models.foldermodels.Folder> `.
215
215
Just override :py:attr: `~filer.admin.folderadmin.FolderAdmin.search_fields ` by subclassing
216
216
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.:
218
218
219
219
220
220
.. code-block :: python
@@ -230,7 +230,7 @@ Providing custom Image model
230
230
----------------------------
231
231
232
232
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.
234
234
235
235
Defining the model
236
236
..................
You can’t perform that action at this time.
0 commit comments