respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
530 stars 90 forks source link

docs: Fix simple typo, existant -> existent #165

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in docs/model_integration.rst, tests/post_processor/test_settings.py, tests/test_settings.py.

Should read existent rather than existant.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.777% when pulling 4ad079cc0c8c8551c27df76285bbe0e8d06386ef on timgates42:bugfix_typo_existent into e0ad6527de66285c44d90817a1c374edf54185c2 on respondcreate:master.