5 lines
		
	
	
		
			151 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			151 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """General fields"""
 | |
| 
 | |
| GENERAL_FIELDS = ["name", "negate", "order", "timeout"]
 | |
| GENERAL_SERIALIZER_FIELDS = ["pk", "name", "negate", "order", "timeout"]
 | 
