Custom Query (1173 matches)
Results (232 - 234 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #758 | fixed | Fix skip_transcoding | ||
| Description |
Fix bad copy/paste in the code. |
|||
| #760 | wontfix | More Edit Account tests | ||
| Description |
We should create tests for the edit account view. |
|||
| #761 | fixed | [Python 2.6] OrderedDict ImportError | ||
| Description |
When using Python 2.6, the
The source of error is in the Fortunately, we've ordereddict[3]. When I imported 'OrderedDict' from this module. Bingo, it worked[4]. A possible fix for this bug would be to first test whether importing OrderedDict from 'collections' doesn't throw an ImportError, if it does (meaning the user has Python 2.6), import OrderedDict from 'ordereddict'. [1]: http://pastebin.com/c06J5H7j [2]: In Python 2.6, there is no OrderedDict in 'collections'. [3]: https://pypi.python.org/pypi/ordereddict [4]: here is the diff http://pastebin.com/VYtQFW3a |
|||
