Custom Query (1174 matches)
Results (379 - 381 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #885 | fixed | Fix a typo in babel.ini. | ||
| Description |
The patch is in the "fix-typo" branch: |
|||
| #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:
|
|||
| #763 | fixed | Fix plugin documentation | ||
| Description |
Please review and pull my branch fix_docs from my repo at git://gitorious.org/mediagoblin/spaetz-mediagoblin.git. It fixes a critical crasher. |
|||
