Skip to content

Commit

Permalink
Add pub start/end dates to editable list fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Mar 21, 2011
1 parent 94d6213 commit 173f218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/homesnippets/admin.py
Expand Up @@ -69,7 +69,8 @@ class SnippetAdmin(admin.ModelAdmin):
)

list_editable = (
'preview', 'disabled', 'priority'
'preview', 'disabled', 'priority',
'pub_start', 'pub_end',
)

filter_horizontal = ( 'client_match_rules', )
Expand Down

0 comments on commit 173f218

Please sign in to comment.