Custom Query (1173 matches)
Results (223 - 225 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#526 | fixed | Provide a list of collections for site visitors | ||
Description |
Currently there is no way of knowing what collections are available for site visitors to view. Suggestion that on the user profile there is a sample of recently updated collections, with a link to the full list of collections. This is similar to the existing recently updated media, and a link to all media |
|||
#550 | fixed | Fix missing constraint in recent migrations | ||
Description |
A recent migration added a table for the CollectionItem model but didn't add the constraint of: __table_args__ = ( UniqueConstraint('collection', 'media_entry'), {}) Since then we've moved to a new style of "creating models in migrations" which involves actually putting a copy of the original model inside the migrations file to make it easier to create the right database. However, anyone running from git master will currently pick up the "mistaken" commit. There basically seem to be one of two possible solutions:
|
|||
#611 | fixed | Account deletion does not delete the media entries | ||
Description |
When removing your account via your account settings page, the media files are deleted, but *not* the media entries themselves. |