Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle glob imports in the migration generator #69

Open
m4tx opened this issue Nov 14, 2024 · 0 comments
Open

Handle glob imports in the migration generator #69

m4tx opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@m4tx
Copy link
Member

m4tx commented Nov 14, 2024

Currently, having a glob import in a source file where a model lives will trigger a warning: "Glob imports are not supported". It would be nice to support glob imports somehow — for instance, by copying all of them into the migration file. (See #66 (comment))

This will probably be fixed by #67, but since there are easier ways to tackle this independently from said issue, I'm posting a separate issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant