Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix form validation success url (#221)
* Fix redirect of FormValidationMixin to be compliant to standard django: If return class property success_url if exists, if not return value from classes get_success_url method. If that doesn't exist return value from models get_absolute_url method. * Fix success url to work with all constellations
- Loading branch information