Kaydet (Commit) f2d5dafe authored tarafından Tim Graham's avatar Tim Graham

Removed invalid Meta.ordering in a test model.

It never worked and was never used.
üst 7def8bed
......@@ -87,7 +87,6 @@ class ArticleTranslation(models.Model):
class Meta:
unique_together = ('article', 'lang')
ordering = ('active_translation__title',)
class ArticleTag(models.Model):
......
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