- **(object_form)**: use framework_template_path context var for relative include of crispy forms - **(render_to_response)**: change logic to pick up overridden forms
Feature
- **(nm_mktemplate)**: enhance management command options with app_name --all and app_name.model --all
0.1.14
Refactor
- **(sample)**: set form_class for Book but not for Author
Documentation
- **(README)**: update docs re form_fields and form_fields_exclude attributes - **(get_form_class)**: write code comments to improve maintainability - **(README)**: update docs re url_base
0.1.13
Fix
- **(render_to_response)**: change all template partial names to nm_content and specify in response logic
Refactor
- **(refactor session key to single 'nominopolitan' session key)**:
0.1.12
Fix
- **(list.html)**: apply sort logic to th header not just the <a> tag with header text
0.1.11
Fix
- **(sort)**: maintain selected filter display when sorting with htmx
0.1.10
Fix
- **(pypoetry)**: correct extras syntax - **(NominopolitanMixinValidator)**: remove defaults from validator class and set custom validator for hx_trigger