chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Add a new field type: AsymmetricRelatedField #335

Open saadullahaleem opened 1 year ago

saadullahaleem commented 1 year ago

This PR adds a new field type called AsymmetricRelatedField

The idea stems from the discussion here: https://github.com/encode/django-rest-framework/discussions/8966

Edit: tests are failing. working on them.

saadullahaleem commented 1 year ago

FYI: I disabled my tests and ran the tests again. I keep running into the AppRegistryNotReady exception. I'm not sure if I'm doing something wrong here or not. I'm using tox to run the tests for all environments.

saadullahaleem commented 1 year ago

@auvipy It seems like CI is broken on this repo. Or does it only run after an approval?

auvipy commented 1 year ago

it is actually broken