4 Commits

Author SHA1 Message Date
Thierry Carrez
6b962fa3e2 Django 1.8+ compatibility
Update odsreg so that it runs with Django 1.8:
- Move base files under an odsreg module, update .gitignore
- Update module paths
- Update manage.py to Django 1.8 version
- Update instructions in README.rst
- Remove 'null has no effect on ManyToManyField' warning

Update odsreg so that it runs with Django 1.9:
- Update management command arg handling
- Use url instead of patterns in urls.py
- Move from TEMPLATE_* variables to TEMPLATES

Co-Authored-By: Tom Fifield <tom@openstack.org>
Change-Id: Ic18bddd29053ca0187889bb8a371048b2ad3fdb9
2017-01-04 16:50:09 +01:00
Thierry Carrez
f23100d2b2 Separate edition from viewing 2013-05-31 16:41:14 +02:00
Thierry Carrez
7fb28f40e6 Use same link for view/edit proposals
URLs for viewing and editing proposals were different, which caused
confusion when people posted links to their proposals.

Additionally fix a few places where "Scheduled" status was not migrated
from proposal.status = 'S' to proposal.scheduled = True.
2013-05-24 17:02:56 +02:00
Thierry Carrez
56fdefeccd Initial import
Initial import after cleanup.
Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
2012-12-20 16:11:01 +01:00