arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

spyne.server.django.DjangoView.as_view small bug #667

Closed marcperrinoptel closed 3 years ago

marcperrinoptel commented 3 years ago

There seems to be a bug in spyne.server.django.DjangoView.as_view: If you use 'server' in the initkwargs, the call to cls(server=server, **initkwargs) will fail with 'keyword argument repeated'. 'server' should be popped from the initkwargs instead of get.

plq commented 3 years ago

thanks for the heads-up. reopen if not happy