Probably better to request.POST.get?
[mediagoblin.git] / mediagoblin / models.py
2011-04-23 Christopher Allan... making state for MediaEntry objects, also adding attrib...
2011-04-23 Christopher Allan... Adding a space for custom validators, though we haven...
2011-04-23 Christopher Allan... Give User a status, also add uploader user field to...
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-03 Christopher Allan... Added a check_login command to User
2011-04-03 Christopher Allan... Registering almost works right :)
2011-04-03 Christopher Allan... Put the User object officially in the 'users' document...
2011-03-27 Matt LeeAdded copyright notices
2011-03-27 Christopher Allan... __collection__ should be auto-defined as media_entries
2011-03-26 Christopher Allan... date_creation should be created
2011-03-26 Christopher Allan... required_values, default_values! For the only two...
2011-03-26 Christopher Allan... A simple register_modules helper function.
2011-03-25 Christopher Allan... Adding a skeletal models.py