Skip to content

Releases: knyghty/django-snakeoil

v2.0

09 Oct 11:01
4427336
Compare
Choose a tag to compare

This release drops support for old Python and Django versions, explicitly adds support for the more recent ones. It also sets default_auto_field which should remove the unnecessary generation of migrations.

What's Changed

Read more

v1.1.2

20 Feb 14:46
933a69a
Compare
Choose a tag to compare

This release contains no user-facing changes.

  • Updates linting config to more modern standards.
  • Checks the Django version rather than trying to import when checking for native JSONField support.

v1.1.1

27 Jul 15:41
94c4b96
Compare
Choose a tag to compare

Fixes an issue trying to add empty meta tags.

v1.1

26 Jul 15:31
0680410
Compare
Choose a tag to compare

Adds dynamic per-object metadata.

v1.0

25 Jul 11:19
57432e1
Compare
Choose a tag to compare

This version is a complete re-design and re-write of snakeoil. See the docs for the new API.