mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fix docs error with deconstruct() docs
This commit is contained in:
parent
faa8c71fd9
commit
13ec89f267
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue