aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/models.py
Commit message (Collapse)AuthorAgeFilesLines
* making state for MediaEntry objects, also adding attributes:Christopher Allan Webber2011-04-231-6/+14
| | | | | | | - media_files - attachment_files - queue_files - thumbnail_file
* Adding a space for custom validators, though we haven't used it yet :)Christopher Allan Webber2011-04-231-0/+9
|
* Give User a status, also add uploader user field to MediaEntryChristopher Allan Webber2011-04-231-25/+30
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Added a check_login command to UserChristopher Allan Webber2011-04-031-1/+10
|
* Registering almost works right :)Christopher Allan Webber2011-04-031-2/+5
|
* Put the User object officially in the 'users' document collectionChristopher Allan Webber2011-04-031-0/+2
|
* Added copyright noticesMatt Lee2011-03-271-0/+16
|
* __collection__ should be auto-defined as media_entriesChristopher Allan Webber2011-03-271-2/+7
|
* date_creation should be createdChristopher Allan Webber2011-03-261-3/+4
|
* required_values, default_values! For the only two models we have.Christopher Allan Webber2011-03-261-0/+13
|
* A simple register_modules helper function.Christopher Allan Webber2011-03-251-1/+2
|
* Adding a skeletal models.pyChristopher Allan Webber2011-03-241-0/+32