Skip to content

Commit

Permalink
[celery#305] ChordCounter moved from abstract module to generic
Browse files Browse the repository at this point in the history
… module.

Added some minor changes.

---

Resolves celery#305

Fixes celery#314
  • Loading branch information
jose-padin authored and diegocastrum committed Aug 17, 2022
1 parent 74c1cc6 commit 28a2554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_celery_results/models/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ class Meta:
"""Table information."""

abstract = True
ordering = ['-date_done']
verbose_name = _('group result')
verbose_name_plural = _('group results')
ordering = ['-date_done']

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

0 comments on commit 28a2554

Please sign in to comment.