F483 / bikesurf.org

MIT License
8 stars 5 forks source link

Update form validation. #43

Open F483 opened 9 years ago

F483 commented 9 years ago

Use specific "def clean_PROPERTY(self):" instead of general "def clean(self):"

See apps.account.forms

Might want to rethink this, seems there might be a problem when cleaning each propertie and then having a general clean for dependencies.