Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

Fix loaddata for django-tags #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonkotenko
Copy link

The old behavior made projects which use dumpdata to output .json and then loaddata to load it back fail with IntegrityErrors, due to the post_save signal handler in fields.py not checking for a 'raw' argument. This change fixes that.

vitalyvolkov pushed a commit to devua/django-tagging that referenced this pull request Jan 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant