chore(api): use fully qualified model names
This commit is contained in:
parent
fc98b617cf
commit
4009e7eeb6
12 changed files with 29 additions and 23 deletions
|
@ -3,7 +3,7 @@ from django.db import models
|
|||
|
||||
class Preference(models.Model):
|
||||
user = models.ForeignKey(
|
||||
"User",
|
||||
"core.User",
|
||||
on_delete=models.CASCADE,
|
||||
db_column="subjid",
|
||||
blank=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue