django-fullclean
django-fullclean copied to clipboard
Django app: forcing the model to call full_clean() method on save.
Hi there, This is a great little package, we're using it in most of our projects at work. It certainly improves stability a lot by always enforcing that validations are...
- Processes both app or [app, model] in the FULLCLEAN_WHITELIST settings - Updates the readme with this change, based on the readme changes proposed in #4 I added this as...
- Improved grammar - Document the FULLCLEAN_WHITELIST setting - Explain how to skip checks for a specific chunk of code