django-bs

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

commit
1baa9ffef6af771382da1b9c11880e15518e2d95
parent
05f880d7b2f0f56d56f24adae11bbca7d178a4e5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-01-25 18:55
bump version to 5.0.0 (wip)

Diffstat

M CHANGES.md 6 ++++++
M README.md 1 +
M setup.py 2 +-

3 files changed, 8 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 5.0.0 (unreleased)
   -1     2 ------------------
   -1     3 
   -1     4 -	adapt to bootstrap 5
   -1     5 
   -1     6 
    1     7 4.0.0 (unreleased)
    2     8 ------------------
    3     9 

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

@@ -18,6 +18,7 @@ Installation
   18    18 Install with pip:
   19    19 
   20    20     pip install 'django-bs==4.*'  # for bootstrap 4
   -1    21     pip install 'django-bs==5.*'  # for bootstrap 5
   21    22 
   22    23 After that you have to add it to `INSTALLED_APPS`. You also need to make sure
   23    24 that the correct `FORM_RENDERER` is selected and `django.forms` is in

diff --git a/setup.py b/setup.py

@@ -9,7 +9,7 @@ setup(
    9     9     url='https://github.com/xi/django-bs',
   10    10     author='Tobias Bengfort',
   11    11     author_email='tobias.bengfort@posteo.de',
   12    -1     version='4.0.0',
   -1    12     version='5.0.0b1-1',
   13    13     license='MIT',
   14    14     packages=find_packages(),
   15    15     include_package_data=True,