1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00
Anssi Kääriäinen f811649710 Fixed #18816 -- Removed "trim" argument from add_filter()
The trim argument was used by split_exclude() only to trim the last
join from the given lookup. It is cleaner to just trim the last part
from the lookup in split_exclude() directly so that there is no need
to burden add_filter() with the logic needed for only split_exclude().
2012-12-16 16:56:28 +02:00
..
2012-12-10 22:11:40 +01:00
2012-12-15 10:22:22 -03:00