Releases: Terralego/django-template-model
Releases · Terralego/django-template-model
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
File field
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
).
Retro compatibility
This package is compatible with Django>=2.1.0,<3.0.0
et djangorestframework>=3.8.0,<3.11.0
.
New `Template` model
From now on, Template
model contains:
- a name,
- a format,
- a content,
- the date of its creation,
- the date of its last update.
First release
Template
model- Admin site
- View set with an additional route to download a template