Skip to content

Commit

Permalink
Fixed another migration
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Mar 28, 2012
1 parent 3ee569a commit 5a878c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/migrations/0009_setdefaultorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def backwards(self, orm):
},
'categories.categoryrelation': {
'Meta': {'object_name': 'CategoryRelation'},
'category': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['categories.Category']"}),
'story': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['categories.Category']"}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'object_id': ('django.db.models.fields.PositiveIntegerField', [], {}),
Expand Down

0 comments on commit 5a878c0

Please sign in to comment.