Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
fixed (fields.W340) null has no effect on ManyToManyField.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuty committed Jul 6, 2015
1 parent 3b5f372 commit c20443e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feincms/module/page/extensions/relatedpages.py
Expand Up @@ -15,7 +15,6 @@ def handle_model(self):
self.model.add_to_class('related_pages', models.ManyToManyField(
settings.FEINCMS_DEFAULT_PAGE_MODEL,
blank=True,
null=True,
related_name='%(app_label)s_%(class)s_related',
help_text=_(
'Select pages that should be listed as related content.')))
Expand Down

0 comments on commit c20443e

Please sign in to comment.