Skip to content

Commit

Permalink
[docs] Updated links to django docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nemesifier committed Aug 31, 2024
1 parent e4e0ac1 commit 07cff29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer/admin-theme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ customize admin theme.
to use the ``STATICFILES_DIR`` setting in ``settings.py``.

You can learn more in the `Django documentation
<https://docs.djangoproject.com/en/3.0/ref/settings/#std:setting-STATICFILES_DIRS>`_.
<https://docs.djangoproject.com/en/4.2/ref/settings/#std:setting-STATICFILES_DIRS>`_.

Extend Admin Theme Programmatically
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/admin-utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ by modifying ``InputFilter`` as following:
To know about other lookups that can be used please check `Django Lookup
API Reference
<https://docs.djangoproject.com/en/3.2/ref/models/lookups/#django.db.models.Lookup>`__
<https://docs.djangoproject.com/en/4.2/ref/models/lookups/#django.db.models.Lookup>`__

``openwisp_utils.admin_theme.filters.SimpleInputFilter``
--------------------------------------------------------
Expand Down

0 comments on commit 07cff29

Please sign in to comment.