datatracker/ietf/api
rpcross 698f031b7f
feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641)
* Registration API Update

- change MeetingRegistration.reg_type field to hold only one type
- allow multiple MeetingRegistration records per person/meeting
  (one for each reg_type)

* Fix scope claims

* Add meeting 114 to MeetingRegistration migration

* fix: update stats views for MeetingRegistration model use changes

* refactor: remove unused imports
2022-06-16 15:39:34 -05:00
..
management Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
templates/api ci: Also check generated HTML with the "vnu" validator (#3682) 2022-03-21 12:50:23 -05:00
__init__.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
__init__.pyi Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
serializer.py Updated the API v2 JsonExporMixin to not try to use an API key argument as a queryset argument when building the json response. 2020-04-15 12:01:52 +00:00
tests.py feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00
urls.py Adds private app authentication API for bibxml. Fixes #3480. Commit ready for merge. 2021-11-25 04:26:30 +00:00
views.py feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00