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
Update documentation to reflect the requirement of the
on_delete
parameter forFilerFileField
andFilerImageField
, ensuring compatibility with Django 5.1.Documentation:
on_delete
parameter is required when usingFilerFileField
andFilerImageField
.on_delete
parameter.This PR was automatically generated.
If you want to make changes to this PR: