..
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
Renamed and fixed up a migration that caused multiple leaf nodes.
2019-10-08 10:58:46 +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
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
2019-09-30 15:42:18 +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
Merged in [17035] from housley@vigilsec.com:
2019-11-20 07:00:46 +00:00
models.py
Merged in [16604] from rjsparks@nostrum.com:
2019-09-03 11:08:59 +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
Merged in [16564] from pusateri@bangj.com and added tests:
2019-11-09 17:15:39 +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
python2->3 adjustments for r17025. Commit ready for merge.
2019-11-19 18:25:06 +00:00
urls.py
Allow slides drag-drop between sessions for groups meeting with multiple sessions. Fixes #2700 . Commit ready to merge.
2019-11-15 20:54:14 +00:00
utils.py
Merged in [17061] and [17024] from rjsparks@nostrum.com:
2019-11-20 10:36:16 +00:00
views.py
Merged in [17061] and [17024] from rjsparks@nostrum.com:
2019-11-20 10:36:16 +00:00