Simple experiments with Django model's full_clean
function and when it's
called.
The "gold" is in the single test file.
For full info please see my blog post Django’s model save vs full_clean.
Small django project to test how `save` and `full_clean` behave on Django models when data is missing / invalid.
http://jamescooke.info/djangos-model-save-vs-full_clean.html
Repository from Github https://github.comjamescooke/django-clean-vs-save
Simple experiments with Django model's full_clean
function and when it's
called.
The "gold" is in the single test file.
For full info please see my blog post Django’s model save vs full_clean.
Small django project to test how `save` and `full_clean` behave on Django models when data is missing / invalid.
http://jamescooke.info/djangos-model-save-vs-full_clean.html
The Unlicense