question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We're still using the removed SEND_BROKEN_LINK_EMAILS settings.

See original GitHub issue

In our code: https://github.com/divio/django-cms/search?utf8=✓&q=SEND_BROKEN_LINK_EMAILS

But, SEND_BROKEN_LINK_EMAILS was removed in Django 1.8.

Instead, developers should add django.middleware.common.BrokenLinkEmailsMiddleware to the MIDDLEWARE_CLASSES setting.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
fsbrauncommented, Sep 29, 2022

Will create a PR in October: The new middleware is used in the code base but not in tests.

0reactions
fsbrauncommented, Oct 23, 2022

Fixed by #7401 now mentioning the Django middleware settings. PR to cover the middleware settings in tests is coming up …

Read more comments on GitHub >

github_iconTop Results From Across the Web

6da8fcb1b30afb767083fe635a2...
This + is used the first time we need any settings at all, if the user has not ... +SERVER_EMAIL = 'root@localhost' +...
Read more >
Python django.conf.settings 模块,DEBUG 实例源码 - 编程字典
我们从Python开源项目中,提取了以下49个代码示例,用于说明如何使用DEBUG。
Read more >
Django CBV加装饰器、Django中间件、auth模块 - 博客园
Django默认有七种中间件,可以在settings.py中查看,每个都有各自的功能。 ... 项目,记得把它们给注释或者删除了,不然会报Apps aren't loaded yet.
Read more >
Головатый А., Каплан-Мосс Дж. - Подробное руководство ...
Django version 1.0, using settings 'mysite.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with C0NTR0L-C.
Read more >
xFrame - OSCHINA - 中文开源技术交流社区
Refused to display 'http://xxx' in a frame because it set 'X-Frame-Options' to 'sameorigin' / 'deny' 当页面中嵌入页面时可能会报这样的错误原因: sameorigin ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found