Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove all 'username_repr' stuff | Jakob Kramer | 2011-05-29 | 1 | -2/+1 | |
| | ||||||
* | this should fix #354 | Jakob Kramer | 2011-05-29 | 1 | -1/+2 | |
| | ||||||
* | Update all the views so that they use the uploader reference instead | Christopher Allan Webber | 2011-05-22 | 1 | -2/+7 | |
| | | | | of uploader embedding | |||||
* | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 1 | -1/+5 | |
| | | | | setup yet) | |||||
* | Added a url_for_self method for generating mediaentry links | Christopher Allan Webber | 2011-05-20 | 1 | -0/+18 | |
| | | | | This allows for optionally making the url based off of slugs or ids | |||||
* | Move models into new db/ directory | Elrond | 2011-05-18 | 1 | -0/+128 | |
The database is a central point of interest/discussion. Represent that by its own directory. This will surely become more interesting when we have migrations for example. |