django-picklefield 3.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Use github.com in d/watch.
  * Clean up django_picklefield.egg-info/ to allow two builds in a row.
  * Bump Standards-Version to 4.6.1.0.
  * Update year in d/copyright.
  * Run upstream tests during build.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Mon, 01 Aug 2022 07:46:54 +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
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-picklefield_3.1.0-1.dsc 1.9 KiB b491c53a45b599a5a9710b6692e991e4cedb5d56f4baff2948c9c3f10e1954bc
django-picklefield_3.1.0.orig.tar.gz 11.5 KiB a95d9d305668f4973baab74c9c9a6c0ce961035e08131eec98a2a6d4cdd5af68
django-picklefield_3.1.0-1.debian.tar.xz 7.3 KiB b18d48308b10f6323732ea364a1355275bb4e0b2b6a3b3137dc8df950fcaac55

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.