-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Map all supported FilePathField options #3536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
'recursive': model_field.recursive, | ||
'allow_files': model_field.allow_files, | ||
'allow_folders': model_field.allow_folders | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to exclude any of these if they have the default? (Partly for the purposes of a simple serializer repr)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomchristie oh yeah agree
@tomchristie done. |
Map all supported FilePathField options
Grand - thanks as ever @jpadilla! |
Related to #3520