Skip to content
Snippets Groups Projects
Commit 2eba1b51 authored by Troy Sankey's avatar Troy Sankey
Browse files

Use singular getter function where only one requirement is expected

This avoids a fatal error in Django 1.9+ in most scenarios, where this
code (before this commit) will no longer result in an implicit __in
query.  This commit should be a no-op functionally for Django 1.8.

More info: https://code.djangoproject.com/ticket/25284

PLAT-1525
parent 4a13f9bf
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment