imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

fix(init): Move choice conversion to init #109 #110

Closed imAsparky closed 3 months ago

imAsparky commented 3 months ago

Conversion of choices to FieldTagListFormatter moved to init. Testing TagMeCharfield, in some cases a model for meta data does not exist, added a fix by testing for model attr in formfield override.

Removed redundant tests. Updated broken tests due to minor changes in the code.

closes #108

closes #109