Fix FilePathField required argument#8805
Conversation
|
@auvipy Not sure what the CI error is. Seems that deprecation warnings are making it fail? |
|
can you please check why the CI is failing?? might be unrelated to this PR after checking the error message though |
|
I think we should get rid of python 3.6 now from CI |
|
@auvipy Also I wonder if setting Not sure of the expected behaviour though, as it is based on |
|
we should align with django mainly |
|
Waiting for CI fix on master. |
auvipy
left a comment
There was a problem hiding this comment.
just pull from main branch
cc50963 to
2bd0008
Compare
Description
Following on the discussion in #8804 this PR fixes
requiredargument lost inFilePathFieldconstructor by making sure it is passed to thesuper().__init__call with other keyword arguments.