Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-django-dbtemplates-1.3-bp153.1.13 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-django-dbtemplates Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.3 Vendor: openSUSE
Release: bp153.1.13 Build date: Mon Mar 1 09:52:28 2021
Group: Development/Languages/Python Build host: cloud124
Size: 256437 Source RPM: python-django-dbtemplates-1.3-bp153.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: http://django-dbtemplates.readthedocs.org/
Summary: Template loader for templates stored in the database
dbtemplates is a Django app that consists of two parts:
  1. It allows you to store templates in your database
  2. It provides `template loader`_ that enables Django to load the
     templates from the database

It also features optional support for versioned storage and django-admin
command, integrates with Django's caching system and the admin actions.

Provides

Requires

License

BSD-3-Clause

Changelog

* 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.

Files

/usr/lib/python2.7/site-packages/dbtemplates
/usr/lib/python2.7/site-packages/dbtemplates/__init__.py
/usr/lib/python2.7/site-packages/dbtemplates/__init__.pyc
/usr/lib/python2.7/site-packages/dbtemplates/admin.py
/usr/lib/python2.7/site-packages/dbtemplates/admin.pyc
/usr/lib/python2.7/site-packages/dbtemplates/conf.py
/usr/lib/python2.7/site-packages/dbtemplates/conf.pyc
/usr/lib/python2.7/site-packages/dbtemplates/loader.py
/usr/lib/python2.7/site-packages/dbtemplates/loader.pyc
/usr/lib/python2.7/site-packages/dbtemplates/locale
/usr/lib/python2.7/site-packages/dbtemplates/locale/da
/usr/lib/python2.7/site-packages/dbtemplates/locale/da/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/da/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/da/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/de
/usr/lib/python2.7/site-packages/dbtemplates/locale/de/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/de/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/de/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/en
/usr/lib/python2.7/site-packages/dbtemplates/locale/en/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/en/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/en/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/fi
/usr/lib/python2.7/site-packages/dbtemplates/locale/fi/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/fi/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/fi/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/fr
/usr/lib/python2.7/site-packages/dbtemplates/locale/fr/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/fr/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/fr/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/he
/usr/lib/python2.7/site-packages/dbtemplates/locale/he/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/he/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/he/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/it
/usr/lib/python2.7/site-packages/dbtemplates/locale/it/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/it/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/it/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/pt_BR
/usr/lib/python2.7/site-packages/dbtemplates/locale/pt_BR/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/pt_BR/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/pt_BR/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/locale/zh_CN
/usr/lib/python2.7/site-packages/dbtemplates/locale/zh_CN/LC_MESSAGES
/usr/lib/python2.7/site-packages/dbtemplates/locale/zh_CN/LC_MESSAGES/django.mo
/usr/lib/python2.7/site-packages/dbtemplates/locale/zh_CN/LC_MESSAGES/django.po
/usr/lib/python2.7/site-packages/dbtemplates/management
/usr/lib/python2.7/site-packages/dbtemplates/management/__init__.py
/usr/lib/python2.7/site-packages/dbtemplates/management/__init__.pyc
/usr/lib/python2.7/site-packages/dbtemplates/management/commands
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/__init__.py
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/__init__.pyc
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/check_template_syntax.py
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/check_template_syntax.pyc
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/create_error_templates.py
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/create_error_templates.pyc
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/sync_templates.py
/usr/lib/python2.7/site-packages/dbtemplates/management/commands/sync_templates.pyc
/usr/lib/python2.7/site-packages/dbtemplates/migrations
/usr/lib/python2.7/site-packages/dbtemplates/migrations/0001_initial.py
/usr/lib/python2.7/site-packages/dbtemplates/migrations/0001_initial.pyc
/usr/lib/python2.7/site-packages/dbtemplates/migrations/0002_auto__del_unique_template_name.py
/usr/lib/python2.7/site-packages/dbtemplates/migrations/0002_auto__del_unique_template_name.pyc
/usr/lib/python2.7/site-packages/dbtemplates/migrations/__init__.py
/usr/lib/python2.7/site-packages/dbtemplates/migrations/__init__.pyc
/usr/lib/python2.7/site-packages/dbtemplates/models.py
/usr/lib/python2.7/site-packages/dbtemplates/models.pyc
/usr/lib/python2.7/site-packages/dbtemplates/static
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/css
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/css/django.css
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/css/editor.css
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/codemirror.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/editor.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/highlight.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/mirrorframe.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/parsedjango.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/select.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/stringstream.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/tokenize.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/undo.js
/usr/lib/python2.7/site-packages/dbtemplates/static/dbtemplates/js/util.js
/usr/lib/python2.7/site-packages/dbtemplates/test_cases.py
/usr/lib/python2.7/site-packages/dbtemplates/test_cases.pyc
/usr/lib/python2.7/site-packages/dbtemplates/test_settings.py
/usr/lib/python2.7/site-packages/dbtemplates/test_settings.pyc
/usr/lib/python2.7/site-packages/dbtemplates/utils
/usr/lib/python2.7/site-packages/dbtemplates/utils/__init__.py
/usr/lib/python2.7/site-packages/dbtemplates/utils/__init__.pyc
/usr/lib/python2.7/site-packages/dbtemplates/utils/cache.py
/usr/lib/python2.7/site-packages/dbtemplates/utils/cache.pyc
/usr/lib/python2.7/site-packages/dbtemplates/utils/template.py
/usr/lib/python2.7/site-packages/dbtemplates/utils/template.pyc
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/django_dbtemplates-1.3-py2.7.egg-info/top_level.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024