Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions django_model_subscription/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down