FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Tests for users.forms #8

Closed macro1 closed 9 years ago

macro1 commented 9 years ago

I moved the password validation out of the field-specific method into the general form clean() method. There were some things about ordering and the population of cleaned_data that seemed odd.