Steve Garton
Steve Garton
I just started using this for the same sort of thing as Hinds and also get the error regarding 'pre-request'
Looks like it's a problem with requests-oauth and the version of requests: https://github.com/maraujop/requests-oauth/issues/42 I haven't tried, but there is a workaround listed that I will have a go at later
This is affecting me too. Is there any workaround? It is also evident when using --natural-foreign
Workaround for me was to 1. temporarily change the model from PolymorphicModel to models.Model 2. run the dumpdata command (with --natural-foreign) 3. change the model back to PolymorphicModel 4. loaddata...