summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-17 11:10:53 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-17 11:10:53 -0400
commitc10a87ecabd0a8e36b7eb2801ec0d23051c5e9d1 (patch)
tree77a320dd3e9ba46929c4b6dcc192c0a957e691fe
parent4e1a40d55eb3b0a5ff6e1af8745beef5a71b2453 (diff)
downloadaskbot-c10a87ecabd0a8e36b7eb2801ec0d23051c5e9d1.tar.gz
askbot-c10a87ecabd0a8e36b7eb2801ec0d23051c5e9d1.tar.bz2
askbot-c10a87ecabd0a8e36b7eb2801ec0d23051c5e9d1.zip
fixed migration 135
-rw-r--r--askbot/migrations/0135_auto__add_askwidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/migrations/0135_auto__add_askwidget.py b/askbot/migrations/0135_auto__add_askwidget.py
index ebf6f717..0764e11d 100644
--- a/askbot/migrations/0135_auto__add_askwidget.py
+++ b/askbot/migrations/0135_auto__add_askwidget.py
@@ -77,7 +77,7 @@ class Migration(SchemaMigration):
},
'askbot.askwidget': {
'Meta': {'object_name': 'AskWidget'},
- 'default_group': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['askbot.Tag']", 'null': 'True', 'blank': 'True'}),
+ 'tag': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['askbot.Tag']", 'null': 'True', 'blank': 'True'}),
'group': ('django.db.models.fields.related.ForeignKey', [], {'blank': 'True', 'related_name': "'groups'", 'null': 'True', 'to': "orm['askbot.Tag']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'inner_style': ('django.db.models.fields.TextField', [], {'default': "''"}),