Closed izimobil closed 2 years ago
This fixes issue https://github.com/beda-software/drf-writable-nested/issues/72, see the issue description for more details. Also added DEFAULT_AUTO_FIELD setting to get rid of warnings when running tests on newer Django versions.
DEFAULT_AUTO_FIELD
Hello @izimobil! Thanks for the contribution, good job.
This fixes issue https://github.com/beda-software/drf-writable-nested/issues/72, see the issue description for more details. Also added
DEFAULT_AUTO_FIELD
setting to get rid of warnings when running tests on newer Django versions.