python-django-jsonfield 0.9.12-2 source package in Ubuntu

Changelog

python-django-jsonfield (0.9.12-2) unstable; urgency=medium


  * Add python-django to Build-Depends to fix test suite run.

 -- Raphaƫl Hertzog <email address hidden>  Fri, 24 Jan 2014 21:02:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-jsonfield_0.9.12-2.dsc 1.8 KiB 59b4ec8b6ce19e60522afeb058de5784c3ad5ddbe33db5c59fea51d62bec74f8
python-django-jsonfield_0.9.12.orig.tar.gz 11.1 KiB 4c540226e85239487218e67eedf07046ab3d1f312882952f821770940412ad6d
python-django-jsonfield_0.9.12-2.debian.tar.xz 2.2 KiB 8ffbc585d5e338020744fdf4f8299334d22215324aba5d17edaa3f84a43f9e64

Available diffs

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.