Skip to content

Commit 07cff29

Browse files
committed
[docs] Updated links to django docs
[skip ci]
1 parent e4e0ac1 commit 07cff29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/developer/admin-theme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ customize admin theme.
122122
to use the ``STATICFILES_DIR`` setting in ``settings.py``.
123123

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

127127
Extend Admin Theme Programmatically
128128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/developer/admin-utilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ by modifying ``InputFilter`` as following:
146146
147147
To know about other lookups that can be used please check `Django Lookup
148148
API Reference
149-
<https://docs.djangoproject.com/en/3.2/ref/models/lookups/#django.db.models.Lookup>`__
149+
<https://docs.djangoproject.com/en/4.2/ref/models/lookups/#django.db.models.Lookup>`__
150150

151151
``openwisp_utils.admin_theme.filters.SimpleInputFilter``
152152
--------------------------------------------------------

0 commit comments

Comments
 (0)