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

Django 2.0: AttributeError: 'CharField' object has no attribute 'rel' #91

Closed
cgestes opened this issue Dec 3, 2017 · 3 comments
Closed

Comments

@cgestes
Copy link

cgestes commented Dec 3, 2017

field.rel have been changed to field.remote_field in django 2.0.

I didn't check former version.

The error message is:

/djgeojson/serializers.py", line 416, in serialize_queryset
    if field.rel is None:
@Gagaro
Copy link
Member

Gagaro commented Dec 5, 2017

Fixed in 8198f63, I'll do a release now.

@Gagaro
Copy link
Member

Gagaro commented Dec 5, 2017

2.11.0 has been released

@Gagaro Gagaro closed this as completed Dec 5, 2017
@cgestes
Copy link
Author

cgestes commented Dec 5, 2017 via email

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