diff options
author | luxagraf <sng@luxagraf.net> | 2025-03-29 16:05:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2025-03-29 16:05:32 -0500 |
commit | e3fc13086e361832bb14d6c6cedd8da6fe75bbd1 (patch) | |
tree | 41affe600821341ee2ec74735303083bffa16fe8 /app/gtd/admin.py | |
parent | 24442716445db343fdf84d449b8e7ce7528d5ad4 (diff) |
Diffstat (limited to 'app/gtd/admin.py')
-rw-r--r-- | app/gtd/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gtd/admin.py b/app/gtd/admin.py index 11486c8..49520f2 100644 --- a/app/gtd/admin.py +++ b/app/gtd/admin.py @@ -28,3 +28,4 @@ class WiredUpdateAdmin(admin.ModelAdmin): @admin.register(GTDNote) class GTDNoteAdmin(admin.ModelAdmin): list_display = ('title', 'project','url', 'note_type' ) + list_filter = ['project', 'note_type'] |