- [Fix] JS Fix preventing empty inline creation when saving inlines with blank inputs.
- [Fix] Fixes #140 KeyError with latest MPTT library
- [Fix] Fixes #139 Search form doesn't submit filters on IE10
- See commit log and closed issues for full changes
- [Feature] Added CSS file for media=print. Reposition/hide unnecessary elements when printing.
- [Feature] More robust URL splitting/parsing for menu which now supports all kind of admin urls including i18n_patterns [Thanks to @philippbosch]
- [Feature] List attributes feature improvement: suit_row_attributes method now receives also request as an argument. [Thanks to @asteinlein]
- [Fix] CSS improvements for Mac/Safari: box-shadow fixes.
- See commit log and closed issues for full changes
- [Feature] django-import-export app support. See example [Thanks to @jonashaag]
- [Fixes] CSS/Templating fixes and tweaks. See commit log and closed issues for full changes
- [Feature] Styling list rows and cells based on object instance. Read Documentation. See example
- [CSS] Changed selected rows background color to inverse, to avoid color conflict with row "warning" css class
- [Fixes] CSS/Templating fixes and tweaks. See commit log and closed issues for full changes
- [Major Feature] Django-CMS support. See full notes here #77. See example
- [Major Feature] Django-Filer support. See example
- [CSS] Selector widget style improvements See #80
- [CSS] Main content container now uses Twitter Bootstrap row-fluid class. See #58
- [Refactor] Included jQuery now is using own namespace: Suit.$
- [Fix] CSS/Templating fixes and tweaks. See commit log and closed issues for full changes
- [Feature] Form tabs - help you organize form fieldsets and inlines into tabs. See example [Thanks to @phihos]
- [Feature] Form includes - shortcut to include templates into forms
- [Feature] New menu syntax supports app and model labels, separators and more clear definition syntax.
- [Feature] django-reversion app support. Example [Thanks to @phihos]
- [Feature] WYSIWYG editors support, examples and docs
- [Feature] Full-width fieldsets
- [Feature] Introduced two related wysiwyg apps suit-redactor and suit-ckeditor
- [CSS] New "multi-fields in row" look and behaviour.
- [CSS] Support for fieldset "wide" class
- [Refactor] Major fieldset refactoring to support multi-line labels
- [Fix] Many CSS/Templating fixes and tweaks. See commit log for full changes
- [Tests] Travis CI hooked up - testing against Django 1.4-1.5, Python 2.5-3.3
- [Tests] Tests now cover every class and method in Django Suit
- [Fix] Full support for Python 3.x added
- [Critical] Django 1.4 compatibility restored. Removed django.utils.six (Django 1.4.2)
- [Feature] New widget: AutosizedTextarea
- [Feature] New widget: LinkedSelect
- [Feature] JavaScript inlines hook: SuitAfterInline JS hook
- [Tests] Tests means more stability - bunch of tests added, more to come.
- [Fix/Refactoring] Install breaks under certain conditions #17
- [Fix] Admin save_on_top=True breaks change form #16
- [Fix] Minor bugs and tweaks. See commit log for full changes
- [Fix] Sortables improvements and fixes #12, #13, #14
- [Fix] Python3 related fixes #11 [Thanks to @coagulant]
- [Fix] Firefox floating problem for list "New" button #15
- [Feature] Sortables for change list, mptt-tree list and tabular inlines.
- [Feature] EnclosedInput widget for Twitter Bootstrap appended/prepended inputs. Example
- [Feature] HTML5Input widget
- [Documentation] Added detailed docs and examples on sortables and widgets
- [Fix] Minor bugs and tweaks. See commit log for full changes
- [Feature] Customizable menu, cross apps, custom links and menus
- [Refactoring] Moved all static files to separate directory
- [Fix] PEP8 and templates style improvements [Thanks to @peterfschaadt]
- [Fix] Fixed inconsistent styling on login form errors [Thanks to @saippuakauppias]
- [Feature] Added link to admin home in error templates
- [Feature] Config key SEARCH_URL now supports also absolute urls
- [Fix] SEARCH_URL fallback uses absolute URL instead of urlname
- First stable version released