datatracker/ietf/dbtemplate
Henrik Levkowetz a33f9724af Merged in [17201] from rjsparks@nostrum.com:
Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794.
 - Legacy-Id: 17216
Note: SVN reference [17201] has been migrated to Git commit c9d944b312
2020-01-10 16:16:31 +00:00
..
fixtures Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794. Commit ready for merge. 2020-01-08 19:51:14 +00:00
migrations Merged in [17201] from rjsparks@nostrum.com: 2020-01-10 16:16:31 +00:00
resources Application to store templates in database. Fixes #908 2012-11-27 12:02:43 +00:00
templates/dbtemplate Remove old proceedings generation code. Fixes #2234. Commit ready for merge. 2017-06-01 23:59:56 +00:00
__init__.py Application to store templates in database. Fixes #908 2012-11-27 12:02:43 +00:00
admin.py Added dbtemplate validation to the class, to make sure one cannot enter invalid DBtemplates through the admin. 2019-03-25 10:03:46 +00:00
factories.py Conditioned behavior of views for concluded nomcoms. Fixes #1856. 2015-11-28 21:51:37 +00:00
forms.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
models.py Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods. 2019-07-15 18:01:26 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
template.py Changed some # type: ignore statements to work with the latest mypy 2019-11-05 22:41:18 +00:00
urls.py Merged in [16092] from rcross@amsl.com: 2019-03-26 15:53:41 +00:00
views.py Merged in [16092] from rcross@amsl.com: 2019-03-26 15:53:41 +00:00