Skip to content

Commit 27460c9

Browse files
committed
Don't do admin; it can't handle these tables.
- Legacy-Id: 181
1 parent 3e634cc commit 27460c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ietf/ietfauth/models.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def __str__(self):
2929
class Meta:
3030
db_table = 'users'
3131
ordering = ['login_name']
32-
class Admin:
33-
pass
3432

3533
class WgPassword(models.Model):
3634
person = models.ForeignKey(PersonOrOrgInfo, db_column='person_or_org_tag', primary_key=True, raw_id_admin=True)
@@ -46,5 +44,3 @@ def __str__(self):
4644
class Meta:
4745
db_table = 'wg_password'
4846
ordering = ['login_name']
49-
class Admin:
50-
pass

0 commit comments

Comments
 (0)