- 09 Aug, 2014 3 commits
-
-
Florian Apolloner committed
-
fix (1_7.W001) MIDDLEWARE_CLASSES is not set.
Florian Apolloner committed -
Collin Anderson committed
-
- 02 May, 2014 1 commit
-
-
Added japanese translation.
Florian Apolloner committed
-
- 24 Apr, 2014 2 commits
-
-
Mistake in docs/index.txt:
Florian Apolloner committed -
SOUTH_MIGRATIONS_MODULES should be SOUTH_MIGRATION_MODULES
Andrew Nikonov committed
-
- 23 Apr, 2014 1 commit
-
-
Tatsuo Ikeda committed
-
- 21 Apr, 2014 1 commit
-
-
Florian Apolloner committed
-
- 20 Apr, 2014 2 commits
-
-
Florian Apolloner committed
-
Florian Apolloner committed
-
- 19 Apr, 2014 1 commit
-
-
added italian translation
Florian Apolloner committed
-
- 13 Apr, 2014 1 commit
-
-
Massimo Barbieri committed
-
- 08 Apr, 2014 1 commit
-
-
South error on import
Florian Apolloner committed
-
- 06 Apr, 2014 2 commits
-
-
Fixes gh-219.
Trey Hunner committed -
Trey Hunner committed
-
- 05 Apr, 2014 3 commits
-
-
Florian Apolloner committed
-
Conflicts: taggit/managers.py
Florian Apolloner committed -
Daniel Hahler committed
-
- 04 Apr, 2014 1 commit
-
-
Added Esperanto translation.
Florian Apolloner committed
-
- 29 Mar, 2014 1 commit
-
-
Baptiste Darthenay committed
-
- 26 Mar, 2014 3 commits
-
-
Allow pluggable manager for TaggableManager.
Florian Apolloner committed -
Wrong south setting in the docs
Florian Apolloner committed -
fix contenttypes.generic warning in django 1.7
Florian Apolloner committed
-
- 24 Mar, 2014 4 commits
-
-
Nicholas Serra committed
-
Nicholas Serra committed
-
Nicholas Serra committed
-
Collin Anderson committed
-
- 23 Mar, 2014 1 commit
-
-
Should be `SOUTH_MIGRATION_MODULES`, see: http://south.readthedocs.org/en/latest/settings.html#south-migration-modules
Meir Kriheli committed
-
- 22 Mar, 2014 1 commit
-
-
Nicholas Serra committed
-
- 20 Mar, 2014 2 commits
-
-
This accepts "to" as kwarg, and provides it via `deconstruct`, and also changes `deconstruct` to always provide/set "through". This is more explicit and since the manager always uses a through model internally, this describes it better.
Daniel Hahler committed -
This probably fixes the travis builds. Conflicts: taggit/managers.py
Daniel Hahler committed
-
- 13 Mar, 2014 2 commits
-
-
Florian Apolloner committed
-
According to the documentation [1], non-default kwargs need to get returned. 1: https://docs.djangoproject.com/en/dev/howto/custom-model-fields/#field-deconstruction
Daniel Hahler committed
-
- 09 Mar, 2014 1 commit
-
-
Florian Apolloner committed
-
- 02 Mar, 2014 1 commit
-
-
Florian Apolloner committed
-
- 01 Mar, 2014 5 commits
-
-
Prevented infinite loops on Tag.save()
Florian Apolloner committed -
remember to set attname if django < 1.7
Florian Apolloner committed -
Note: Now Tag.save() can raise an IntegrityError in case of concurrency issues, your app will need to handle that.
Florian Apolloner committed -
Use Django's atomic when available.
Florian Apolloner committed -
Florian Apolloner committed
-