Skip to content

q parameter in followee_list action has no effect#3167

Merged
wardi merged 1 commit into
masterfrom
3167-followee_list-q
Jul 19, 2016
Merged

q parameter in followee_list action has no effect#3167
wardi merged 1 commit into
masterfrom
3167-followee_list-q

Conversation

@amercader
Copy link
Copy Markdown
Member

The data_dict for followee_list was validated using default_follow_user_schema, which didn't have validators for q, so the data_dict ended up like:

{'__extras': {'q': u'Environment}, 'id': u'6cdc2a4c-2814-4a29-98f4-98eb73773984'}

Added q to the schema and a couple of tests

The data_dict for followee_list was validated using
default_follow_user_schema, which didn't have validators for q, so the
 data_dict ended up like:

{'__extras': {'q': u'Environment}, 'id': u'6cdc2a4c-2814-4a29-98f4-'}

Added q to the schema and a couple of tests
@wardi wardi merged commit f3e251c into master Jul 19, 2016
@smotornyuk smotornyuk deleted the 3167-followee_list-q branch December 19, 2018 15:19
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.

2 participants