Skip to content

Commit

Permalink
Inline forms are not supported. (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak authored Sep 30, 2023
1 parent d34cff7 commit dc7d137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ class ExampleAdmin(FileFormAdmin):
admin.site.register(Example, ExampleAdmin)
```

Also see the testproject in the repository.
- Also see the testproject in the repository.
- Inline forms are not supported.

0 comments on commit dc7d137

Please sign in to comment.