prabhjas / chirpradio

Automatically exported from code.google.com/p/chirpradio
0 stars 0 forks source link

dj_name should not be required in user management #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. update a user in /auth
2. set dj_name to an empty string

What is the expected output? What do you see instead?

the record should be saved just fine but the field says required.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by kumar.mcmillan on 10 Jan 2011 at 10:57

GoogleCodeExporter commented 9 years ago
Oops. I set required=False in auth/models.py. Should fix it. Will push shortly.

Original comment by jawax...@gmail.com on 25 Jan 2011 at 8:13