* Mon May 07 2012 alexandre@exatati.com.br
- Update to 1.3:
* Dropped support for Django < 1.3 **backwards incompatible**
* Dropped using versiontools in favor of home made solution.
* Added optional support for TinyMCE editor instead of the CodeMirror
editor (just enable DBTEMPLATES_USE_TINYMCE).
* Fixed compatibility to Django 1.4's handling of the DATABASES
setting. Should also respect database routers now.
* Fixed an issue of the cache key generation in combination with
memcache's inability to stomach spaces.
* Moved test runner to use nose_ and a hosted CI project at Travis:
http://travis-ci.org/jezdez/django-dbtemplates
* Thu Sep 08 2011 alexandre@exatati.com.br
- Update to 1.2.1:
* Fixed a wrong use of the non-lazy localization tools.
* Fixed bugs in the documentation.
* Make use of django-appconf and versiontools.
* Mon Aug 15 2011 alexandre@exatati.com.br
- Update to 1.2:
- Refactored the template loader to be even more cache effective.
- Added check_template_syntax management command and admin action
to make sure the saved templates are valid Django templates.
* Fri Jul 08 2011 alexandre@exatati.com.br
- Update to 1.1.1:
- Fixed bug in cache loading (again).
- Fixed bugs in the documentation.
* Wed Jul 06 2011 alexandre@exatati.com.br
- Update to 1.1:
- BACKWARDS-INCOMPATIBLE Requires Django 1.2 or higher
- Added South migrations
- Removed uniqueness on the name field of the Template model.
This is needed because there isn?t a unique_together for
M2M fields in Django such as the sites field in the Template
mode
- Made the sites field optional to support a way to apply a
template to all sites
- Added --delete option to sync_templates managment command to
delete the file or database entry after syncing (depending on
used --overwrite mode)
- Updated translations
- Fixed issue with incorrectly splitting paths in sync_templates
- Extended tests
- Fixed issue with cache settings handling
* Fri May 27 2011 cfarrell@novell.com
- license update: BSD-3-Clause
Version of the license should be in spec file. Use syntax from
spdx.org/licenses
* Thu Apr 14 2011 alexandre@exatati.com.br
- Update to 1.0.1:
- Sorry, no changelog.
* Tue Apr 12 2011 alexandre@exatati.com.br
- Update to 1.0:
Warning:
This is the first stable release of django-dbtemplates which comes with a
series of backwards incompatible changes.
* Removed own caching mechanism in favor of Django based caching mechanism.
The ``DBTEMPLATES_CACHE_BACKEND`` is expected to be a valid cache backend
URI, just like Django's own ``CACHE_BACKEND`` setting. In Django >= 1.3
an ``'dbtemplates'`` entry in the ``CACHES`` setting is also considered
valid.
* Added tox configuration to test ``dbtemplates`` on Python 2.5, 2.6 and 2.7
with Django 1.1.X, 1.2.X and 1.3.X.
* Added Transifex configuration.
* Use ``STATIC_URL`` setting instead of ``MEDIA_URL`` for the media prefix.
Also moved files from media/* to static/* to follow convention introduced
in Django 1.3.
* Use ReadTheDocs for documentation hosting.
- Regenerate spec file with py2pack.
* Mon Nov 08 2010 alexandre@exatati.com.br
- Update to 0.8.0:
- Added Finnish translation (by jholster)
- Added --overwrite and --app-first options to sync_templates command (by Alex Kamedov).
Aditional changes from 0.7.4:
- Fixed tests.
* Tue Sep 21 2010 alexandre@exatati.com.br
- Update to 0.7.3:
- Added DBTEMPLATES_AUTO_POPULATE_CONTENT setting to be able to
disable to auto-populating of template content.
- Fixed cosmetic issue in admin with collapsable fields.
* Wed Sep 08 2010 alexandre@exatati.com.br
- Update to 0.7.2.
* Wed Jul 07 2010 alexandre@exatati.com.br
- Update to 0.7.1.
* Thu Jun 24 2010 alexandre@exatati.com.br
- Update to 0.7.0;
- Spec file cleaned with spec-cleaner.
* Mon Oct 19 2009 alexandre@exatati.com.br
- Update to 0.6.1.
* Fri Oct 09 2009 alexandre@exatati.com.br
- Update to 0.6.0;
- Building as noarch for openSUSE >= 11.2.
* Thu Aug 13 2009 alexandre@exatati.com.br
- Initial package (0.5.8) for openSUSE.