Opened 15 years ago

Last modified 13 years ago

#10526 closed

Django INSTALLED_APPS with '.*' processing too stingy — at Version 1

Reported by: Alex Gaynor Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Alex Gaynor)

When django sees an app in INSTALLED apps with .* it expands that to include all apps in that directory. However it omits any apps with '_' in their names.

Change History (1)

comment:1 by Alex Gaynor, 15 years ago

Description: modified (diff)

Describe the problem better.

Note: See TracTickets for help on using tickets.
Back to Top