datatracker/ietf/meeting
Sasha Romijn 825a054d19 Add support for structured entry and storage of joint sessions in meetings.
- Also adds additional tests for the SessionForm
- Fixes a javascript error in session requests for non-WG groups,
  that could cause incorrect form behaviour.
- Expands the tests added in [17289] a bit.
 - Legacy-Id: 17321
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-02-21 13:27:11 +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 Add support for the timerange, wg_adjacent and time_relation constraints. 2020-02-12 10:42:38 +00:00
templatetags Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +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 Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00
ajax.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
factories.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
feeds.py Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
forms.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
helpers.py Fix problem with assignments to the same session causing a crash. 2020-01-06 17:40:23 +00:00
models.py Add support for structured entry and storage of joint sessions in meetings. 2020-02-21 13:27:11 +00:00
resources.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +00:00
test_data.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +00:00
tests_api.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
tests_js.py Fix problem with missing names 2019-12-06 19:56:03 +00:00
tests_views.py Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
urls.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +00:00
utils.py Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk: 2019-12-17 23:43:07 +00:00
views.py Merged in [17181] from olau@iola.dk: 2020-01-07 17:06:49 +00:00