Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
marcperrinoptel opened this issue Aug 19, 2021 · 1 comment
Closed

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

marcperrinoptel opened this issue Aug 19, 2021 · 1 comment
Labels

Comments

@marcperrinoptel
Copy link

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 added a commit to plq/spyne that referenced this issue Sep 1, 2021
@plq
Copy link
Member

plq commented Sep 1, 2021

thanks for the heads-up. reopen if not happy

@plq plq closed this as completed Sep 1, 2021
@plq plq added the Defect label Sep 1, 2021
plq added a commit to plq/spyne that referenced this issue Jan 5, 2022
plq added a commit to plq/spyne that referenced this issue Jan 5, 2022
plq added a commit to plq/spyne that referenced this issue Jan 24, 2022
plq added a commit to plq/spyne that referenced this issue Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants