Closed browniebroke closed 1 month ago
Note: this is branched off the 3.14 tag to show a pre-existing behaviour on that version of DRF https://github.com/encode/django-rest-framework/issues/9378
POC to show that unique_together made nullable fields required on 3.14
unique_together
Replaced by https://github.com/browniebroke/django-rest-framework/pull/1
Description
Note: this is branched off the 3.14 tag to show a pre-existing behaviour on that version of DRF https://github.com/encode/django-rest-framework/issues/9378
POC to show that
unique_together
made nullable fields required on 3.14