Skip to content

1.0

Choose a tag to compare

@willvincent willvincent released this 12 Mar 07:37
· 24 commits to main since this release
aa99614

Initial release 馃帀

All basic functionality is in place and fully tested.

You can enforce uniqueness of a model field within the context of other field values, for example to ensure that within a given team or client context (determined by the team_id or client_id field) every "project" is uniquely named by appending a suffix in the case of duplicate values.

The suffix pattern is configurable, or can use a totally custom generator.