django-bootstrap4 icon indicating copy to clipboard operation
django-bootstrap4 copied to clipboard

Bootstrap 4 integration with Django.

Results 41 django-bootstrap4 issues
Sort by recently updated
recently updated
newest added

Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.3 to 65.0.2. Changelog Sourced from setuptools's changelog. v65.0.2 Misc ^^^^ #3505: Restored distutils msvccompiler and msvc9compiler modules and marked as deprecated (pypa/distutils@c802880). v65.0.1 Documentation changes ^^^^^^^^^^^^^^^^^^^^^...

dependencies
python

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:...

dependencies
python

New widgets: - DateWidget, - DateTimeWidget, - TimeWidget

When packaging django-bootstrap4 2.3.1, Django 4.0.2, and reproducible on Python 3.8, 3.9, and 3.10 I get three tests failing: ``` [ 25s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-django-bootstrap4-2.3.1-0.x86_64/usr/lib/python3.8/site-packages [ 25s] + python3.8 manage.py test...

PyPI has version 21.1 (Nov 2021), while GitHub has the previous release v3.0.1 dated 20 May 2021 Could you please create a tag `v21.1` here on GitHub.

This library currently enforces importlib_metadata

support for python 3.10 can be used ?

Is there a way to set the `dismissible` flag for alerts coming from `bootstrap_messages`? I have a use-case where I would like to keep them persistent and the `x` shown...

Tried the following: `` ` {% csrf_token %}` ` {% for field in signup_form %}` ` {% if field.name == 'sign-agree-check' %}` ` {% bootstrap_field field form_check_class='checkmark' show_label=False %}` `...

command in virtual environment - 'pip install django-bootstrap4' _Error_ ImportError: cannot import name 'SCHEME_KEYS' from 'pip._internal.models.scheme' (c:\users\chawa\onedrive\desktop\learning_log\ll_env\lib\site-packages\pip\_internal\models\scheme.py) Python version - 3.8.5 Django version - 3.2.4 Not sure how to handle...