django-bootstrap5
django-bootstrap5 copied to clipboard
Bootstrap 5 for Django
add test for this pr #308
As there are 2 almost identical projects, both forked from [django-bootstrap4](https://github.com/zostera/django-bootstrap4), this only confuses users which is the "official" project. I would strongly suggest you have a talk with @zelenij...
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.3 to 65.0.1. Changelog Sourced from setuptools's changelog. v65.0.1 Documentation changes ^^^^^^^^^^^^^^^^^^^^^ #3529: Added clarification to :doc:/userguide/quickstart about support to setup.py. Misc ^^^^ #3526: Fix backward compatibility...
Bumps [m2r2](https://github.com/crossnox/m2r2) from 0.3.2 to 0.3.3. Changelog Sourced from m2r2's changelog. Version 0.3.3 (2022-08-11) Drop support for all python versions prior to 3.7 Upgrade to docutils 0.19 Commits e609984 Deploy:...
`addon_before_class` and `addon_after_class` don't take effect as per its [document](https://github.com/zostera/django-bootstrap5/blob/020535210d6664537d4c7d1bdf89597cdf7a92f7/src/django_bootstrap5/templatetags/django_bootstrap5.py#L436): ``` addon_before_class Class used on the span when ``addon_before`` is used. One of the following values: * ``'input-group-text'`` * ``None``...
Form inputs may be associated with different forms. It allows creating "forms within forms". Read a definition on [HTML spec](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form). One can specify the form the input will be associated...
fixes #111 untested, but should work. I wrote this patch for [django-bootstrap-v5](https://github.com/zelenij/django-bootstrap-v5/issues/27), and I don't know why there are 2 projects. Is there a possibility to merge?
{% bootstrap_form form layout='inline' show_label=False %} It looks like inline is not being evaluated correctly. using layout='horizontal' has the expected render