File: SOURCES.txt

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 (24 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LICENSE
MANIFEST.in
README.rst
setup.py
tests.py
django_jsonfield.egg-info/PKG-INFO
django_jsonfield.egg-info/SOURCES.txt
django_jsonfield.egg-info/dependency_links.txt
django_jsonfield.egg-info/top_level.txt
jsonfield/VERSION
jsonfield/__init__.py
jsonfield/fields.py
jsonfield/forms.py
jsonfield/models.py
jsonfield/utils.py
jsonfield/widgets.py
jsonfield/templatetags/__init__.py
jsonfield/templatetags/jsonify.py
jsonfield/tests/__init__.py
jsonfield/tests/test_fields.py
jsonfield/tests/test_forms.py
jsonfield/tests/jsonfield_test_app/__init__.py
jsonfield/tests/jsonfield_test_app/forms.py
jsonfield/tests/jsonfield_test_app/models.py