Commit 03100168 by Stephan Groß

added missing line

parent 6ba4df8a
......@@ -166,6 +166,7 @@ class BlankFieldModel(RESTFrameworkModel):
class OptionalRelationModel(RESTFrameworkModel):
other = models.ForeignKey('OptionalRelationModel', blank=True, null=True)
# Model for RegexField
class Book(RESTFrameworkModel):
isbn = models.CharField(max_length=13)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment