Skip to content

Add custom FileField and ImageField

Luke Benstead requested to merge url-field-in-file-fields into master

Created by: adamalton

These provide the additional url_field argument to allow caching of the URL in another field on the model.

PR checklist:

  • Updated relevant documentation
  • Updated CHANGELOG.md
  • Added tests for my change

Merge request reports