Skip to content

Commit

Permalink
Merge ba597ec into aa24108
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Leclanche committed Mar 21, 2014
2 parents aa24108 + ba597ec commit 7c9b4bd
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 7c9b4bd

Please sign in to comment.