Custom Query (1174 matches)
Results (340 - 342 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #842 | wontfix | Typo: cancelled → canceled | ||
| Description |
https://www.transifex.com/projects/p/mediagoblin/viewstrings/#en/mediagoblin/16091970?q=cancelled |
|||
| #5431 | fixed | Typo in models | ||
| Description |
There's a typo in diff --git a/mediagoblin/db/models.py b/mediagoblin/db/models.py
index 97dc91d..3f36f22 100644
--- a/mediagoblin/db/models.py
+++ b/mediagoblin/db/models.py
@@ -607,7 +607,7 @@ class MediaEntry(Base, MediaEntryMixin, CommentingMixin):
if ascending:
query = query.order_by(Comment.added.asc())
else:
- qury = query.order_by(Comment.added.desc())
+ query = query.order_by(Comment.added.desc())
return FakeCursor(query, lambda c:c.comment())
|
|||
| #1101 | duplicate | Typo in mediagoblin.pot | ||
| Description |
Hello, There’s a typo in mediagoblin.pot: "...Copy it's URL and\n..." (I haven’t pasted all the string.) It shoukd read "...Copy its URL..." Cheers Besnik |
|||
