]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Revert "models: Series plural name is Series"
authorStephen Finucane <stephen@that.guru>
Sat, 6 Oct 2018 21:26:19 +0000 (22:26 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 6 Oct 2018 21:32:49 +0000 (22:32 +0100)
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 <stephen@that.guru>
Stable-Only

patchwork/models.py

index 24c1a747cbdef309b3f858f415833db266a7b8c9..ec110189ccecb6670ebe277a247a5aad96a026b7 100644 (file)
@@ -715,7 +715,6 @@ class Series(FilenameMixin, models.Model):
 
     class Meta:
         ordering = ('date',)
-        verbose_name_plural = 'Series'
 
 
 @python_2_unicode_compatible