Commit 61bc990c authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #1243 from c-bata/fix-typo

Fix typo
parents 00e1c558 a4774019
...@@ -221,7 +221,7 @@ class BaseFileAdmin(BaseView, ActionsMixin): ...@@ -221,7 +221,7 @@ class BaseFileAdmin(BaseView, ActionsMixin):
Base form class. Will be used to create the upload, rename, edit, and delete form. Base form class. Will be used to create the upload, rename, edit, and delete form.
Allows enabling CSRF validation and useful if you want to have custom Allows enabling CSRF validation and useful if you want to have custom
contructor or override some fields. constructor or override some fields.
Example:: Example::
......
...@@ -501,7 +501,7 @@ class BaseModelView(BaseView, ActionsMixin): ...@@ -501,7 +501,7 @@ class BaseModelView(BaseView, ActionsMixin):
""" """
Base form class. Will be used by form scaffolding function when creating model form. Base form class. Will be used by form scaffolding function when creating model form.
Useful if you want to have custom contructor or override some fields. Useful if you want to have custom constructor or override some fields.
Example:: Example::
......
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