Skip to content

Commit

Permalink
Remove obsolete NoRendered test model
Browse files Browse the repository at this point in the history
The code under test was removed in fda2d39, but this model remained.
  • Loading branch information
mthuurne committed Mar 22, 2024
1 parent 6c39b58 commit 9df3df9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@ class Meta:
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

Expand Down

0 comments on commit 9df3df9

Please sign in to comment.