Changes between Initial Version and Version 1 of Ticket #25113


Ignore:
Timestamp:
Jul 12, 2015, 7:50:26 AM (9 years ago)
Author:
Evan Tschuy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25113 – Description

    initial v1  
    55    preparation__id__not_in=preparations)`
    66
    7 I feel like adding a field lookup for __not_in would be helpful. I've created a pull request on Github.
     7I feel like adding a field lookup for `__not_in` would be helpful. I've created a pull request on Github:
     8
     9https://github.com/django/django/pull/4984
     10
     11I've not added any tests to it, as I couldn't find any tests for ``__in``, and don't quite know how to test an entire field lookup. Apologies; would love pointers.
Back to Top