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

Remove query_params explicity conversion to dict #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

umr55766
Copy link
Contributor

- This explicit conversion to dict is dropping all the values with same key
- This is already being done in line 169 https://github.com/aschn/drf-tracking/blob/57344c65fe39923ab2debbf581d9fd0dbc46b2fa/rest_framework_tracking/base_mixins.py#L169
- Fixes aschn#126
@avelis
Copy link
Collaborator

avelis commented Nov 13, 2018

@umr55766 Can you address the failing tests before I take a look?

@simone6021
Copy link

simone6021 commented Feb 7, 2019

@umr55766, i looked into failing tests and i think they should include client calls with different content_type:

  • 'multipart' (default in drf tests) which will return lists
  • 'json' which is expected to have single string values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants