All Versions
39
Latest Version
Avg Release Cycle
97 days
Latest Release
1667 days ago

Changelog History
Page 2

  • v0.2.18 Changes

    March 03, 2016
    • ๐Ÿ›  [Fix] Django 1.9 time and date widgets fixes #481 <https://github.com/darklow/django-suit/issues/481>_
  • v0.2.16 Changes

    January 16, 2016
    • ๐Ÿ›  [Fix] Django 1.9 Compatibility fixes.
  • v0.2.15 Changes

    September 28, 2015
    • ๐Ÿ—„ [Fix] Multiple Django 1.8/1.9/1.10 DeprecationWarning and compatibility fixes.
    • ๐Ÿ›  [Fix] Fixed bug with not showing login errors in Django>1.8 #410 <https://github.com/darklow/django-suit/pull/410>_
    • ๐Ÿ›  [Fix] Menu fixes and improvements #430 <https://github.com/darklow/django-suit/pull/430>_
    • ๐Ÿ›  [Fix] Reversion app support fixes #424 <https://github.com/darklow/django-suit/pull/424>_
    • [Feature] New before_suit_styles block in base.html #408 <https://github.com/darklow/django-suit/pull/408>_
  • v0.2.14 Changes

    July 23, 2015
    • [Fix] Django 1.8/1.9 DeprecationWarning fixes. #396 <https://github.com/darklow/django-suit/issues/396>_ #365 <https://github.com/darklow/django-suit/pull/365>_ #383 <https://github.com/darklow/django-suit/issues/383>_
    • ๐Ÿ”„ [Feature] Django 1.8 show_change_link inlines parameter implementation. #366 <https://github.com/darklow/django-suit/issues/366>_
    • [Fix] Fix issues related to Django 1.7 opts.module_name to opts.model_name transition. #405 <https://github.com/darklow/django-suit/issues/405>_
    • [Fix] Add {% welcome-msg %} block around welcome message text. #379 <https://github.com/darklow/django-suit/issues/379>_
  • v0.2.13 Changes

    April 22, 2015
    • ๐Ÿ›  [Fix] Django 1.8 related fixes
    • [Fix] Minor fixes and accepted PR: #358 <https://github.com/darklow/django-suit/pull/358>_ #322 <https://github.com/darklow/django-suit/pull/322>_ #356 <https://github.com/darklow/django-suit/pull/356>_ #357 <https://github.com/darklow/django-suit/pull/357>_ #325 <https://github.com/darklow/django-suit/pull/325>_ #333 <https://github.com/darklow/django-suit/pull/333>_ #351 <https://github.com/darklow/django-suit/pull/351>_ #354 <https://github.com/darklow/django-suit/issues/354>_ #360 <https://github.com/darklow/django-suit/issues/360>_
    • โœ… [Tests] Fixed Django 1.8 and deprecated travis tests
  • v0.2.12 Changes

    November 19, 2014
    • ๐Ÿ‘ป [Fix] Raise an exception if inline fields are defined as tuple. #302 <https://github.com/darklow/django-suit/pull/302>_ [Thanks to @peterfarrell]
    • [Fix] Fixes change_form first field focus. #290 <https://github.com/darklow/django-suit/pull/290>_ #295 <https://github.com/darklow/django-suit/issues/295>_ [Thanks to @cybersimon]
    • [Fix] Django 1.7: Fix LinkedSelect if extra url args. #310 <https://github.com/darklow/django-suit/issues/310>_ #294 <https://github.com/darklow/django-suit/issues/294>_
  • v0.2.11 Changes

    September 11, 2014
    • ๐Ÿ›  [Fix] Django 1.7 compatibility fixes
  • v0.2.10 Changes

    September 04, 2014
    • ๐Ÿ›  [Fix] Fixes #257 <https://github.com/darklow/django-suit/pull/257>_ Fix for django-filer>=0.9.6 [Thanks to @mkutgt72]
    • ๐Ÿ›  [Fix] Fixes #266 <https://github.com/darklow/django-suit/pull/266>_ Fixed issue where SortableGenericInlines would break whenever adding blank inline forms [Thanks to @sixthgear]
    • [Fix] Fixes #270 <https://github.com/darklow/django-suit/pull/270>_ Use get_absolute_url() if the object has_absolute_url is True [Thanks to @stvbdn]
  • v0.2.9 Changes

    June 20, 2014
    • ๐Ÿ›  [Fix] Fixes #240 <https://github.com/darklow/django-suit/issues/240>_ Unable to save inline models with a FileField and "sortable" enabled.
    • ๐Ÿ›  [Fix] Fixes #232 <https://github.com/darklow/django-suit/issues/232>_ Inline sortable error when model features only FKs
  • v0.2.8 Changes

    April 22, 2014
    • [Feature] Mark active search filters. Show label prefix in selected filter option. Closes #207 <https://github.com/darklow/django-suit/issues/207>_