Skip to content

Releases: melvinkcx/django-model-field-meta

v0.6 Released

07 Mar 08:05
27ba892
Compare
Choose a tag to compare

In this release,

  • Issues when creating custom fields are fixed (#9, Thanks @szymonwieloch for reporting this)

v0.5 Released!

16 Jan 11:19
974b507
Compare
Choose a tag to compare

In this release:

  • implemented dir()
  • minor fixes

v0.4 Released!

05 Dec 01:25
57f1db5
Compare
Choose a tag to compare

In this release:

  • A new utility method has_field_meta() is added to FieldMetaMixin

v0.3 Released!

20 Nov 11:10
Compare
Choose a tag to compare

In this release:

  • The issue of migration files being constantly regenerated is fixed (#1)

First proper release

06 Nov 07:31
Compare
Choose a tag to compare
  • Overridden deconstruct() to make sure makemigrations work
  • Updated test cases