We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2306 commit bec1c82Copy full SHA for bec1c82
README.md
@@ -22,7 +22,7 @@ Django Standardized Image Field implements the following features:
22
* Preserves original images
23
* Can be rendered asynchronously (ie as a [Celery job](https://realpython.com/asynchronous-tasks-with-django-and-celery/))
24
* Restricts acceptable image dimensions
25
-* Renames file to a standardized name format (using a callable `upload_to` function, see below)
+* Renames a file to a standardized name format (using a callable `upload_to` function, see below)
26
27
## Installation
28
0 commit comments