Skip to content

Commit

Permalink
Add filter for articles without category
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jun 11, 2024
1 parent 0223b59 commit a7ef76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fragdenstaat_de/fds_blog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class ArticleAdmin(SortableAdminBase, admin.ModelAdmin):
"creation_date",
"start_publication",
"end_publication",
make_nullfilter("categories", "Hat Kategorie"),
)
radio_fields = {
"content_template": admin.VERTICAL,
Expand Down

0 comments on commit a7ef76c

Please sign in to comment.