Changes between Initial Version and Version 1 of Ticket #8851, comment 30
- Timestamp:
- Nov 20, 2015, 11:06:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8851, comment 30
initial v1 1 1 Totally forgot to update the ticket, it's all done and ready now. 2 3 Should note that the fix was to actually NOT use request.GET at all in the filters, but the passed in params dictionary which contains the by the ChangeList preprocessed data. 4 5 I think this was always meant to be like this, but was never caught because filters are always only tested through the changelist. 6 7 Not sure if we want to slow down the build process even more with more detailed unittests.