Olivier Dalang
Olivier Dalang
Thanks for your answers. @francislavoie Unfortunately, even treating path and query with different header does not solve it, as the query part still gets URL-encoded(`rewrite * /hello?{rp.header.X-Accel-Redirect}` -> `http://localhost/hello?some%3Dparam%26some_other%3Dparam`) I...
(needs more work, will come back later)
@blag Isn't it `value_from_object` rather than `val_from_object` ? With Django 2.2, I get `'MultiSelectField' object has no attribute 'val_from_object'`...
Had more issues when testing old demo dumps, for example delta_1.3.2_001_missing_spatial_indexes.sql failing because the indexes already exist. Not sure if something is wrong with these old demo dumps, or what...
Probably related/duplicate to this : https://github.com/unbit/uwsgi/issues/1702
Removing ` --threads=4` seems to fix the issue here ?!
Oh nooooo, failing tests again :/ (under python 2.7 only it seems...) One problem is the same than https://github.com/jonashaag/django-addanother/pull/12#issuecomment-225798192 Another is probably because there's something bad in the testapp I...
> This feels a bit messy; how about we do all of the URL preparation stuff in Python and profit from urlparse? (Keep in mind to use six in that...
On my fork I have tests passing on Django 4.1-5.0 and recent python : https://github.com/olivierdalang/django-multiselectfield (haven't tested much so far, but with the tests and the demo project working, I...
> Could you make PR here with the GitHub testing? @PetrDlouhy here you go: https://github.com/goinnn/django-multiselectfield/pull/147