django-fullclean icon indicating copy to clipboard operation
django-fullclean copied to clipboard

Django app: forcing the model to call full_clean() method on save.

Results 3 django-fullclean issues
Sort by recently updated
recently updated
newest added

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