Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix Django 1.10 deprecation warnings #806
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
alexandrevicenzi
commented
Dec 23, 2015
|
|
contracode
referenced this pull request
Dec 30, 2015
Merged
Fix Django 1.10 Deprecation Warning "SubfieldBase has been deprecated." #813
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gustavi
commented
Jan 7, 2016
|
The code is OK, somebody can merge it ? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
yprez
Jan 7, 2016
Contributor
@omab there are several PRs addressing this and other compatibility issues, is there any chance you can review/merge/close some of them?
|
@omab there are several PRs addressing this and other compatibility issues, is there any chance you can review/merge/close some of them? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gustavi
commented
Jan 10, 2016
|
Some news ? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Will take a look asap. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gustavi
commented
Jan 14, 2016
|
? It's just a code review, please merge it ASAP. |
omab
merged commit eca0f26
into
omab:master
Jan 14, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gustavi
commented
Jan 14, 2016
|
Thank you. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
yprez
Jan 14, 2016
Contributor
Thanks @omab !
I'll try fixing the other deprecation issues, or finding PRs that already do...
|
Thanks @omab ! I'll try fixing the other deprecation issues, or finding PRs that already do... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yprez commentedDec 16, 2015
In django_app/urls.py:
patternsFixes #804, #754