aboutsummaryrefslogtreecommitdiffstats
path: root/account/models.py
Commit message (Expand)AuthorAgeFilesLines
* Splited storage function from account.extraWeitian LI2014-06-241-1/+2
* Added fields 'sjtu_id' & 'sjtu_initpass' to UserProfile modelWeitian LI2014-06-071-0/+9
* Fixed a type 'identify' and updated 'list_approved' display contentsWeitian LI2014-06-031-14/+14
* small updates to account/models.pyWeitian LI2014-05-201-5/+11
* * added 'is_checkin' field to account.models.UserProfileWeitian LI2014-05-201-0/+62
* * updated transcript help_text of account/models.pyWeitian LI2014-04-291-1/+1
* * fixed FieldFile import problem of account/extra.pyWeitian LI2014-04-291-1/+1
* * included archive urlsWeitian LI2014-04-281-16/+1
* * implemented function to auto login user after activationWeitian LI2014-04-271-3/+15
* * updated 'profile.html' to show new fieldsWeitian LI2014-04-271-4/+30
* * added 'OverwriteStorage()' to overwrite previous uploaded filesWeitian LI2014-04-271-1/+49
* * added model 'UserFile' and register to adminWeitian LI2014-04-271-5/+60
* fixes to account admin.site.registerWeitian LI2014-04-211-7/+0
* * added following methods for 'UserProfile' model:Weitian LI2014-04-211-1/+30
* * added 'ResendEmailForm' formsWeitian LI2014-04-211-0/+17
* * implemented 'list_approved' view, added related templateWeitian LI2014-04-211-0/+12
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-201-0/+1
* fixed UserProfile model to use CharField choices in "is_approved" and "is_spo...Weitian LI2014-04-201-2/+17
* * implemented custom form and profile for registrationWeitian LI2014-04-201-2/+55
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-0/+12