Development¶
Release Notes¶
Changes in version 0.4.0 (2017-04-27)
Python 3.4+support,Python 2.7support dropped- Updated
Djangorequirement version from 1.8 to 1.11 - Updated
Haystackdependency to 2.6,Whooshdependency to 2.7
Changes in version 0.3.1 (2015-08-25)
- Added more entries to the example project (see: Example Project)
- Switched back to 3-column layout for large screens
- Layout improvements
- Removed not-used library files
- Fixed bug when using same category URL name for different editions
Changes in version 0.3 (2015-08-24)
- Responsive design
- Bug fixes
Changes in version 0.2 (2015-08-20)
- New organized development structure with new separate docs (this one), branch-based development
- Made
Haystackwork again, fixed requirements todjango-haystack==2.0.0andWhoosh==2.4.1(new setting HAYSTACK_SIGNAL_PROCESSOR = ‘haystack.signals.RealtimeSignalProcessor’ insettings.pynecessary) - Replaced
PILrequirement withPillow - Support for
Django 1.8(older versions dropped), coming from1.4following adoptions are necessary:ALLOWED_HOSTShas to be added tosettings.pyof Django projectpython manage.py migratehas to be run to apply/recognize the newDjangomigrations
- Replaced
Southmigrations with re-generatedDjangointernal migrations - Setup instructions in docs
- New
example_projectDjango project with basic Color Website Showroom example - Section in docs describing how to create a showroom website
- Fixed some bugs
Changes in version 0.1 (A long time ago...)
- Initial version, just existing in
masterbranch, no dedicatedtagsorpipreleases yet