Nick Ivons
Nick Ivons
Closes https://github.com/cjolowicz/nox-poetry/issues/663 Closes https://github.com/cjolowicz/nox-poetry/issues/977 Closes https://github.com/cjolowicz/nox-poetry/issues/873 This PR adds a `install_groups` method to nox_poetry Session proxy. It has the same interface as `session.install` except that you pass in the dependency...
Here's a solution that could give people the freedom to pull manifest.json files from any external location. This was heavily inspired by a similar feature in django-webpack-loader: https://github.com/django-webpack/django-webpack-loader/pull/210. It's addressing...
Fixes https://github.com/MrBin99/django-vite/issues/139 Django-vite fails to parse manifests that contain circular imports. Since this is a valid configuration, we should probably support it. Also, while I was digging into this part...
# Fix type annotations for 3rd party models The clean-up in [PR #2263](https://github.com/typeddjango/django-stubs/pull/2263) that got released in v5.0.3 ended up breaking type annotations for models that are subclasses of models...