Theme
Version
GitHubPyPIDiscord
On this page

v0.92 πŸš¨πŸ“’ (2024-08-22)

BREAKING CHANGES

  • Component class is no longer a subclass of View. To configure the View class, set the Component.View nested class. HTTP methods like get or post can still be defined directly on Component class, and Component.as_view() internally calls Component.View.as_view(). (See Modifying the View class)

Feat

django-components version: 0.152.0