File: control

package info (click to toggle)
python-django-jsonfield 0.9.12-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 160 kB
  • sloc: python: 476; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-django-jsonfield
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), dh-python, python-django,
 python-all, python-setuptools,
# python3-all, python3-setuptools
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
Homepage: https://bitbucket.org/schinckel/django-jsonfield/

Package: python-django-jsonfield
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3)
Description: 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.

#Package: python3-django-jsonfield
#Architecture: all
#Depends: ${python3:Depends}, ${misc:Depends}, python-django (>= 1.3)
#Description: 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.