django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
4c433bba2092ceb083d9dbea16824c8cce6133c0
parent
147820ef1cf37e57b27249e84c756b2728734bca
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-18 21:05
README: mention form template

Diffstat

M README.md 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -55,6 +55,8 @@ Differences to django-bootstrap5
   55    55     much easier to read and customize. A big downside is that I had to
   56    56     monkey-patch `BoundField.as_widget()` to include some information that
   57    57     would otherwise not be available in the widget templates.
   -1    58 -   Also overwrites the default form template in Django 4.0 and later so that
   -1    59     `{{ form }}` does the right thing automatically.
   58    60 -   Concentrates on forms fields and does therefore not include some others
   59    61     features.
   60    62 -   Uses `.form-text.text-danger` instead of `.invalid-feedback` as it does not