|
|
|
|
@ -199,7 +199,7 @@ class Migration(SchemaMigration): |
|
|
|
|
u'newsletter.contact': { |
|
|
|
|
'Meta': {'ordering': "('-modification_date',)", 'object_name': 'Contact'}, |
|
|
|
|
'activated': ('django.db.models.fields.BooleanField', [], {'default': 'False'}), |
|
|
|
|
'activation_code': ('django.db.models.fields.CharField', [], {'default': "'acff6c1ac35fe6d218e81d52ed46667212b90657'", 'max_length': '40'}), |
|
|
|
|
'activation_code': ('django.db.models.fields.CharField', [], {'default': "'b1d62cc2afaa88cff340ab0fd455bab5a5a6b23c'", 'max_length': '40'}), |
|
|
|
|
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': u"orm['contenttypes.ContentType']", 'null': 'True', 'blank': 'True'}), |
|
|
|
|
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}), |
|
|
|
|
'email': ('django.db.models.fields.EmailField', [], {'unique': 'True', 'max_length': '75'}), |
|
|
|
|
|