FICHA · MANJARO

python-django-picklefield

A pickled object field for Django

  • Library
  • Dev
  • Web
  • SECURITY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Store Python objects in Django model fields by serializing them with pickle. It can be useful for trusted internal data where a flexible object field is easier than a rigid schema.

This is a risky storage helper when data can be influenced by users. Pickle data can execute code when loaded, so projects should never deserialize untrusted values and should prefer explicit schemas for long-lived data.

Permissions

Permissions not analysed for this source yet.