Skip to content

Commit

Permalink
pootle_translationproject: Fix a migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Leclanche committed Mar 21, 2014
1 parent aa24108 commit ba597ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def backwards(self, orm):
},
'pootle_translationproject.translationproject': {
'Meta': {'unique_together': "(('language', 'project'),)", 'object_name': 'TranslationProject', 'db_table': "'pootle_app_translationproject'"},
'description': ('django.db.models.fields.TextField', [], {'blank': 'True'}),
'description_html': ('django.db.models.fields.TextField', [], {'blank': 'True'}),
'description': ('pootle.core.markup.fields.MarkupField', [], {'blank': 'True'}),
'directory': ('django.db.models.fields.related.OneToOneField', [], {'to': "orm['pootle_app.Directory']", 'unique': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'language': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['pootle_language.Language']"}),
Expand Down

0 comments on commit ba597ec

Please sign in to comment.