Skip to content

Commit 28a2554

Browse files
jose-padindiegocastrum
authored andcommitted
[celery#305] ChordCounter moved from abstract module to generic module.
Added some minor changes. --- Resolves celery#305 Fixes celery#314
1 parent 74c1cc6 commit 28a2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_celery_results/models/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ class Meta:
182182
"""Table information."""
183183

184184
abstract = True
185-
ordering = ['-date_done']
186185
verbose_name = _('group result')
187186
verbose_name_plural = _('group results')
187+
ordering = ['-date_done']
188188

189189
# Explicit names to solve https://code.djangoproject.com/ticket/33483
190190
indexes = [

0 commit comments

Comments
 (0)