Skip to content

Releases: Terralego/django-template-model

1.0.6

09 Sep 09:09
Compare
Choose a tag to compare
  • Support django 3.1

1.0.5

09 Jun 07:48
Compare
Choose a tag to compare
  • Simplify rendering

1.0.4

08 Jun 08:51
Compare
Choose a tag to compare
  • Handle text or binary based templates (Compatibility with django-template-engines)

1.0.3

05 Jun 14:41
Compare
Choose a tag to compare
  • Delete views / urls and useless restframework dependencies
  • Now with loader config, Template are discoverable like any other template

1.0.2

05 Jun 13:32
207bd42
Compare
Choose a tag to compare
  • Add python 3.8 and django 3.0 support
  • Add loader to handle Django Template Engine support

1.0.1

24 Sep 14:44
254bd2c
Compare
Choose a tag to compare

Update:

  • mimetype and magic are no longer used

File field

05 Sep 15:00
Compare
Choose a tag to compare

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

21 Aug 14:48
Compare
Choose a tag to compare

This package is compatible with Django>=2.1.0,<3.0.0 et djangorestframework>=3.8.0,<3.11.0.

New `Template` model

21 Aug 13:40
Compare
Choose a tag to compare

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

06 Aug 14:15
Compare
Choose a tag to compare
  • Template model
  • Admin site
  • View set with an additional route to download a template