Changelog
*Sourced from [pylint-django's changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst).*
> Version 2.0.9 (26 April 2019)
> =============================
>
> - Fix `UnboundLocalError: local variable 'key_cls' referenced before assignment` for cases when models is a python package, the `to` argument is a string that is used in this pattern `app.Model` and also there is some other `bool` const like `null=True` right after `to`. (Sardorbek Imomaliev)
> - Don't crash if ForeignKey field doesn't have keyword arguments Fix [\#230](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/230)
Commits
- [`871e1f9`](https://github.com/PyCQA/pylint-django/commit/871e1f9ffeb0efe8c2f4733444ecc569efec1c27) Changelog for version 2.0.9
- [`37430cf`](https://github.com/PyCQA/pylint-django/commit/37430cf62eb41b626b371caf9c27c33c6d5fb371) Don't crash if ForeignKey field doesn't have keyword arguments
- [`8a034c6`](https://github.com/PyCQA/pylint-django/commit/8a034c60969208ba6d7c4c08f316106fbd7b653e) Add new test for GenericForeignKey. Refs [#230](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/230), [#224](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/224)
- [`b99f53e`](https://github.com/PyCQA/pylint-django/commit/b99f53edd2f943759c4cc154cde99aa658da095d) code cleanup and improvements after suggestions
- [`7b44aa1`](https://github.com/PyCQA/pylint-django/commit/7b44aa111801286109efde74687570183f6e55bb) fix lint errors
- [`934eb65`](https://github.com/PyCQA/pylint-django/commit/934eb65810982e2433dc256e8239b0e3cf66d31d) *contributor and changelog
- [`1fee26e`](https://github.com/PyCQA/pylint-django/commit/1fee26e533e230c23cd01f1dfcbb40e791fe752a) infer model_class in foreignk key when models is a package
- [`b8ec891`](https://github.com/PyCQA/pylint-django/commit/b8ec891e033a3ba6df4abb9a9064ee766c2a82dd) failing tests for FK as string from models as package
- See full diff in [compare view](https://github.com/PyCQA/pylint-django/compare/v2.0.8...v2.0.9)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps pylint-django from 2.0.8 to 2.0.9.
Changelog
*Sourced from [pylint-django's changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst).* > Version 2.0.9 (26 April 2019) > ============================= > > - Fix `UnboundLocalError: local variable 'key_cls' referenced before assignment` for cases when models is a python package, the `to` argument is a string that is used in this pattern `app.Model` and also there is some other `bool` const like `null=True` right after `to`. (Sardorbek Imomaliev) > - Don't crash if ForeignKey field doesn't have keyword arguments Fix [\#230](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/230)Commits
- [`871e1f9`](https://github.com/PyCQA/pylint-django/commit/871e1f9ffeb0efe8c2f4733444ecc569efec1c27) Changelog for version 2.0.9 - [`37430cf`](https://github.com/PyCQA/pylint-django/commit/37430cf62eb41b626b371caf9c27c33c6d5fb371) Don't crash if ForeignKey field doesn't have keyword arguments - [`8a034c6`](https://github.com/PyCQA/pylint-django/commit/8a034c60969208ba6d7c4c08f316106fbd7b653e) Add new test for GenericForeignKey. Refs [#230](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/230), [#224](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/224) - [`b99f53e`](https://github.com/PyCQA/pylint-django/commit/b99f53edd2f943759c4cc154cde99aa658da095d) code cleanup and improvements after suggestions - [`7b44aa1`](https://github.com/PyCQA/pylint-django/commit/7b44aa111801286109efde74687570183f6e55bb) fix lint errors - [`934eb65`](https://github.com/PyCQA/pylint-django/commit/934eb65810982e2433dc256e8239b0e3cf66d31d) *contributor and changelog - [`1fee26e`](https://github.com/PyCQA/pylint-django/commit/1fee26e533e230c23cd01f1dfcbb40e791fe752a) infer model_class in foreignk key when models is a package - [`b8ec891`](https://github.com/PyCQA/pylint-django/commit/b8ec891e033a3ba6df4abb9a9064ee766c2a82dd) failing tests for FK as string from models as package - See full diff in [compare view](https://github.com/PyCQA/pylint-django/compare/v2.0.8...v2.0.9)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.