Opened 12 years ago
Closed 12 years ago
#21689 closed Cleanup/optimization (fixed)
Remove the only_with_models_module argument of get_app_config[s]
| Reported by: | Aymeric Augustin | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Normal | Keywords: | app-loading |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Once #21676 is done, the current logic that calls either populate_apps or populate_models won't make sense any more.
At this point it would be more straightforward to remove this argument and let callers filter the results by themselves.
Change History (2)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In bfcc686d22df10c268752635947dd242317ba156: