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

Fix null filtering for *Choice filters #680

Merged
merged 6 commits into from
Aug 31, 2017

Commits on Aug 22, 2017

  1. Add test cases from PR 639. Thanks @michael-mri!

    michael-mri authored and Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    2b42e17 View commit details
    Browse the repository at this point in the history
  2. Add more null value tests

    Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    c09cbf9 View commit details
    Browse the repository at this point in the history
  3. Fix tests for null choice iterator

    Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    172569d View commit details
    Browse the repository at this point in the history
  4. Add null choice to various (Model)ChoiceFields

    Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    cfd6708 View commit details
    Browse the repository at this point in the history
  5. Fix django < 1.11 field iterator handling

    Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    5f4f1aa View commit details
    Browse the repository at this point in the history
  6. Resolve carltongibson#710 - add test for lazy callable choices

    Ryan P Kilby committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    50f7275 View commit details
    Browse the repository at this point in the history