- Nothing changed yet.
- Django 3.2 compatibility, drop unmaintained Django versions
- feat: format_value RelatedManager support
- feat: add crud_url_* shortcuts
- feat: Customizable CRUD url patterns with crud_urls
- feat: crud_url fuction accepts model alongside with instances
- feat: add crud_permission_name function
- breaking: Django 1.11 and Django 2.0 compatibility Remove < Django 1.11 support
- test coverage 100%
- Nothing changed yet.
- Nothing changed yet.
format_value
display FileField url
- Add optional prefix to crud_url_name, crud_url functions.
- ADD: cruds.util.crud_url function
- ADD: get_fields assignment_tag
- add human-readable name for the field’s with choices
- append instead of prepending CRUD template name to a list of default candidate template names
- FIX: action url patterns should be in format /appname/model/3/edit/ and not /appname/model/edit/3/
- add
crud_fields
templatetag
- Handle and FK returns link to detail view if exists.
- fixes and tweaks
- First release on PyPI.