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

Update utils.py for compatibility with Django 1.10 + #5

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

Conversation

becky-jisc
Copy link

Updated for compatibility with Django 1.10 +
Replaced the get_all_field_names and get_field_by_name methods, which have been removed from the Model._meta API.
https://docs.djangoproject.com/en/2.0/ref/models/meta/#migrating-from-the-old-api

Updated for compatibility with Django 1.10 +
Replaced the get_all_field_names and get_field_by_name methods, which have been removed from the Model._meta API.
https://docs.djangoproject.com/en/2.0/ref/models/meta/#migrating-from-the-old-api
@magopian
Copy link
Owner

magopian commented Mar 9, 2018

Hi,

I'm not maintaining this repository anymore. If it's useful to you, please let me know and we can discuss adding you as a maintainer.

Regarding the travis failure, it seems that you've used tabs, while the project is using spaces. Also, this will probably need some kind of backwards compatibility.

Thanks for your contribution!

@becky-jisc
Copy link
Author

becky-jisc commented Mar 9, 2018 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

Successfully merging this pull request may close these issues.

2 participants