diff --git a/emencia/django/newsletter/migrations/0006_auto__add_field_newsletter_ab_final_stage__add_field_newsletter_ab_fin.py b/emencia/django/newsletter/migrations/0006_auto__add_field_newsletter_ab_final_stage__add_field_newsletter_ab_fin.py index e0502844..0dc86d9c 100644 --- a/emencia/django/newsletter/migrations/0006_auto__add_field_newsletter_ab_final_stage__add_field_newsletter_ab_fin.py +++ b/emencia/django/newsletter/migrations/0006_auto__add_field_newsletter_ab_final_stage__add_field_newsletter_ab_fin.py @@ -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'}),