[phpMyAdmin Git] [phpmyadmin/website] d8e8ab: Replace django.core.urlresolvers with django.urls

Maurício Meneghini Fauth mauricio at fauth.dev
Sun Mar 19 03:07:05 CET 2023


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: d8e8ab72943aa5d52ba8725c20999da597a8986e
https://github.com/phpmyadmin/website/commit/d8e8ab72943aa5d52ba8725c20999da597a8986e
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00

Changed paths: 
M demo/management/commands/fetch_versions.py
M files/models.py
M files/views.py
M news/models.py
M pmaweb/context_processors.py
M pmaweb/sitemaps.py
M pmaweb/tests.py
M pmaweb/views.py
M security/models.py
M security/views.py

Log Message:
-----------
Replace django.core.urlresolvers with django.urls

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 0a829add5cf58d00c539323841386897269c005f
https://github.com/phpmyadmin/website/commit/0a829add5cf58d00c539323841386897269c005f
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00

Changed paths: 
M news/models.py
M security/models.py

Log Message:
-----------
Replace models.permalink() decorator

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 108412118e9e899d0638b39fe090ca2a928ba903
https://github.com/phpmyadmin/website/commit/108412118e9e899d0638b39fe090ca2a928ba903
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00

Changed paths: 
M pmaweb/urls.py

Log Message:
-----------
Remove include() from url conf

- https://docs.djangoproject.com/en/1.11/ref/contrib/admin/#hooking-adminsite-instances-into-your-urlconf

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: d39936ebce2f3f983db05a161d190ffaf4118341
https://github.com/phpmyadmin/website/commit/d39936ebce2f3f983db05a161d190ffaf4118341
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00

Changed paths: 
M files/migrations/0001_initial.py
M files/models.py
M news/migrations/0001_initial.py
M news/models.py

Log Message:
-----------
Add on_delete argument to models.ForeignKey

- https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ForeignKey.on_delete

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 01eb04da0f27c6ba2e7e1b60d90f3a86decf1b11
https://github.com/phpmyadmin/website/commit/01eb04da0f27c6ba2e7e1b60d90f3a86decf1b11
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-03-18 (Sat, 03 March 2023) -03:00

Changed paths: 
M demo/management/commands/fetch_versions.py
M files/migrations/0001_initial.py
M files/models.py
M files/views.py
M news/migrations/0001_initial.py
M news/models.py
M pmaweb/context_processors.py
M pmaweb/sitemaps.py
M pmaweb/tests.py
M pmaweb/urls.py
M pmaweb/views.py
M security/models.py
M security/views.py

Log Message:
-----------
Merge pull request #156 from MauricioFauth/deprecations

Fix Django 1.11 deprecations



More information about the Git mailing list