Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
H
|
L
|
O
|
P
|
R
|
S
|
T
|
U
|
V
_
__init__() (results.connectors.suomisport.Suomisport method)
(results.middleware.current_user.CurrentUserMiddleware method)
(results.mixins.change_log.LogChangesMixing method)
A
add_arguments() (results.management.commands.createevent.Command method)
(results.management.commands.suomisportimport.Command method)
Area (class in results.models.organizations)
Area.DoesNotExist
Area.MultipleObjectsReturned
AreaSerializer (class in results.serializers.organizations)
AreaViewSet (class in results.views.organizations)
Athlete (class in results.models.athletes)
Athlete.DoesNotExist
Athlete.MultipleObjectsReturned
AthleteInformation (class in results.models.athletes)
AthleteInformation.DoesNotExist
AthleteInformation.MultipleObjectsReturned
AthleteInformationSerializer (class in results.serializers.athletes)
AthleteInformationViewSet (class in results.views.athletes)
AthleteLimitedSerializer (class in results.serializers.athletes)
AthleteNameSerializer (class in results.serializers.athletes)
AthleteSerializer (class in results.serializers.athletes)
AthleteViewSet (class in results.views.athletes)
C
Category (class in results.models.categories)
Category.DoesNotExist
Category.MultipleObjectsReturned
CategoryForCompetitionType (class in results.models.categories)
CategoryForCompetitionType.DoesNotExist
CategoryForCompetitionType.MultipleObjectsReturned
CategorySerializer (class in results.serializers.categories)
CategoryViewSet (class in results.views.categories)
changed_fields() (results.mixins.change_log.LogChangesMixing property)
check_records() (in module results.utils.records)
check_records_partial() (in module results.utils.records)
Command (class in results.management.commands.approverecords)
(class in results.management.commands.checkrecords)
(class in results.management.commands.createevent)
(class in results.management.commands.suomisportimport)
Competition (class in results.models.competitions)
Competition.DoesNotExist
Competition.MultipleObjectsReturned
CompetitionLayout (class in results.models.competitions)
CompetitionLayout.DoesNotExist
CompetitionLayout.MultipleObjectsReturned
CompetitionLayoutSerializer (class in results.serializers.competitions)
CompetitionLayoutViewSet (class in results.views.competitions)
CompetitionLevel (class in results.models.competitions)
CompetitionLevel.DoesNotExist
CompetitionLevel.MultipleObjectsReturned
CompetitionLevelSerializer (class in results.serializers.competitions)
CompetitionLevelViewSet (class in results.views.competitions)
CompetitionLimitedSerializer (class in results.serializers.competitions)
CompetitionResultType (class in results.models.competitions)
CompetitionResultType.DoesNotExist
CompetitionResultType.MultipleObjectsReturned
CompetitionResultTypeLimitedSerializer (class in results.serializers.competitions)
CompetitionResultTypeSerializer (class in results.serializers.competitions)
CompetitionResultTypeViewSet (class in results.views.competitions)
CompetitionSerializer (class in results.serializers.competitions)
CompetitionType (class in results.models.competitions)
CompetitionType.DoesNotExist
CompetitionType.MultipleObjectsReturned
CompetitionTypeSerializer (class in results.serializers.competitions)
CompetitionTypeViewSet (class in results.views.competitions)
CompetitionViewSet (class in results.views.competitions)
CurrentUserMiddleware (class in results.middleware.current_user)
CustomPagePagination (class in results.utils.pagination)
D
delete() (results.mixins.change_log.LogChangesMixing method)
diff() (results.mixins.change_log.LogChangesMixing property)
dispatch() (results.views.athletes.AthleteInformationViewSet method)
(results.views.athletes.AthleteViewSet method)
(results.views.competitions.CompetitionViewSet method)
(results.views.events.EventViewSet method)
(results.views.organizations.OrganizationViewSet method)
Division (class in results.models.categories)
Division.DoesNotExist
Division.MultipleObjectsReturned
DivisionSerializer (class in results.serializers.categories)
DivisionViewSet (class in results.views.categories)
E
EagerLoadingMixin (class in results.mixins.eager_loading)
Event (class in results.models.events)
Event.DoesNotExist
Event.MultipleObjectsReturned
EventFilter (class in results.views.events)
EventSerializer (class in results.serializers.events)
EventViewSet (class in results.views.events)
F
filterset_class (results.views.competitions.CompetitionViewSet attribute)
(results.views.events.EventViewSet attribute)
(results.views.organizations.OrganizationViewSet attribute)
(results.views.records.RecordList attribute)
G
get_categories() (in module results.utils.records)
get_licence_types() (results.connectors.suomisport.Suomisport method)
get_licences() (results.connectors.suomisport.Suomisport method)
get_queryset() (results.serializers.records_list.RecordListSerializer method)
(results.views.athletes.AthleteInformationViewSet method)
(results.views.competitions.CompetitionViewSet method)
(results.views.events.EventViewSet method)
(results.views.organizations.OrganizationViewSet method)
(results.views.records.RecordLevelViewSet method)
(results.views.records.RecordList method)
(results.views.results.ResultList method)
(results.views.results.ResultViewSet method)
get_serializer_class() (results.views.athletes.AthleteViewSet method)
H
handle() (results.management.commands.approverecords.Command method)
(results.management.commands.checkrecords.Command method)
(results.management.commands.createevent.Command method)
(results.management.commands.suomisportimport.Command method)
L
LogChangesMixing (class in results.mixins.change_log)
O
Organization (class in results.models.organizations)
Organization.DoesNotExist
Organization.MultipleObjectsReturned
OrganizationSerializer (class in results.serializers.organizations)
OrganizationViewSet (class in results.views.organizations)
P
pagination_class (results.views.athletes.AthleteViewSet attribute)
(results.views.competitions.CompetitionViewSet attribute)
(results.views.events.EventViewSet attribute)
(results.views.results.ResultList attribute)
R
Record (class in results.models.records)
Record.DoesNotExist
Record.MultipleObjectsReturned
RecordLevel (class in results.models.records)
RecordLevel.DoesNotExist
RecordLevel.MultipleObjectsReturned
RecordLevelSerializer (class in results.serializers.records)
RecordLevelViewSet (class in results.views.records)
RecordLimitedSerializer (class in results.serializers.records)
RecordList (class in results.views.records)
RecordListSerializer (class in results.serializers.records_list)
RecordSerializer (class in results.serializers.records)
RecordViewSet (class in results.views.records)
Result (class in results.models.results)
Result.DoesNotExist
Result.MultipleObjectsReturned
ResultDetailSerializer (class in results.serializers.results_detail)
ResultDetailViewSet (class in results.views.results)
ResultLimitedAggregateSerializer (class in results.serializers.results)
ResultLimitedSerializer (class in results.serializers.results)
ResultList (class in results.views.results)
ResultPartial (class in results.models.results)
ResultPartial.DoesNotExist
ResultPartial.MultipleObjectsReturned
ResultPartialLimitedSerializer (class in results.serializers.results)
ResultPartialSerializer (class in results.serializers.results)
ResultPartialViewSet (class in results.views.results)
ResultRecordListSerializer (class in results.serializers.records_list)
results.connectors.suomisport (module)
results.management.commands.approverecords (module)
results.management.commands.checkrecords (module)
results.management.commands.createevent (module)
results.management.commands.suomisportimport (module)
results.utils.records (module)
ResultSerializer (class in results.serializers.results)
ResultViewSet (class in results.views.results)
S
save() (results.mixins.change_log.LogChangesMixing method)
(results.models.records.Record method)
(results.models.results.Result method)
serializer_class (results.views.athletes.AthleteInformationViewSet attribute)
(results.views.athletes.AthleteViewSet attribute)
(results.views.categories.CategoryViewSet attribute)
(results.views.categories.DivisionViewSet attribute)
(results.views.competitions.CompetitionLayoutViewSet attribute)
(results.views.competitions.CompetitionLevelViewSet attribute)
(results.views.competitions.CompetitionResultTypeViewSet attribute)
(results.views.competitions.CompetitionTypeViewSet attribute)
(results.views.competitions.CompetitionViewSet attribute)
(results.views.events.EventViewSet attribute)
(results.views.organizations.AreaViewSet attribute)
(results.views.organizations.OrganizationViewSet attribute)
(results.views.records.RecordLevelViewSet attribute)
(results.views.records.RecordList attribute)
(results.views.records.RecordViewSet attribute)
(results.views.results.ResultDetailViewSet attribute)
(results.views.results.ResultList attribute)
(results.views.results.ResultPartialViewSet attribute)
(results.views.results.ResultViewSet attribute)
setup_eager_loading() (results.mixins.eager_loading.EagerLoadingMixin class method)
Sport (class in results.models.sports)
Sport.DoesNotExist
Sport.MultipleObjectsReturned
SportSerializer (class in results.serializers.sports)
SportViewSet (class in results.views.sports)
Suomisport (class in results.connectors.suomisport)
T
to_representation() (results.serializers.athletes.AthleteSerializer method)
U
update_licences() (results.connectors.suomisport.Suomisport method)
V
validate() (results.serializers.athletes.AthleteSerializer method)
(results.serializers.competitions.CompetitionSerializer method)
(results.serializers.events.EventSerializer method)
(results.serializers.results.ResultPartialSerializer method)
(results.serializers.results.ResultSerializer method)
SAL Kiti
Navigation
Models
Serializers
Views
Helpers
Related Topics
Documentation overview
Quick search