All Versions
70
Latest Version
Avg Release Cycle
84 days
Latest Release
822 days ago

Changelog History
Page 2

  • v12.0.1 Changes

    December 12, 2019
    • ๐Ÿ”– Reinstate bootstrap3.__version__ (fixes #486)
    • โšก๏ธ Update Makefile, travis and tox configuration (#470)
  • v12.0.0 Changes

    December 04, 2019
    • โฌ‡๏ธ Drop support for Python 2.7, Django 1.11 and Django 2.0 (#456)
    • ๐Ÿ›  Fix Deprecationwarning in Python 3.7 (#455)
    • โž• Add label class support to form field checkboxes (#453)
    • ๐Ÿšš Move development tasks from setup.py to Makefile
    • ๐Ÿ›  Fix compatibility with Django 3.0 and master
    • โž• Add Django 3.0 to tox.ini
    • โšก๏ธ Update versions in requirements.txt
    • ๐Ÿ‘‰ Use Makefile for common tasks
    • โฌ‡๏ธ Drop MANIFEST.in, use setuptools_scm
    • โฌ‡๏ธ Drop _version.py, use version from git tag
  • v11.1.0 Changes

    July 09, 2019
    • โšก๏ธ Update Bootstrap to 3.4.1 (#459)
    • NOTE Version 12 will drop support for Python 2.x.x and Django 1.x.x
  • v11.0.0 Changes

    August 30, 2018
    • ๐Ÿ‘Œ Support crossorigin and integrity in urls (#443)
    • โœ… Switch to explicit Travis tests (#444)
    • ๐Ÿ›  Fix PyPI classifiers
    • โœ‚ Remove obsolete code for Django <= 1.8 (#446)
    • Remove obsolete settings set_required and set_disabled (#445)
    • โœ‚ Remove setting base_url (#443)
  • v10.0.1 Changes

    May 02, 2018
    • ๐Ÿ›  Fix PyPI classifiers
  • v10.0.0 Changes

    May 01, 2018
    • โฌ‡๏ธ Drop support for Django 1.8 (#434)
    • ๐Ÿ›  Fix bug in demo app (#430)
    • โœ‚ Remove unnecessary len call (#424)
    • Switched to master as main branch, deleted other branches
    • Switched to twine for publication on PyPI
  • v9.1.0 Changes

    October 27, 2017
    • Mention django-bootstrap4 (https://github.com/zostera/django-bootstrap4) in README
    • ๐Ÿš€ Rewrite tox test matrix to focus on Django releases rather than Python versions
    • โž• Add tests for Django master branch (>= 2)
    • โž• Add label override for {% bootstrap_field %}
  • v9.0.0 Changes

    July 11, 2017
    • ๐Ÿ“‡ Renamed requirements-dev.txt back to requirements.txt because that suits ReadTheDocs better
    • ๐Ÿ‘ Added error_types support on bootstrap3_form (thanks @mkoistinen and @ickam)
    • ๐Ÿ’ฅ BREAKING Default setting of error_types to non_field_errors is different from behavior in versions < 9
  • v8.2.3 Changes

    May 05, 2017
    • ๐Ÿ“‡ Renamed requirements.txt to requirements-dev.txt
    • ๐Ÿ‘€ Tweaks to tests and CI (see #400)
    • โšก๏ธ Prepared test for geometry fields (disabled, blocked by Django update, see #392)
    • ๐Ÿ› Bug fixes for add ons and placeholders (thanks @jaimesanz, @cybojenix and @marc-gist)
    • ๐Ÿ‘Œ Improve documentation for pagination with GET parameters (thanks @nspo)
    • โž• Add unicode test for help_text
    • โœ‚ Removed tests for Python 3.2 from tox and Travis CI (no longer supported by Django 1.8)
  • v8.2.2 Changes

    April 03, 2017
    • ๐Ÿ›  Fix invalid HTML in help texts (thanks @luksen)
    • โž• Added mark_safe to placeholder (thanks @ppo)
    • ๐Ÿ›  Fix DateWidget import for newer Django versions (thanks @clokep)