diff options
Diffstat (limited to 'tests/lookup/models.py')
-rw-r--r-- | tests/lookup/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lookup/models.py b/tests/lookup/models.py index b8e47ec746..57389e90de 100644 --- a/tests/lookup/models.py +++ b/tests/lookup/models.py @@ -79,6 +79,7 @@ class Player(models.Model): # is only available when using MySQL 5.6, or when using MyISAM # tables. As 5.6 isn't common yet, lets use MyISAM table for # testing. The table is manually created by the test method. +# RemovedInDjango20Warning class MyISAMArticle(models.Model): headline = models.CharField(max_length=100) |