Opened 16 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 )
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.
Note:
See TracTickets
for help on using tickets.
Describe the problem better.