Allan Lewis

Results 21 issues of Allan Lewis

Python 2.7 and 3.5 are no longer supported, as are Django 2.0, 2.1 and 3.0. DRF before 3.9 is pretty old, so I dropped support for that as well. This...

PyCQA/pylint#4594 taught Pylint to consider functions decorated with `functools.cached_property` like properties so that `invalid-overridden-method` isn't reported for them if they override abstract properties. Would it be possible for `pylint-django` to...

**Please describe what the rule should do:** Use of `$t` and friends in components' `data` sections should be forbidden because it results in non-dynamic translations. **What category should the rule...

Type: Feature
help wanted
Status: PR Welcome

I have a directory structure something like this: ``` pages/ ├── widgets.vue └── widgets/ ├── create.vue └── list.vue ``` When I run `infuse`, I get garbled `i18n` blocks in `widgets.vue`,...

When I use `squeeze --bundleWith blah.json` the contents of `blah.json` are included under a key named `json`: I'd like to be able to customise this key. If this is already...

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Topic: alias
Type: documentation

**Is your feature request related to a problem? Please describe.** As of v4.18.0, `jsonschema` emits the following warnings: ``` DeprecationWarning: jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish...

Priority: Medium
Type: Feature
Difficulty: Intermediate
Type: Dependency

### Is your feature request related to a problem? Please describe. This module tells Webpack to generate source maps for Sentry, which is very useful. However, for compliance reasons I'd...

feature-request

I see that v1 has been released on PyPI but there's no such [release](https://github.com/rsinger86/drf-flex-fields/releases) and no such [tag](https://github.com/rsinger86/drf-flex-fields/tags): is it identical to v0.9.9? If so, it might be good to...

At time of writing, [`CHANGELOG.md`](https://github.com/pylint-dev/pylint-django/blob/df570bb91f80a4e5a03d823ab39857e2e83b5777/CHANGELOG.rst) only records versions up to 2.5.3, plus the unreleased 2.6.0: 2.5.4 and 2.5.5 are missing. I note that [2.5.4 was "yanked"](https://pypi.org/project/pylint-django/2.5.4/) from PyPI, but it...