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

Remove some deprecation warnings #4998

Merged
merged 20 commits into from
Mar 2, 2016

Conversation

yakky
Copy link
Member

@yakky yakky commented Feb 12, 2016

More Django 1.9 work

Code should now be 100% deprecation warnings free
Tests still emits some (hunting down the remaining ones)

@yakky yakky added this to the 3.2.2 milestone Feb 12, 2016
@yakky yakky force-pushed the feature/deprecations branch 5 times, most recently from e51bff9 to 81fa103 Compare February 13, 2016 09:41
@yakky yakky changed the title [WiP] Remove some deprecation warnings Remove some deprecation warnings Feb 14, 2016
@yakky
Copy link
Member Author

yakky commented Feb 15, 2016

please review @divio/django-cms-core (and @timgraham )

request, "admin/cms/page/plugin/delete_confirmation.html", context, current_app=self.admin_site.name
)
else:
return TemplateResponse(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on the outcome of the flake8 max line length discusison, this is as example of where I'd use a single longer line (103 here).

@yakky
Copy link
Member Author

yakky commented Feb 20, 2016

@divio/django-cms-core @timgraham I'm going to merge this tomorrow , if there are no more objections

@yakky
Copy link
Member Author

yakky commented Feb 23, 2016

The latest update will fail until a workaround for https://code.djangoproject.com/ticket/26041 is merged into classytags

@yakky
Copy link
Member Author

yakky commented Mar 2, 2016

Failing test here due to infamous related_name issue, I will merge this as soon as test suite completes

yakky added a commit that referenced this pull request Mar 2, 2016
@yakky yakky merged commit 834d626 into django-cms:release/3.2.x Mar 2, 2016
@coveralls
Copy link

coveralls commented Feb 15, 2018

Coverage Status

Coverage decreased (-0.8%) to 88.69% when pulling 7837020 on yakky:feature/deprecations into 7a3448e on divio:release/3.2.x.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 89.333% when pulling 5cdadc0 on yakky:feature/deprecations into 7a3448e on divio:release/3.2.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants