Study Buffalo

Results 8 comments of Study Buffalo

Seems more likely that Django is escaping `&` to its equivalent HTML entity (`&`) because it is a reserved character. You could probably mark the title as `safe` in the...

I would need to dig more, but I seem to recall the subject is rendered as a template, so the ampersand will still be escaped automatically by Django. You could...

Interim fix at this time is to remove the `order_by` commands triggering this error (#205).

I took some time to look through this. It looks like it could technically work, but I am not sure I want to get this package into the complexity of...

Sounds very reasonable in theory. I will be honest that I probably won't be able to get to this in the near future given other commitments. I would be happy...

You seem to have some experience with this functionality (and I have personally never looked into it beyond today), so I guess my big questions are: - How does the...

Certainly something to consider. I have not put any thought into what that may look like, but will keep this open as an enhancement.

Have made base-minimum working system based off the `locale` module. This only supports a single currency, but could be extended. # Rationale * Opted not to use the `locale` module...