#10526 closed (fixed)
Django INSTALLED_APPS with '.*' processing too stingy
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.
Change History (7)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 1.0 → SVN |
Looks like a variant on the fix that went in for #9323. This is valid.
comment:3 by , 16 years ago
milestone: | → 1.1 |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 16 years ago
comment:6 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Describe the problem better.