- Support django 3.1
- Simplify rendering
- Handle text or binary based templates (Compatibility with django-template-engines)
- Delete views / urls and useless restframework dependencies
- Now with loader config, Template are discoverable like any other template
- Add python 3.8 and django 3.0 support
- Add loader to handle Django Template Engine support
Update:
- mimetype and magic are no longer used
From now on, Template
model contains:
- a name (
name
), - a mime type (
mime_type
), - a file (
template_file
), - the date of its creation (
added
), - the date of its last update (
updated
).
This package is compatible with Django>=2.1.0,<3.0.0
et djangorestframework>=3.8.0,<3.11.0
.
From now on, Template
model contains:
- a name,
- a format,
- a content,
- the date of its creation,
- the date of its last update.
Template
model- Admin site
- View set with an additional route to download a template