Development¶
Release Notes¶
Changes in version 0.3.1 (2015-08-25)
- Added more entries to the example project (see: Example Project)
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