python-django-jsonfield 0.9.10-1 source package in Ubuntu

Changelog

python-django-jsonfield (0.9.10-1) unstable; urgency=low


  * Initial release. Closes: #717830

 -- Raphaƫl Hertzog <email address hidden>  Thu, 25 Jul 2013 14:51:15 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-jsonfield_0.9.10-1.dsc 2.2 KiB 5c69ead249779decfe61d646ae4e6c083e20cd92735d14374c587f47841439e5
python-django-jsonfield_0.9.10.orig.tar.gz 10.7 KiB d2eaa5f91f597f8c84cb009936734b05e7c4a2789d151ae3234050f9f44e2ce2
python-django-jsonfield_0.9.10-1.debian.tar.gz 2.0 KiB bb4134067b0829df15dd4b1b06dded0248c3311db0028a57be4c9bd7a1a9ba93

No changes file available.

Binary packages built by this source

python-django-jsonfield: JSON field for Django models (Python 2)

 This package provides a Django field (jsonfield.JSONField) that you can use to
 store arbitrary JSON structures in a simple text field at the database level.
 .
 Accessing the field returns a decoded object (list, dict, string).
 .
 In forms, it appears like a TextField but the input is validated to be valid
 JSON.
 .
 This is the Python 2 version of the package.