← Back to team overview

maas-devel team mailing list archive

Re: ProgrammingError: can't adapt type 'dict'

 

On 05/05/2014 11:12 PM, Julian Edwards wrote:
ProgrammingError: can't adapt type 'dict'

Can you provide the complete steps/context to recreate his? The error indicates Django tried to save a dict into a field that doesn't support it.

From your stacktrace, the only dict I see is the 'routers' param. So this might be an issue with how we manage that field or a problem with the value for that field (can you check that?).


Follow ups

References