SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d92f7991 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove contributor specializations (was JSONField)

parent edb6ed15
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class Contributor(models.Model):
status = models.SmallIntegerField(default=0, choices=CONTRIBUTOR_STATUS)
title = models.CharField(max_length=4, choices=TITLE_CHOICES)
discipline = models.CharField(max_length=20, choices=SCIPOST_DISCIPLINES, default='physics')
specializations = JSONField(default={})
# specializations = JSONField(default={})
orcid_id = models.CharField(max_length=20, verbose_name="ORCID id", blank=True)
country_of_employment = CountryField()
affiliation = models.CharField(max_length=300, verbose_name='affiliation')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment