Skip to content

autoconfig makes django.contrib.auth incorrectly depend on django.contrib.sessions #47

@SpoonMeiser

Description

@SpoonMeiser

The django.contrib.sessions app is only required if the database is to be used as the session backend. To enable sessions, only the middleware is required.

Also, I'm not sure that sessions are technically required for authentication to work, although it wouldn't be useful in most situations.

django.contrib.messages also incorrectly adds django.contrib.sessions to INSTALLED_APPS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions