Branch: refs/heads/master Home: https://github.com/phpmyadmin/website Commit: d8e8ab72943aa5d52ba8725c20999da597a8986e https://github.com/phpmyadmin/website/commit/d8e8ab72943aa5d52ba8725c20999da... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 0a829add5cf58d00c539323841386897269c005f https://github.com/phpmyadmin/website/commit/0a829add5cf58d00c53932384138689... Author: Maurício Meneghini Fauth mauricio@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@fauth.dev
Commit: 108412118e9e899d0638b39fe090ca2a928ba903 https://github.com/phpmyadmin/website/commit/108412118e9e899d0638b39fe090ca2... Author: Maurício Meneghini Fauth mauricio@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-...
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d39936ebce2f3f983db05a161d190ffaf4118341 https://github.com/phpmyadmin/website/commit/d39936ebce2f3f983db05a161d190ff... Author: Maurício Meneghini Fauth mauricio@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.F...
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 01eb04da0f27c6ba2e7e1b60d90f3a86decf1b11 https://github.com/phpmyadmin/website/commit/01eb04da0f27c6ba2e7e1b60d90f3a8... Author: Maurício Meneghini Fauth mauricio@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