Skip to content

Releases: valberg/django-model-revisioning

0.0.1a3

18 Oct 07:34
Compare
Choose a tag to compare
0.0.1a3 Pre-release
Pre-release
  • Only defined attributes are allowed in the Revisions class on RevisionModel.
  • Remove uniqueness from fields on revisions to avoid clashes.
  • Make sure fields from inherited abstract models are included in revisions.

0.0.1-alpha2

17 Oct 12:43
Compare
Choose a tag to compare
0.0.1-alpha2 Pre-release
Pre-release

Also forgot the templatetag file name.

At some point I'll get the hang of this releasing business!

0.0.1-alpha1

17 Oct 12:36
Compare
Choose a tag to compare
0.0.1-alpha1 Pre-release
Pre-release

RevisionModelAdmin failed since the template directory had not been renamed from model_history to model_revisioning.

0.0.1-alpha

17 Oct 11:37
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

This release marks the first release to PyPI - and the public!