mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Remove obsolete NoRendered test model
The code under test was removed in fda2d39e, but this model remained.
This commit is contained in:
parent
6c39b58cb4
commit
9df3df99cf
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue