mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 08:22:10 +01:00 
			
		
		
		
	Fix tournament serializer
This commit is contained in:
		@@ -57,7 +57,7 @@ class TournamentSerializer(serializers.ModelSerializer):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    class Meta:
 | 
					    class Meta:
 | 
				
			||||||
        model = Tournament
 | 
					        model = Tournament
 | 
				
			||||||
        fields = ('name', 'date_start', 'date_end', 'place', 'max_teams', 'price', 'remote',
 | 
					        fields = ('id', 'pk', 'name', 'date_start', 'date_end', 'place', 'max_teams', 'price', 'remote',
 | 
				
			||||||
                  'inscription_limit', 'solution_limit', 'solutions_draw', 'syntheses_first_phase_limit',
 | 
					                  'inscription_limit', 'solution_limit', 'solutions_draw', 'syntheses_first_phase_limit',
 | 
				
			||||||
                  'solutions_available_second_phase', 'syntheses_second_phase_limit',
 | 
					                  'solutions_available_second_phase', 'syntheses_second_phase_limit',
 | 
				
			||||||
                  'description', 'organizers', 'final', 'participations',)
 | 
					                  'description', 'organizers', 'final', 'participations',)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user