We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ChordCounter
abstract
generic
1 parent 74c1cc6 commit 28a2554Copy full SHA for 28a2554
django_celery_results/models/abstract.py
@@ -182,9 +182,9 @@ class Meta:
182
"""Table information."""
183
184
abstract = True
185
- ordering = ['-date_done']
186
verbose_name = _('group result')
187
verbose_name_plural = _('group results')
+ ordering = ['-date_done']
188
189
# Explicit names to solve https://code.djangoproject.com/ticket/33483
190
indexes = [
0 commit comments