Corrected typo in Field.deconstruct docstring.
This commit is contained in:
parent
3b8527e32b
commit
59552bea57
|
@ -419,8 +419,8 @@ class Field(RegisterLookupMixin):
|
||||||
|
|
||||||
* The name of the field on the model, if contribute_to_class() has
|
* The name of the field on the model, if contribute_to_class() has
|
||||||
been run.
|
been run.
|
||||||
* The import path of the field, including the class:e.g.
|
* The import path of the field, including the class, e.g.
|
||||||
django.db.models.IntegerField This should be the most portable
|
django.db.models.IntegerField. This should be the most portable
|
||||||
version, so less specific may be better.
|
version, so less specific may be better.
|
||||||
* A list of positional arguments.
|
* A list of positional arguments.
|
||||||
* A dict of keyword arguments.
|
* A dict of keyword arguments.
|
||||||
|
|
Loading…
Reference in New Issue