django-bs

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

commit
1e0820e836b93aba5032fca5ecab8ddfdb3ec9f8
parent
1baa9ffef6af771382da1b9c11880e15518e2d95
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-14 09:01
README: reference django-bootstrap5

Diffstat

M README.md 6 +++---

1 files changed, 3 insertions, 3 deletions


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

@@ -7,7 +7,7 @@ introduced in Django 1.11.
    7     7 Motivation
    8     8 ----------
    9     9 
   10    -1 This library is meant to be a drop-in replacement for [django-bootstrap4]. See
   -1    10 This library is meant to be a drop-in replacement for [django-bootstrap5]. See
   11    11 below for a list of differences. I really like that library, but it is hard to
   12    12 customize some things because everything is done in python functions. By using
   13    13 widget templates, I hope this library is more flexible.
@@ -49,7 +49,7 @@ The following template tags are included in the `bootstrap` library:
   49    49 
   50    50 Please refer to the source code for additional parameters.
   51    51 
   52    -1 Differences to django-bootstrap4
   -1    52 Differences to django-bootstrap5
   53    53 --------------------------------
   54    54 
   55    55 -   Uses widget templates instead of custom renderers. IMHO this makes the code
@@ -71,5 +71,5 @@ Differences to django-bootstrap4
   71    71 -   No configuration.
   72    72 
   73    73 [widget templates]: https://docs.djangoproject.com/en/stable/ref/forms/renderers/#overriding-built-in-widget-templates
   74    -1 [django-bootstrap4]: https://github.com/zostera/django-bootstrap4
   -1    74 [django-bootstrap5]: https://github.com/zostera/django-bootstrap5
   75    75 [twbs/bootstrap\#29439]: https://github.com/twbs/bootstrap/issues/29439