Skip to content

Avoid redundant context construction. #210

Open
@bckohan

Description

@bckohan

We stuff click's single phase execute process into Django's two phase parse/execute process resulting in redundant context construction. This has the potential to create problems for complex context-dependent types (#209).

Solving this would probably require some interface incompatible changes to how BaseCommand works - but it might be worth it.

Context caching solutions are complicated by the threaded/async cases.

Metadata

Metadata

Assignees

Labels

refactorA code refactor/redesign that does not noticeably effect functionality.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions