From: Stephen Finucane Date: Sat, 6 Oct 2018 21:26:19 +0000 (+0100) Subject: Revert "models: Series plural name is Series" X-Git-Tag: v2.0.4~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cb63755c988a94e4f44e4485e1255149ef67b6b;p=thirdparty%2Fpatchwork.git 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 --- 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