mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
[1.7.x] Fix docs error with deconstruct() docs
This commit is contained in:
parent
f8fa735dc2
commit
87d873ab47
@ -289,7 +289,7 @@ into ``kwargs`` yourself::
|
||||
"Implements comma-separated storage of lists"
|
||||
|
||||
def __init__(self, separator=",", *args, **kwargs):
|
||||
self.separator = ","
|
||||
self.separator = separator
|
||||
super(CommaSepField, self).__init__(*args, **kwargs)
|
||||
|
||||
def deconstruct(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user