Remove obsolete NoRendered test model

The code under test was removed in fda2d39e, but this model remained.
This commit is contained in:
Maarten ter Huurne 2024-03-22 18:49:27 +01:00
parent 6c39b58cb4
commit 9df3df99cf

View file

@ -192,15 +192,6 @@ class SplitFieldAbstractParent(models.Model):
abstract = True
class NoRendered(models.Model):
"""
Test that the no_excerpt_field keyword arg works. This arg should
never be used except by the South model-freezing.
"""
body = SplitField(no_excerpt_field=True)
class AbstractTracked(models.Model):
number = 1