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

Changelog

python-django-jsonfield (0.9.13-2) unstable; urgency=low


  * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup() in
    tests. Closes: #763240.

 -- Brian May <email address hidden>  Mon, 29 Sep 2014 12:04:08 +1000

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

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-jsonfield_0.9.13-2.dsc 2.3 KiB 14fa03ec6de25e989dcab29d633f4223ef8a3a7c201fe72e88ff93124dd8ad35
python-django-jsonfield_0.9.13.orig.tar.gz 11.1 KiB 12ae3dd4543f8dc5cc5f4bdd7f6fd168f4d1624414d753a441573ccc187a8e43
python-django-jsonfield_0.9.13-2.debian.tar.xz 2.6 KiB 537300e544c7a4ffb6986eedd4f3e7c0b073920488528be23f8d4ef5fbae6466

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.

python3-django-jsonfield: JSON field for Django models (Python 3)

 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 3 version of the package.