diff --git a/.github/workflows/update-doc-assets.yml b/.github/workflows/update-doc-assets.yml index 54a72a5b..2eae66f0 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -40,7 +40,7 @@ jobs: token: ${{ secrets.PAT_TOKEN }} - name: Copy CHANGELOG - uses: docker://pandoc/core:2.19 + uses: docker://pandoc/core:3.13 with: args: -t markdown CHANGELOG.md -t rst --output=docs/source/changelog.rst diff --git a/django_model_subscription/urls.py b/django_model_subscription/urls.py index 8cfbc16d..46696ca9 100644 --- a/django_model_subscription/urls.py +++ b/django_model_subscription/urls.py @@ -14,6 +14,7 @@ 1. Import the include() function: from django.urls import include, path 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ + from django.contrib import admin from django.urls import path