diff news/models.py @ 1005:9fc12bbc8c81

Tweaks for news v2.0 with old news pending stories present.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2015 23:16:07 -0600
parents 28d68f97cb26
children
line wrap: on
line diff
--- a/news/models.py	Thu Nov 26 10:47:24 2015 -0600
+++ b/news/models.py	Thu Nov 26 23:16:07 2015 -0600
@@ -53,7 +53,7 @@
     update_date = models.DateTimeField(db_index=True, blank=True)
     priority = models.IntegerField(db_index=True, default=0, blank=True)
     meta_description = models.TextField(blank=True)
-    short_markup = models.TextField(default='')
+    short_markup = models.TextField(default='', blank=True)
     long_markup = models.TextField(default='', blank=True)
     admin_content = models.TextField(default='', blank=True)
     version = models.SmallIntegerField(default=NEWS_VERSION)