From c10a87ecabd0a8e36b7eb2801ec0d23051c5e9d1 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 17 Aug 2012 11:10:53 -0400 Subject: fixed migration 135 --- askbot/migrations/0135_auto__add_askwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': "''"}), -- cgit v1.2.3-1-g7c22