Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fails on windows because of django bug #27

Closed
pombredanne opened this issue Apr 27, 2013 · 2 comments
Closed

Import fails on windows because of django bug #27

pombredanne opened this issue Apr 27, 2013 · 2 comments

Comments

@pombredanne
Copy link
Contributor

An admin import with the sample test app yields:

Exception Type: AttributeError at /tst/book/import/
Exception Value: 'TemporaryFile' object has no attribute 'closed'

because of https://code.djangoproject.com/ticket/11857

@bmihelac
Copy link
Member

Thanks for report @pombredanne.

Is there an easy workaround for this?

I am not using win and will have difficulties testing this.

@pombredanne
Copy link
Contributor Author

@bmihelac There is likely something that can be done. I will provide a workaround while I work on fixing the django bug

pombredanne added a commit to pombredanne/django-import-export that referenced this issue Apr 30, 2013
No specific new tests added for now
bmihelac added a commit that referenced this issue May 5, 2013
@bmihelac bmihelac closed this as completed May 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants