mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed flake8 warning.
This commit is contained in:
		| @@ -2383,6 +2383,7 @@ class CustomFieldWithQuerysetButNoLimitChoicesTo(forms.Field): | ||||
|  | ||||
| class StumpJokeWithCustomFieldForm(forms.ModelForm): | ||||
|     custom = CustomFieldWithQuerysetButNoLimitChoicesTo() | ||||
|  | ||||
|     class Meta: | ||||
|         model = StumpJoke | ||||
|         fields = ()  # We don't need any fields from the model | ||||
|   | ||||
		Reference in New Issue
	
	Block a user