aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor fomatting fix.Aaron Williamson2011-05-131-1/+1
|
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-1/+10
|
* On image submission, do not require title. If none entered, default to filename.Aaron Williamson2011-05-121-1/+1
|
* Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-071-2/+7
|\
| * Process media! Successfully!Christopher Allan Webber2011-05-061-2/+7
| |
* | Changed the method used to generate uuids for verification_key, this one ↵Joar Wandborg2011-05-071-1/+1
| | | | | | | | | | | | works, thanks paroneayea Signed-off-by: Joar Wandborg <git@wandborg.com>
* | Fixed bug in models.py:User that caused all users created by the same python ↵Joar Wandborg2011-05-071-1/+1
| | | | | | | | | | | | process to have the same verification_key value Signed-off-by: Joar Wandborg <git@wandborg.com>
* | Added functionality to support user email verification, email = TBD, ↵Joar Wandborg2011-05-031-3/+4
|/ | | | | | verification = done. Signed-off-by: Joar Wandborg <git@wandborg.com>
* Fixes traceback on registrationWill Kahn-Greene2011-04-241-1/+1
| | | | values must be unicode.
* 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