Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
bbc7f25
Revert "Fixed issue #28 — properly update TagField tag instance cache…
Fantomas42 Dec 8, 2013
3124db0
Remove unicoe flag for Python 3.2
Fantomas42 Dec 8, 2013
7095cd5
Restore the old project URL
Fantomas42 Feb 18, 2014
0d3e5a9
Updating the date of the CHANGELOG
Fantomas42 Feb 18, 2014
681314b
Add compatibility with wheel
Fantomas42 Feb 18, 2014
41d5dc7
Fix typo in setup
Fantomas42 Feb 18, 2014
454211d
Bumping to version 0.3.2
Fantomas42 Feb 18, 2014
12ebcac
Merge branch 'release/v0.3.2'
Fantomas42 Feb 18, 2014
9798dd2
Merge branch 'release/v0.3.2' into develop
Fantomas42 Feb 18, 2014
c133a7e
add a test for unicode tags and TaggedItems
sk1p Jun 17, 2014
49f6626
remove @python_2_unicode_compatible from models without __str__
sk1p Jun 17, 2014
0c09642
fix unicode error in TaggedItem.__str__ on py2
sk1p Jun 17, 2014
80d5927
Fix admin form warning
Fantomas42 Oct 15, 2014
0c64d3a
Updated TagManager.usage_for_queryset to work with Django 1.7.x
Fantomas42 Oct 15, 2014
9092a5b
Merge branch 'feature/django-1.7' into develop
Fantomas42 Oct 15, 2014
9b76755
Updating CHANGELOG
Fantomas42 Oct 15, 2014
475d824
Bumping to version 0.3.3
Fantomas42 Oct 15, 2014
ee10fdc
Merge branch 'release/v0.3.3'
Fantomas42 Oct 15, 2014
e82a88d
Merge branch 'release/v0.3.3' into develop
Fantomas42 Oct 15, 2014
9784990
Merge branch 'master' of https://github.com/starshipfactory/django-ta…
Fantomas42 Nov 7, 2014
78988e4
One import per lines
Fantomas42 Nov 7, 2014
651cdc3
Merge branch 'feature/fix-unicode-issues' into develop
Fantomas42 Nov 7, 2014
b306306
Updating CHANGELOG
Fantomas42 Nov 7, 2014
1ed2ea0
Bumping to version 0.3.4
Fantomas42 Nov 7, 2014
d9ea2b3
Merge branch 'release/v0.3.4'
Fantomas42 Nov 7, 2014
ba2cb43
Merge branch 'release/v0.3.4' into develop
Fantomas42 Nov 7, 2014
31bbaa1
update overview.txt a little
Dec 6, 2014
fb2553f
Merge pull request #2 from misli/updated_overview
Fantomas42 Dec 8, 2014
9e2a19a
renamed get_query_set to get_queryset
Dec 10, 2014
5b2c628
Change homepage.
stephenpaulger Mar 26, 2015
45b61b2
Merge pull request #4 from stephenpaulger/set-homepage
Fantomas42 May 13, 2015
af61878
Merge pull request #3 from misli/get_queryset
Fantomas42 May 13, 2015
b4ca836
Remove warnings for GenericForeignKey
Fantomas42 May 13, 2015
c76827d
Create migrations to allow syncdb, because contenttypes is needed bef…
Fantomas42 May 13, 2015
335d387
Updating changelog
Fantomas42 May 13, 2015
abfad69
Bumping to version 0.3.5
Fantomas42 May 13, 2015
7c80e50
Merge branch 'release/v0.3.5'
Fantomas42 May 13, 2015
18035eb
Merge tag 'v0.3.5' into develop
Fantomas42 May 13, 2015
66d2e0e
Fix initial migration
Fantomas42 May 13, 2015
54b9bce
Bumping to version 0.3.6
Fantomas42 May 13, 2015
c26ee23
Merge branch 'release/v0.3.6'
Fantomas42 May 13, 2015
699e451
Merge tag 'v0.3.6' into develop
Fantomas42 May 13, 2015
0038e8b
Add bootstrap buildout script
Fantomas42 May 13, 2015
56a3447
Prepare buildout script
Fantomas42 May 13, 2015
75d2f6b
Merge branch 'feature/buildout' into develop
Fantomas42 May 13, 2015
e6c42a4
Add settings for launching the tests
Fantomas42 May 13, 2015
b05b055
Deduplicate launch of the tests
Fantomas42 May 13, 2015
3566a1a
Merge branch 'feature/test-launching' into develop
Fantomas42 May 13, 2015
f268a4b
Use fixed version of bvc
Fantomas42 May 13, 2015
6ce5fc3
Start pep8
Fantomas42 May 13, 2015
19b29df
Use fixed version of bvc
Fantomas42 May 13, 2015
fdf1d94
End of pep8
Fantomas42 May 14, 2015
8deb443
Merge branch 'feature/kwalitee' into develop
Fantomas42 May 14, 2015
0f2501e
Add build script for travis-ci
Fantomas42 May 14, 2015
77833ed
Pass README to rst extension
Fantomas42 May 14, 2015
0fc76d5
Add jewels for travis and coverall
Fantomas42 May 14, 2015
931ccab
Remove test launcher and tox build, now useless with travis
Fantomas42 May 14, 2015
e5a3402
Update LICENSE
Fantomas42 May 14, 2015
d3e6d16
Try a fix for Python 3 on the tests
Fantomas42 May 14, 2015
fbd568b
Merge branch 'feature/continuous-integration' into develop
Fantomas42 May 14, 2015
3ec61e1
Fix test_update_via_tags
Fantomas42 May 14, 2015
7d5c33d
Make all the tests working, to fix the builds
Fantomas42 May 14, 2015
e911659
Merge branch 'feature/fix-tests' into develop
Fantomas42 May 14, 2015
fbd62f7
Remove get_version complexity, add metadatas and bump to version 0.4.…
Fantomas42 May 14, 2015
d1c92f4
Do not versionnate the MANIFEST
Fantomas42 May 14, 2015
94be0e9
Update MANIFEST template
Fantomas42 May 14, 2015
2c2a448
Use setuptools for wheel compatibility
Fantomas42 May 14, 2015
cc8a829
Fix author type
Fantomas42 May 14, 2015
c651526
Simplify a lot the setup script using setuptools
Fantomas42 May 14, 2015
c6348ad
Merge branch 'feature/review-packaging' into develop
Fantomas42 May 14, 2015
2bdec99
Remove support for Python 2.6 and Django 1.6
Fantomas42 May 14, 2015
7a8dc23
Remove compatibility patches
Fantomas42 May 14, 2015
99854e1
Merge branch 'feature/review-supported-versions' into develop
Fantomas42 May 14, 2015
57e4dcc
Remove INSTALL.txt
Fantomas42 May 14, 2015
cbc85ea
Rename docs
Fantomas42 May 14, 2015
6c08e67
Merge branch 'feature/rtfd' into develop
Fantomas42 May 14, 2015
0990801
Configure documentation build
Fantomas42 May 14, 2015
f72f2fb
Use default theme
Fantomas42 May 15, 2015
61343b4
Better configuration for building the doc
Fantomas42 May 15, 2015
f3c9076
Merge branch 'feature/review-docs-build' into develop
Fantomas42 May 15, 2015
191abd1
Update install process
Fantomas42 May 15, 2015
e98b2b3
Use a local index
Fantomas42 May 15, 2015
29242eb
Merge branch 'feature/review-docs' into develop
Fantomas42 May 15, 2015
455c1b7
Remove inner import
Fantomas42 May 15, 2015
c53102d
Remove hardcoded default
Fantomas42 May 15, 2015
716f6c9
Review imports and module docstrings
Fantomas42 May 16, 2015
cfd6699
Create an AppConfig for tagging
Fantomas42 May 16, 2015
667ca78
Move register function to tagging.registry submodule, to avoid weird …
Fantomas42 May 16, 2015
804f66a
Merge branch 'feature/review-archi' into develop
Fantomas42 May 16, 2015
f859628
Use CBV for TaggedItemList
Fantomas42 May 18, 2015
a6e392b
Tests and fixe the TaggedObjectList view
Fantomas42 May 20, 2015
7cb07c0
Update documentation for views
Fantomas42 May 20, 2015
0d28dfc
Merge branch 'feature/refactor_view' into develop
Fantomas42 May 20, 2015
9358f44
Test and remove unncessary clean
Fantomas42 May 20, 2015
1a7e248
Testing TagAdminForm and remove check of size by ensuring constraint …
Fantomas42 May 20, 2015
3cdcd79
Multi database engine tests
Fantomas42 May 20, 2015
392259f
Pep8 fix
Fantomas42 May 20, 2015
927c61a
Exclude mysql test on Python 3
Fantomas42 May 22, 2015
b087a83
Merge branch 'feature/multi-db-tests' into develop
Fantomas42 May 22, 2015
d2cd72e
Review build env
Fantomas42 May 22, 2015
e17b082
Fix exclude matrix
Fantomas42 May 22, 2015
10def02
Try to use the default theme of RTD
Fantomas42 Jun 9, 2015
3875d97
Covering tagging.utils module at 100%
Fantomas42 Jun 9, 2015
ba2fb90
Completing the test for get_union_by_model
Fantomas42 Jun 9, 2015
c594770
Testing cloud_for_model
Fantomas42 Jun 10, 2015
cd65c66
Add .coveragerc file
Fantomas42 Jun 11, 2015
7ebf7ce
Testing Class access
Fantomas42 Jun 11, 2015
b791ab1
Merge branch 'feature/covering' into develop
Fantomas42 Jun 12, 2015
34bfff8
Bumping to version 0.4
Fantomas42 Jun 15, 2015
f8d5c8e
Merge branch 'release/v0.4'
Fantomas42 Jun 15, 2015
fc2b691
Merge tag 'v0.4' into develop
Fantomas42 Jun 15, 2015
ff5a229
Bumping to version 0.4.1.dev0
Fantomas42 Jun 15, 2015
45df45c
Update index.rst
kevinroche Aug 13, 2015
0cc241e
Merge pull request #5 from kevinroche/patch-1
Fantomas42 Aug 15, 2015
697c056
Compatibility with Django 1.9, thanks @tarvitz for the report/idea
Fantomas42 Nov 9, 2015
7da811c
Typo fix, thanks to @emorozov
Fantomas42 Nov 23, 2015
91fb398
Fix typo: manager instead of manger.
Nov 24, 2015
3c18b2c
Add blank line after `literal block`.
Nov 24, 2015
6246a1f
Merge pull request #7 from bronsen/develop
Fantomas42 Nov 24, 2015
b137fbd
Update CHANGELOG.txt
rodolfojcj Dec 28, 2015
ee3cdf8
Bumping to version 0.4.1
Fantomas42 Jan 15, 2016
0423eac
Merge branch 'release/v0.4.1'
Fantomas42 Jan 15, 2016
1fe4cad
Merge tag 'v0.4.1' into develop
Fantomas42 Jan 15, 2016
5deb8c9
Don't return a tag weight greater than max_weight
Feb 28, 2016
8216225
Reproduce issue #9 with tag weight greater than max_weight
Fantomas42 May 2, 2016
69a2765
Merge branch 'cap-tag-weight-at-max-weight' of https://github.com/cba…
Fantomas42 May 2, 2016
93a9b96
Merge branch 'feature/fix-tag-weight' into develop
Fantomas42 May 2, 2016
5efb2de
Updating components and test Django 1.9
Fantomas42 May 2, 2016
50cf814
Enable support for Django 1.9 on travis
Fantomas42 May 2, 2016
d509c94
Drop support for Python 3.3 and Django 1.7
Fantomas42 May 2, 2016
c708c80
Remove warnings from Django 1.8
Fantomas42 May 2, 2016
224783c
Reduce warnings for Django 1.9
Fantomas42 May 2, 2016
e6314ac
Merge branch 'feature/django-1.9' into develop
Fantomas42 May 2, 2016
444750e
Update changelog
Fantomas42 May 2, 2016
e1a3814
Bumping to version 0.4.2
Fantomas42 May 2, 2016
1fe16ca
Merge branch 'release/v0.4.2'
Fantomas42 May 2, 2016
cbc5d3d
Merge tag 'v0.4.2' into develop
Fantomas42 May 2, 2016
12d5320
Add missing migration
Fantomas42 May 3, 2016
5a67941
Updating changelog
Fantomas42 May 3, 2016
7913a11
Bumping to version 0.4.3
Fantomas42 May 3, 2016
a6488af
Merge branch 'release/v0.4.3'
Fantomas42 May 3, 2016
2f74665
Merge tag 'v0.4.3' into develop
Fantomas42 May 3, 2016
cb5e9a2
Fixed parse_tag_input() to handle a single tag that contains a space.
Jun 7, 2016
39511d6
Fixed pylint's compaint about using a long line.
Jun 7, 2016
d1519b3
Merge pull request #12 from teejaydub/develop
Fantomas42 Jun 14, 2016
f684720
Updating components and use Django 1.10
Fantomas42 Sep 2, 2016
f442a7c
Reproduce issue on update with a Model using a TagField under Django1.10
Fantomas42 Sep 2, 2016
5d0157d
Build under Django 1.10
Fantomas42 Sep 5, 2016
26dd5a3
By-pass the deferred fields system on save
Fantomas42 Sep 5, 2016
4dc6904
Update versions supported in the README
Fantomas42 Sep 5, 2016
55ccaa9
Merge branch 'feature/django-1.10' into develop
Fantomas42 Sep 5, 2016
fc61199
Updating the CHANGELOG for version 4.4
Fantomas42 Sep 5, 2016
63a3f8e
Bumping to version 0.4.4
Fantomas42 Sep 5, 2016
bed15e3
Merge branch 'release/v4.4'
Fantomas42 Sep 5, 2016
6bb59d2
Merge tag 'v4.4' into develop
Fantomas42 Sep 5, 2016
1a6aa6c
Correct fix for deferred fields issue on Django 1.10
Fantomas42 Sep 6, 2016
61078c3
Updating the CHANGELOG for version 0.4.5
Fantomas42 Sep 6, 2016
0ba3744
Bumping to version 0.4.5
Fantomas42 Sep 6, 2016
704599f
Merge branch 'release/v0.4.5'
Fantomas42 Sep 6, 2016
de9374d
Merge tag 'v0.4.5' into develop
Fantomas42 Sep 6, 2016
dc3e3cf
Convert readthedocs links for their .org -> .io migration for hosted …
Sep 24, 2016
c944339
Merge pull request #13 from adamchainz/readthedocs.io
Fantomas42 Sep 26, 2016
a6dcde0
Fixes IntegrityError while saving inconsistent tags
vinayinvicible Dec 23, 2016
120e384
Test on python 3.5
nikolas Feb 8, 2017
a504399
Update tag name length to MAX_TAG_LENGTH
nikolas Feb 8, 2017
a2147e2
Merge pull request #15 from nikolas/patch-1
Fantomas42 Feb 26, 2017
f6ee813
Merge pull request #16 from nikolas/update-tag-name-length
Fantomas42 Feb 26, 2017
94dbe5e
Rename migration
Fantomas42 Feb 26, 2017
d06aade
Merge pull request #14 from vinayinvicible/develop
Fantomas42 Feb 26, 2017
8d2d217
Remove bootstrap script
Fantomas42 Oct 14, 2017
a41f20d
Update buildout
Fantomas42 Oct 14, 2017
a6bbf08
Bumping to version 0.4.6
Fantomas42 Oct 14, 2017
040d5c3
Merge branch 'release/v0.4.6'
Fantomas42 Oct 14, 2017
217472c
Merge tag 'v0.4.6' into develop
Fantomas42 Oct 14, 2017
a4bd19d
Add v0.4.6 to ChangeLog
JocelynDelalande Jan 25, 2018
fabd5cf
Bumping to version 0.5.0
Fantomas42 Mar 6, 2020
879f258
Make the code working with Django 2+
Fantomas42 Mar 6, 2020
6781331
Remove warnings
Fantomas42 Mar 6, 2020
4736f36
Flake8
Fantomas42 Mar 6, 2020
8084bd3
Merge pull request #17 from JocelynDelalande/patch-1
Fantomas42 Mar 6, 2020
f801912
Merge branch 'develop' into feature/update-2020
Fantomas42 Mar 6, 2020
4abea89
Remove old code
Fantomas42 Mar 6, 2020
228b70d
Remove old code
Fantomas42 Mar 6, 2020
559ceae
Update setup
Fantomas42 Mar 6, 2020
2576a73
Update travis script
Fantomas42 Mar 6, 2020
d954028
Fix script
Fantomas42 Mar 6, 2020
2d56a28
Fix buildout
Fantomas42 Mar 6, 2020
4e459c7
Review
Fantomas42 Mar 6, 2020
991b683
Update coverage
Fantomas42 Mar 6, 2020
dcac61b
Enable services
Fantomas42 Mar 6, 2020
ed02002
Fix .coveragerc
Fantomas42 Mar 6, 2020
4f80b72
Reduce warning
Fantomas42 Mar 6, 2020
edee955
Update README and CHANGELOG
Fantomas42 Mar 6, 2020
3182215
Remove constraint
Fantomas42 Mar 6, 2020
8250150
Try avoid bug
Fantomas42 Mar 6, 2020
d04ea47
Merge branch 'feature/update-2020' into develop
Fantomas42 Mar 6, 2020
2a5b77e
Epure code
Fantomas42 Mar 6, 2020
d11932f
Merge branch 'release/v0.5.0'
Fantomas42 Mar 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
source = tagging
omit = tagging/tests/*
tagging/migrations/*

[report]
sort = Miss
show_missing = True
exclude_lines =
pragma: no cover
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/_build
41 changes: 41 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
language: python
python:
- 3.7
- 3.8
services:
- postgresql
- mysql
env:
- DJANGO=1.11 DATABASE_ENGINE=sqlite
- DJANGO=1.11 DATABASE_ENGINE=postgres
- DJANGO=1.11 DATABASE_ENGINE=mysql
- DJANGO=2.2 DATABASE_ENGINE=sqlite
- DJANGO=2.2 DATABASE_ENGINE=postgres
- DJANGO=2.2 DATABASE_ENGINE=mysql
- DJANGO=3.0 DATABASE_ENGINE=sqlite
- DJANGO=3.0 DATABASE_ENGINE=postgres
- DJANGO=3.0 DATABASE_ENGINE=mysql

install:
- pip install -U setuptools zc.buildout
- buildout versions:django=$DJANGO
- sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ];
then
pip install psycopg2;
psql -c 'create database tagging;' -U postgres;
fi"
- sh -c "if [ '$DATABASE_ENGINE' = 'mysql' ];
then
pip install mysqlclient;
mysql -e 'create database tagging CHARACTER SET utf8 COLLATE utf8_general_ci;';
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql;
fi"
before_script:
- ./bin/flake8 tagging
script:
- ./bin/test-and-cover
after_success:
- ./bin/coveralls
notifications:
irc:
- "irc.freenode.org#django-tagging"
71 changes: 69 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,76 @@
Django Tagging Changelog
========================

Version 0.5.0, 5th March 2013:
Version 0.5.0, 6th March 2020:
------------------------------

* Drop support for Python 2.
* Compatiblity fix for Django 2.2 and Django 3.0.

Version 0.4.6, 14th October 2017:
--------------------------------

* Fix IntegrityError while saving inconsistent tags
* Update tag name length to use MAX_TAG_LENGTH setting

Version 0.4.5, 6th September 2016:
----------------------------------

* Fix on the previous compatiblity fix.

Version 0.4.4, 5th September 2016:
----------------------------------

* Compatiblity fix for Django 1.10

Version 0.4.3, 3rd May 2016:
----------------------------

* Add missing migration for ``on_delete``

Version 0.4.2, 2nd May 2016:
----------------------------

* Fix tag weight
* Reduce warnings for recent versions of Django

Version 0.4.1, 15th January 2016:
---------------------------------

* Typo fixes
* Support apps

Version 0.4, 15th June 2015:
----------------------------

* Modernization of the package

Version 0.3.6, 13th May 2015:
-----------------------------

* Corrected initial migration

Version 0.3.5, 13th May 2015:
-----------------------------

* Added support for Django 1.8
* Using migrations to fix syncdb
* Rename get_query_set to get_queryset
* Import GenericForeignKey from the new location

Version 0.3.4, 7th November 2014:
---------------------------------

* Fix unicode errors in admin

Version 0.3.3, 15th October 2014:
---------------------------------

* Added support for Django 1.7

Version 0.3.2, 18th February 2014:
----------------------------------

* Added support for Django 1.4 and 1.5
* Added support for Python 2.6 to 3.3
* Added tox to test and coverage
Expand All @@ -13,7 +80,7 @@ Version 0.3.1, 22nd January 2010:
---------------------------------

* Fixed Django 1.2 support (did not add anything new)
* Fixed #95 tagging.register won't stomp on model attributes
* Fixed #95 - tagging.register won't stomp on model attributes

Version 0.3.0, 22nd August 2009:
--------------------------------
Expand Down
14 changes: 0 additions & 14 deletions INSTALL.txt

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django Tagging
--------------

Copyright (c) 2007, Jonathan Buchanan
Copyright (c) 2007-2015, Jonathan Buchanan, Julien Fache

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
37 changes: 0 additions & 37 deletions MANIFEST

This file was deleted.

8 changes: 5 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
include CHANGELOG.txt
include INSTALL.txt
include LICENSE.txt
include MANIFEST.in
include README.txt
recursive-include docs *.txt
include README.rst
include versions.cfg
include buildout.cfg
recursive-include docs *
recursive-include tagging/tests *.txt
prune docs/_build
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
==============
Django Tagging
==============

|travis-develop| |coverage-develop|

This is a generic tagging application for Django projects

https://django-tagging.readthedocs.io/

Note that this application version requires Python 3.5 or later, and Django
1.11 or later. You can obtain Python from http://www.python.org/ and
Django from http://www.djangoproject.com/.

.. |travis-develop| image:: https://travis-ci.org/Fantomas42/django-tagging.png?branch=develop
:alt: Build Status - develop branch
:target: http://travis-ci.org/Fantomas42/django-tagging
.. |coverage-develop| image:: https://coveralls.io/repos/Fantomas42/django-tagging/badge.png?branch=develop
:alt: Coverage of the code
:target: https://coveralls.io/r/Fantomas42/django-tagging
10 changes: 0 additions & 10 deletions README.txt

This file was deleted.

50 changes: 50 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[buildout]
extends = versions.cfg
parts = test
test-and-cover
flake8
evolution
coveralls
develop = .
eggs = django
django-tagging
show-picked-versions = true

[test]
recipe = pbp.recipe.noserunner
eggs = nose
nose-sfd
nose-progressive
${buildout:eggs}
defaults = --with-progressive
--with-sfd
environment = testenv

[test-and-cover]
recipe = pbp.recipe.noserunner
eggs = nose
nose-sfd
coverage
${buildout:eggs}
defaults = --with-coverage
--cover-package=tagging
--cover-erase
--with-sfd
environment = testenv

[flake8]
recipe = zc.recipe.egg
eggs = flake8

[evolution]
recipe = zc.recipe.egg
eggs = buildout-versions-checker
arguments = '-w --sorting alpha'
scripts = check-buildout-updates=${:_buildout_section_name_}

[coveralls]
recipe = zc.recipe.egg
eggs = python-coveralls

[testenv]
DJANGO_SETTINGS_MODULE = tagging.tests.settings
Loading