8000 fix: Async support and middleware update for django CMS 4.2+ by fsbraun · Pull Request #8147 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: Async support and middleware update for django CMS 4.2+ #8147

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

Merged
merged 4 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneded async_capable
  • Loading branch information
fsbraun committed Feb 17, 2025
commit 49f2e153a94894f445d99365a4b9ad39a3d25263
2 changes: 0 additions & 2 deletions cms/middleware/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"""

class CurrentUserMiddleware:
async_capable = False

def __init__(self, get_response):
self.get_response = get_response

Expand Down
Loading
0