All Versions
28
Latest Version
Avg Release Cycle
98 days
Latest Release
2129 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0 Changes
July 15, 2019- ๐ Fix bug in tabs widget when using newer versions of jQuery
- โ Add support for Django 1.11 and remove support for all versions prior.
-
v0.8.4 Changes
June 03, 2016- โ Add atomic blocks around multi-step operations [#376]
-
v0.8.3 Changes
April 29, 2016- ๐ Fix bug in cross domain requests in admin
-
v0.8.2 Changes
April 15, 2016- ๐ Fixes issue #371
-
v0.8.1 Changes
April 13, 2016- Possible Breaking Change Remove
node-icon-sprite
inwidgy_common.scss
this is incompatible with django storages. - Add
WidgySite.valid_root_of
method. You can override this method to specify which layouts will be available for new pages. - ๐ Django 1.9 support
- ๐ Improved translations
- ๐ Bugfixes
- Possible Breaking Change Remove
-
v0.7.4 Changes
November 17, 2015- ๐ Fix compatibility with django-filer 1.0.2
-
v0.7.3 Changes
September 17, 2015- Include and install DaisyDiff binaries and license files.
-
v0.7.2 Changes
September 15, 2015- Include DaisyDiff.jar with distribution.
-
v0.7.1 Changes
August 18, 2015- ๐ Fix python 3 compatibility: SortedDict.keys() was returning an iterator
instead of a view. This was causing
form_builder/forms/XX
not to display properly.
- ๐ Fix python 3 compatibility: SortedDict.keys() was returning an iterator
instead of a view. This was causing
-
v0.7.0 Changes
July 31, 2015- Possible Breaking Change Updated the django-pyscss_ dependency. Please
see the
django-pyscss changelog <https://pypi.python.org/pypi/django-pyscss/2.0.0#changelog>
_ for documentation on how/if you need to change anything. - Django 1.8 compatibility.
- Python 3 compatibility
- ๐ Django 1.7 is now the minimum supported version
- ๐ Mezzanine 4.0 is now the minimum supported version
- ๐ฏ
Content.clone
now copies simple many-to-many relationships. If you have a widget with a many-to-many field and an overridden clone method that calls super, you should take this into account. If you have many-to-many relationships that use a custom through table, you will have to continue to override clone to clone those. - Backwards Incompatible
WidgySite.has_add_permission
signature changed. ๐ Multisite support
- One widgy project can now respond to multiple domains. Use cases could be Widgy as a Service or multi-franchise website.
- This feature depends on
Mezzanine multi-tenancy <http://mezzanine.jupo.org/docs/multi-tenancy.html>
_ - Callouts are now tied to a django site
- This feature is provided by
widgy.contrib.widgy_mezzanine.site.MultiSitePermissionMixin
- Possible Breaking Change Updated the django-pyscss_ dependency. Please
see the