allow editing date
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 1 Oct 2012 15:02:47 +0000 (17:02 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 1 Oct 2012 15:03:14 +0000 (17:03 +0200)
migdal/admin.py

index 4222368..920f29c 100644 (file)
@@ -18,7 +18,7 @@ class AttachmentInline(admin.TabularInline):
 class EntryAdmin(admin.ModelAdmin):
     date_hierarchy = 'date'
     fieldsets = (
-        (None, {'fields': (('type', 'promo'), 'author', 'author_email', 'image')}),
+        (None, {'fields': (('type', 'promo'), 'author', 'author_email', 'image', 'date')}),
     ) + tuple(
         (ln, {'fields': (
             ('published_%s' % lc),