django-picklefield 3.2.0-1 source package in Ubuntu

Changelog

django-picklefield (3.2.0-1) unstable; urgency=low

  * New upstream version 3.2.0
  * Update year in d/copyright.
  * Bump Standards-Version to 4.6.2.

 -- Michael Fladischer <email address hidden>  Wed, 10 Apr 2024 15:30:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-picklefield_3.2.0-1.dsc 1.8 KiB 18697c2f1b911257ad47eb0e5d882672b388d7b00436fa7b5319eb2563e2195c
django-picklefield_3.2.0.orig.tar.gz 11.6 KiB 50397784ddd1fd49f02d2d711cb05a1696b154839a5440b598d5bba520d9c623
django-picklefield_3.2.0-1.debian.tar.xz 7.4 KiB c13a4d7a958555803ff9662099c82522450737b914bc3c47eb5f8c0ef2978af7

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.