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

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
  • 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) and disabled (#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 and addon_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!
  • 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)