Skip to content
Django-Components
v0.143.2
Initializing search
django-components
Overview
Getting Started
Documentation
Plugins
Examples
Community
Release Notes
Concepts
API Reference
Guides
Upgrading
Django-Components
django-components
Overview
Overview
Welcome to Django Components
Compatibility
Security notes ๐จ
Performance
License
Getting Started
Getting Started
Installation
Create your first component
Adding JS and CSS
Components in templates
Parametrising components
Adding slots
Rendering components
Documentation:
Concepts
Documentation: Concepts
Fundamentals
Fundamentals
Single-file components
HTML / JS / CSS files
HTML / JS / CSS variables
Secondary JS / CSS files
Component defaults
Render API
Rendering components
Slots
Template tag syntax
HTML attributes
Component views and URLs
HTTP Request
Typing and validation
Subclassing components
Autodiscovery
Advanced
Advanced
Rendering JS / CSS
HTML fragments
Prop drilling and provide / inject
Lifecycle hooks
Registering components
Component caching
Component context and scope
Custom template tags
Tag formatters
Extensions
Testing
Component libraries
Documentation:
API Reference
Documentation: API Reference
API
CLI commands
Components
Exceptions
Extension hooks
Extension commands API
Extension URLs API
Settings
Signals
Tag formatters
Template tags
Template variables
URLs
Testing API
Documentation:
Guides
Documentation: Guides
Setup
Setup
Caching
Development server
Other
Other
Troubleshooting
Documentation:
Upgrading
Documentation: Upgrading
Upgrading in pre-v1.0
Plugins
Plugins
Examples
Examples
Scenarios
Scenarios
Form Submission
Form Submission
HTML fragments
HTML fragments
Error handling
Error handling
Recursion
Recursion
A/B testing
A/B testing
Analytics
Analytics
Components
Components
FormGrid
FormGrid
Tabs (AlpineJS)
Tabs (AlpineJS)
Community
Community
Django Components People
Questions & Help
Contributing
Development
Code of Conduct
Dev Guides
Dev Guides
JS and CSS rendering
Slot rendering
Using slot and block tags
Release Notes
Release Notes
v0.143.2
v0.143.2
Table of contents
Fix
v0.143.1
v0.143.0
v0.142.3
v0.142.2 (2025-10-06)
v0.142.1 (2025-10-06)
v0.142.0 (2025-10-05)
v0.141.6 (2025-09-29)
v0.141.5 (2025-09-10)
v0.141.4 (2025-08-15)
v0.141.3 (2025-08-14)
v0.141.2 (2025-07-21)
v0.141.1 (2025-07-03)
v0.141.0 (2025-06-10)
v0.140.1 (2025-06-05)
v0.140.0 ๐จ๐ข (2025-06-05)
v0.139.1 (2025-04-20)
v0.139.0 (2025-04-12)
v0.138 (2025-04-09)
v0.137 (2025-04-09)
v0.136 ๐จ๐ข (2025-04-05)
v0.135 (2025-03-31)
v0.134 (2025-03-23)
v0.133 (2025-03-23)
v0.132 (2025-03-22)
v0.131 (2025-03-20)
v0.130 (2025-02-20)
v0.129 (2025-02-16)
v0.128 (2025-02-04)
v0.127 (2025-02-01)
v0.126 (2025-01-29)
v0.125 (2025-01-22)
v0.124 (2025-01-07)
v0.123 (2024-12-23)
v0.122 (2024-12-19)
v0.121 (2024-12-17)
v0.120 (2024-12-15)
v0.119 (2024-12-13)
v0.118 (2024-12-10)
v0.117 (2024-12-08)
v0.116 (2024-12-06)
v0.115 (2024-12-02)
v0.114 (2024-11-27)
v0.113 (2024-11-26)
v0.112 (2024-11-26)
v0.111 (2024-11-26)
v0.110 ๐จ๐ข (2024-11-25)
v0.100 ๐จ๐ข (2024-09-11)
v0.97 (2024-09-06)
v0.96 (2024-09-04)
v0.95 (2024-08-29)
v0.94 (2024-08-28)
v0.93 (2024-08-27)
v0.92 ๐จ๐ข (2024-08-22)
v0.90 (2024-08-18)
v0.85 ๐จ๐ข (2024-07-29)
v0.81 ๐จ๐ข (2024-06-12)
v0.80 (2024-06-01)
v0.79 ๐จ๐ข (2024-06-01)
v0.77 ๐จ๐ข (2024-05-23)
v0.74 (2024-05-12)
v0.70 ๐จ๐ข (2024-05-01)
v0.67 (2024-04-17)
v0.50 ๐จ๐ข (2024-02-26)
v0.34 (2024-01-27)
v0.28 (2023-05-18)
v0.27 (2023-04-11)
v0.26 ๐จ๐ข (2023-03-14)
v0.22 (2022-07-26)
v0.17 (2021-09-10)
Table of contents
Fix
v0.143.2
ยค
Fix
ยค
Fix KeyError when using
{% provide %}
, caused by premature cleanup (
#1490
).
Back to top