We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5df99 commit 9699eebCopy full SHA for 9699eeb
1 file changed
ietf/idtracker/models.py
@@ -94,7 +94,7 @@ class Admin:
94
pass
95
96
class AreaURL(models.Model):
97
- area = models.ForeignKey(Area, db_column='area_acronym_id', edit_inline=models.STACKED, num_in_admin=1, null=True, related_name='urls')
+ area = models.ForeignKey(Area, edit_inline=models.STACKED, num_in_admin=1, null=True, related_name='urls')
98
url = models.URLField(maxlength=255, db_column='url_value', core=True)
99
url_label = models.CharField(maxlength=255, db_column='url_label')
100
def __str__(self):
0 commit comments