All Versions
70
Latest Version
Avg Release Cycle
84 days
Latest Release
1178 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v8.2.1 Changes
February 23, 2017- Support for local languages in
url_replace_param
on Python 2 (#362, thanks @aamalev) - Correct checking Mapping instance (#363, thanks @aamalev)
- ๐ Fix Django 1.11 import bug (see #369)
- โ Add Django 1.11 and Python 3.6 to tests
- ๐ Fix sdist issue with .pyc files
- Support for local languages in
-
v8.1.0 Changes
January 12, 2017- ๐ Rolled back subresource integrity (see #353)
- ๐ Documentation fix (thanks @clokep)
-
v8.0.0 Changes
January 06, 2017- ๐ฅ BREAKING For Django >= 1.10 Remove everything to do with setting HTML attributes
required
(#337) anddisabled
(#345) - โ Add
id
parameter to bootstrap_button (#214) - โ Add
set_placeholder
to field and form renderers (#339, thanks @predatell) - 0๏ธโฃ Default button type to
btn-default
- Add
addon_before_class
andaddon_after_class
(#295, thanks @DanWright91 and others) - ๐ Fix handling of error class (#170)
- No size class for checkboxes (#318, thanks @cybojenix)
- ๐ Fix warnings during install (thanks @mfcovington)
- ๐ Fix rare RunTimeError when working without database (#346, thanks @Mactory)
- โ Add subresource integrity to external components (thanks @mfcovington and @Alex131089)
- ๐ Several improvements to documentation, tests, and comments. Thanks all!
- ๐ฅ BREAKING For Django >= 1.10 Remove everything to do with setting HTML attributes
-
v7.1.0 Changes
September 16, 2016- ๐จ Print help text and errors in their own block (#329, thanks @Matoking)
- ๐ Improved page urls in pagination (fixes #323)
- ๐ Changed setup.py to allow
setup.py test
run tests - โ Removed link target from active page in pagination (fixes #328)
- ๐ Fixed example for bootstrap_label (fixed #332)
- ๐ Fixed tests to support Django 1.10 handling of required attribute, see #337 (needs fixing)
- โ Added tests for Django 1.10
- Bootstrap to 3.3.7
-
v7.0.1 Changes
March 23, 2016- ๐ Fixed bug with widget attrs consistency (@onysos)
-
v7.0.0 Changes
February 24, 2016- โฌ๏ธ Dropped support for Django < 1.8
- โฌ๏ธ Dropped support for Python < 2.7
- ๐ Fix page number bug (thanks @frewsxcv)
- ๐ Fix template context warning (thanks @jieter and @jonashaag)
- โก๏ธ Update to Bootstrap 3.3.6 (@nikolas)
- ๐ Show links and newlines in messages (@jakub3279)
- CSS classes arguments passed to the bootstrap_form are now working (@gordon)
- ๐ Support for Django 1.9/Python 3.5 (@jieter and @jonashaag)
- ๐ Better Travis CI Django versions (thanks @jonashaag)
- ๐ Improved handling of messages in
bootstrap_messages
(thanks @frewsxcv and @rjsparks)
-
v6.2.2 Changes
August 20, 2015- ๐ Bug fix for escaped icons in buttons (reported by @jlec)
-
v6.2.1 Changes
August 19, 2015- ๐ Bug fix for whitespace in label placeholders (@Grelek)
-
v6.2.0 Changes
August 15, 2015- ๐ Improved tests
- ๐ Make simple_tag output safe in Django 1.9
- ๐ Better support for MultiWidgets (@xrmx)
- ๐ Better documentation (@Moustacha)
-
v6.1.0 Changes
June 25, 2015- โฌ๏ธ Upgrade to Bootstrap 3.3.5
- Properly quote help text (@joshkel)