Tags: django-cms/django-filer
Tags
Update docs for on_delete requirement in Filer fields for Django 5.1 (#… …1508) * Update docs for on_delete requirement in Filer fields for Django 5.1 Update documentation to reflect the requirement of the `on_delete` parameter for `FilerFileField` and `FilerImageField`, ensuring compatibility with Django 5.1. Documentation: - Update documentation to indicate that the `on_delete` parameter is required when using `FilerFileField` and `FilerImageField`. - Add example code in the documentation showing proper field definition with the `on_delete` parameter. - Review and update other field examples in the documentation to ensure they include required parameters. Resolves #1506 * Collect upgrading info at one palce * Update version and changelog --------- Co-authored-by: sourcery-ai[bot] <sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Fabian Braun <[email protected]>
revert type hint to `typing.List` (#1493) * revert type hint to `typing.List` #1492 * Update test.yml to respect py 3.8 * Update test.yml to exclude py3.8/3.9 w/ dj50 in tests * Update CHANGELOG.rst * Bump version to 3.2.1 --------- Co-authored-by: Fabian Braun <[email protected]>
PreviousNext