Commit e2a5ec03 by Markus Törnqvist

Change BasicModel.verbose_name

Isn't it nicer to test for a text which is different from
what the previous broken behavior was? Now we can really
tell it works!
parent e2d3aa65
......@@ -34,7 +34,7 @@ class Anchor(RESTFrameworkModel):
class BasicModel(RESTFrameworkModel):
text = models.CharField(max_length=100, verbose_name=_("Text"), help_text=_("Text description."))
text = models.CharField(max_length=100, verbose_name=_("Text comes here"), help_text=_("Text description."))
class SlugBasedModel(RESTFrameworkModel):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment