diff --git a/docs/admin.md b/docs/admin.md index 066352955..69cadf73f 100644 --- a/docs/admin.md +++ b/docs/admin.md @@ -11,4 +11,5 @@ class ExampleAdmin(FileFormAdmin): admin.site.register(Example, ExampleAdmin) ``` -Also see the testproject in the repository. \ No newline at end of file +- Also see the testproject in the repository. +- Inline forms are not supported.