symposion
symposion copied to clipboard
a Django project for conference websites
The literal 00 represents zero in octal. There's no need to express zero seconds in octal, so switch to using the literal 0.
Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...
There are small typos in: - CONTRIBUTING.md - symposion/reviews/utils.py - symposion/sponsorship/models.py - symposion/static/tabletools/js/TableTools.js Fixes: - Should read `there` rather than `ther`. - Should read `separate` rather than `seperate`. - Should...
`context_instance` kwarg for `render_*()` functions is fully removed in Django 2.0. Should be replaced by `request=self.request` or similar.
In at least one conference I've worked on, we needed to fork Symposion to remove the `description` field on `ProposalBase`, as we didn't use it. This PR makes `description`, `abstract`,...
This has been broken since 36ab6d599ffca01b83d5a93a2b5b7fa6b5bd9d70.
Fix #162
This fork makes it so that you do not need to fork Symposion in order to update the speaker model. It does the following: * Removes custom attributes from `Speaker`,...