django-picklefield
django-picklefield copied to clipboard
A pickled object field for Django
On systems where no binary build is available, django-picklefield cannot be installed in a clean virtualenv, because it relies on Django being installed at build time To reproduce: ``` $...
I propose this fork to be migrated to a canonical repository in GitHub. shrubberysoft/django-pickle "died" and it seems that the fork that is maintaining it should become a canonical repository....
I edit PickledObjectField's in admin using editable=True flag where the assigned widget is a textbox. So I have to add the following line to my admin class: `formfield_overrides = {PickledObjectField:...