From 1cb63755c988a94e4f44e4485e1255149ef67b6b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 6 Oct 2018 22:26:19 +0100 Subject: [PATCH] Revert "models: Series plural name is Series" This reverts commit ed7328fdb13d0f286eb873d58e4fec606d20cdee. This change required a migration which was not included in 2.0.0. It's not possible to backport the migration but since this change wasn't absolutely necessary, it's easy to just revert this. Signed-off-by: Stephen Finucane Stable-Only --- patchwork/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patchwork/models.py b/patchwork/models.py index 24c1a747..ec110189 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -715,7 +715,6 @@ class Series(FilenameMixin, models.Model): class Meta: ordering = ('date',) - verbose_name_plural = 'Series' @python_2_unicode_compatible -- 2.47.3