Removed invalid Meta.ordering in a test model.
It never worked and was never used.
This commit is contained in:
parent
7def8bed58
commit
f2d5dafec9
|
@ -87,7 +87,6 @@ class ArticleTranslation(models.Model):
|
|||
|
||||
class Meta:
|
||||
unique_together = ('article', 'lang')
|
||||
ordering = ('active_translation__title',)
|
||||
|
||||
|
||||
class ArticleTag(models.Model):
|
||||
|
|
Loading…
Reference in New Issue