Skip to content

django-picklefield does not work with Django 1.6 #15

@millawell

Description

@millawell

Django 1.6 changed the signature of get_db_prep_value(self, value) to
get_db_prep_value(self, value, connection, prepared=False). Thus, any model in django that uses the field throws an

got an unexpected keyword argument 'connection'

error. I changed locally the signature of that function in the fields.py file and it seems to work now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions