Kaydet (Commit) 750dbb11 authored tarafından Claude Paroz's avatar Claude Paroz

Removed unneeded null param to ManyToManyField

üst 90720d54
......@@ -249,7 +249,7 @@ class Thingy(models.Model):
class M2MToSelf(models.Model):
parent = models.ManyToManyField("self", blank=True, null=True)
parent = models.ManyToManyField("self", blank=True)
@python_2_unicode_compatible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment