Skip to content

0.29 NoStripCharField and history improvement

Choose a tag to compare

@oduvan oduvan released this 12 Dec 16:10
· 12 commits to master since this release
  • values are not stripped by default
  • new module content_settings.fields that has fields that can be used as string for cls_field
  • "NoStripCharField" is a default value for cls_field
  • Django Admin for hisotry was improved and simplified
  • deprication of view_history_permission
  • fix validate_default_values - it now validates with in context of defaults
  • new func utils.remove_same_ident and apply it for SimpleYAML
  • fix SimpleBool validators