Helen Sherwood-Taylor
Helen Sherwood-Taylor
It would be neat to support SVG logos for sponsor companies. They often supply them in this format, but currently the site won't accept them as uploads.
I've been using the new application system to set up the Coventry application form - it's so awesome and looks really great too :star2: One way I think it could...
Syntax highlighting is missing in some of the non-english tutorials (e.g. python blocks are not marked up as such)
There are some problems with the postgres tutorial extension when run on Linux: 1. There are a few packages that are required for the psycopg2 install to work: * `postgresql-server-dev-X.Y`...
Settings can be uuids, and some uuids are valid Python expressions, so running `literal_eval` on a settings value might raise a `ValueError` (to reject an expression) rather than `SyntaxError` Done...
I believe `Orderable.set_orders` does not work as it should. We are experiencing random orderings of items each time it is applied. I think this is because the `orders` list that...