modify schema to show many to many as list of nested models, check openapi generation in tests
This commit is contained in:
@ -437,4 +437,3 @@ async def test_start_and_end_filters():
|
||||
|
||||
users = await User.objects.filter(name__endswith="igo").all()
|
||||
assert len(users) == 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user