Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / django-taggable http://code.tabo.pe/django-taggable/

Clone this repository (size: 69.1 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/django-taggable
hg clone ssh://hg@bitbucket.org/tabo/django-taggable

Commit eaeba426fbcd Raw commit »

commit
eaeba426fbcd
branch
default

initial commit, so far: 100% code/branch coverage

Comments

    Log in to comment »

    File Lines added Lines removed
    .hgignore 17
    CHANGES
    LICENSE 203
    MANIFEST.in
    NOTICE
    README
    UPDATING
    docs/Makefile 91
    docs/_sources/index.txt 17
    docs/_static/basic.css 417
    docs/_static/default.css 218
    docs/_static/doctools.js 232
    docs/_static/file.png
    docs/_static/jquery.js 32
    docs/_static/minus.png
    docs/_static/plus.png
    docs/_static/pygments.css 61
    docs/_static/searchtools.js 467
    docs/build.sh 8
    docs/conf.py 194
    docs/genindex.html 104
    docs/index.html 162
    docs/index.rst 17
    docs/modindex.html 108
    docs/objects.inv 6
    docs/search.html 97
    docs/searchindex.js 1
    setup.py 39
    taggable/__init__.py 25
    taggable/exceptions.py 17
    taggable/fixtures/test_complex.json 1914
    taggable/fixtures/test_objs.json 79
    taggable/fixtures/test_simple.json 645
    taggable/fixtures/test_tags.json 149
    taggable/managers.py 35
    taggable/models.py 150
    taggable/querysets.py 91
    taggable/signals.py 85
    taggable/tests.py 577