mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Minor cleanup in the check_framework test package.
This commit is contained in:
parent
80b8d3bee0
commit
157f9cf240
2 changed files with 21 additions and 26 deletions
|
@ -12,8 +12,3 @@ class SimpleModel(models.Model):
|
|||
class Book(models.Model):
|
||||
title = models.CharField(max_length=250)
|
||||
is_published = models.BooleanField(default=False)
|
||||
|
||||
|
||||
class BlogPost(models.Model):
|
||||
title = models.CharField(max_length=250)
|
||||
is_published = models.BooleanField(default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue