mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Thanks to bendavis78 for the test and diagnostic work.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from django.db import models
|
||||
|
||||
|
||||
class SillyModel(models.Model):
|
||||
silly_field = models.BooleanField(default=False)
|
||||
silly_tribble = models.ForeignKey("migrations.Tribble")
|
||||
is_trouble = models.BooleanField(default=True)
|
||||
Reference in New Issue
Block a user