Changes between Initial Version and Version 1 of Ticket #25113
- Timestamp:
- Jul 12, 2015, 7:50:26 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25113 – Description
initial v1 5 5 preparation__id__not_in=preparations)` 6 6 7 I feel like adding a field lookup for __not_in would be helpful. I've created a pull request on Github. 7 I feel like adding a field lookup for `__not_in` would be helpful. I've created a pull request on Github: 8 9 https://github.com/django/django/pull/4984 10 11 I'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.