django-picklefield 3.1.0-2 source package in Ubuntu

Changelog

django-picklefield (3.1.0-2) unstable; urgency=medium

  * Team upload.
  * Remove extraneous dependency on python3-six (Closes: #1052505)

 -- Alexandre Detiste <email address hidden>  Tue, 02 Jan 2024 02:53:17 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-picklefield_3.1.0-2.dsc 2.2 KiB 6bca27c2ef1cc4202d16fb646e3c2a34f4397286efa3be2a9d4c8e126a3e9083
django-picklefield_3.1.0.orig.tar.gz 11.5 KiB a95d9d305668f4973baab74c9c9a6c0ce961035e08131eec98a2a6d4cdd5af68
django-picklefield_3.1.0-2.debian.tar.xz 7.4 KiB b3f2834dc1e589ee9872a470c28a7aea0627fdb20f608c98fa6fa1b702cc440a

Available diffs

No changes file available.

Binary packages built by this source

python3-django-picklefield: Pickled object field for Django (Python3 version)

 django-picklefield provides an implementation of a pickled object field
 for the Django framework. Such fields can contain any picklable objects.
 .
 It is useful for storing just about anything in the database when there
 isn't a 'proper' field for the job.
 PickledObjectField is database-agnostic, and should work with any database
 backend you can throw at it. You can pass in any Python object and it will
 automatically be converted behind the scenes. You never have to manually
 pickle or unpickle anything.
 .
 This package contains the Python 3 version of the library.