@@ -63,7 +63,7 @@ removed:
6363
6464 For more information about how to work with django projects and django
6565apps, please refer to the `django documentation
66- <https://docs.djangoproject.com/en/4 .2/intro/tutorial01/> `_.
66+ <https://docs.djangoproject.com/en/5 .2/intro/tutorial01/> `_.
6767
68682. Install ``openwisp-notifications ``
6969-------------------------------------
@@ -137,7 +137,7 @@ Please refer to the following files in the sample app of the test project:
137137
138138For more information regarding the concept of ``AppConfig `` please refer
139139to the `"Applications" section in the django documentation
140- <https://docs.djangoproject.com/en/4 .2/ref/applications/> `_.
140+ <https://docs.djangoproject.com/en/5 .2/ref/applications/> `_.
141141
1421427. Create your custom models
143143----------------------------
@@ -152,7 +152,7 @@ You can add fields in a similar way in your ``models.py`` file.
152152
153153 If you have questions about using, extending, or developing models,
154154 refer to the `"Models" section of the Django documentation
155- <https://docs.djangoproject.com/en/4 .2/topics/db/models/> `_.
155+ <https://docs.djangoproject.com/en/5 .2/topics/db/models/> `_.
156156
1571578. Add swapper configurations
158158-----------------------------
@@ -183,7 +183,7 @@ Create and apply database migrations:
183183
184184 For more information, refer to the `"Migrations" section in the django
185185documentation
186- <https://docs.djangoproject.com/en/4 .2/topics/migrations/> `_.
186+ <https://docs.djangoproject.com/en/5 .2/topics/migrations/> `_.
187187
18818810. Create your custom admin
189189----------------------------
@@ -199,7 +199,7 @@ are described below.
199199 For more information regarding how the django admin works, or how it
200200 can be customized, please refer to `"The django admin site" section in
201201 the django documentation
202- <https://docs.djangoproject.com/en/4 .2/ref/contrib/admin/> `_.
202+ <https://docs.djangoproject.com/en/5 .2/ref/contrib/admin/> `_.
203203
2042041. Monkey patching
205205~~~~~~~~~~~~~~~~~~
@@ -256,7 +256,7 @@ file in the test project.
256256
257257For more information about URL configuration in django, please refer to
258258the `"URL dispatcher" section in the django documentation
259- <https://docs.djangoproject.com/en/4 .2/topics/http/urls/> `_.
259+ <https://docs.djangoproject.com/en/5 .2/topics/http/urls/> `_.
260260
26126112. Create root routing configuration
262262-------------------------------------
@@ -299,7 +299,7 @@ in `"templatetags/notification_tags.py" of sample_notifications
299299
300300For more information about template tags in django, please refer to the
301301`"Custom template tags and filters" section in the django documentation
302- <https://docs.djangoproject.com/en/4 .2/topics/http/urls/> `_.
302+ <https://docs.djangoproject.com/en/5 .2/topics/http/urls/> `_.
303303
30430416. Register Notification Types
305305-------------------------------
0 commit comments