Mercurial > public > madeira
diff news/management/commands/import_old_news.py @ 89:b7cdfdde3999
For Django 1.5: replace django's simplejson with json.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 27 Aug 2013 19:53:31 -0500 |
parents | e2868ad47a1e |
children |
line wrap: on
line diff
--- a/news/management/commands/import_old_news.py Sat Apr 13 16:04:09 2013 -0500 +++ b/news/management/commands/import_old_news.py Tue Aug 27 19:53:31 2013 -0500 @@ -4,10 +4,10 @@ """ import datetime +import json from django.conf import settings from django.core.management.base import LabelCommand -from django.utils import simplejson as json from django.utils.html import linebreaks import textile