datatracker/ietf/meeting
Henrik Levkowetz 41c6bbf62e Merged in [16563] from housley@vigilsec.com:
Improve performance for a few pages
 - Legacy-Id: 16613
Note: SVN reference [16563] has been migrated to Git commit 765ce0d0b0
2019-08-04 15:44:06 +00:00
..
fixtures Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting. 2016-12-05 12:55:20 +00:00
management 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
migrations Added a migration for the slidesubmission.time field 2019-07-21 21:05:22 +00:00
templatetags 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
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.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
ajax.py Add check for deleted session when scheduling. Fixes #2450. Commit ready for merge 2018-03-17 15:10:20 +00:00
factories.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
feeds.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
forms.py Merged in [16557] from pusateri@bangj.com: 2019-07-22 18:09:53 +00:00
helpers.py Changed agenda file reading to read files as binary when looking for draft names listed in the agenda. 2019-07-17 13:38:46 +00:00
models.py Merged in [16563] from housley@vigilsec.com: 2019-08-04 15:44:06 +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
test_data.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
tests_api.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
tests_js.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
tests_views.py Merged in [16557] from pusateri@bangj.com: 2019-07-22 18:09:53 +00:00
urls.py Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge. 2019-03-25 16:10:00 +00:00
utils.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
views.py Merged in [16563] from housley@vigilsec.com: 2019-08-04 15:44:06 +00:00