This reverts commit
5708fb48adecfd9929366b114bdb6d4cd09df74e.
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 only hides
a warning in the versions of Django supported here, it's easy to just
revert this.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Stable-Only
class Meta:
verbose_name_plural = 'Patches'
- if django.VERSION >= (1, 10):
- base_manager_name = 'objects'
+ base_manager_name = 'objects'
class Comment(EmailMixin, models.Model):