Bruno Alla

Results 93 issues of Bruno Alla

We are using this field with `multiple=True` on a couple of models, and the Admin widget is a simple select multiple. Would be nice to enable a nicer widget by...

django-admin
multiple=true

I've just spotted this from your comment on [this medium post](https://medium.com/squad-engineering/estimated-counts-for-faster-django-admin-change-list-963cbf43683e), and I was wondering if this is still maintained? Not sure which version of Django is supported, would you...

## Description This PR builds on top of #3535 to add a basic Webpack as an option for building front-end assets. It does NOT introduce any FE framework like React,...

enhancement

## Description It's been a while that it's been good practice to pin all your dependencies. More and more, it's also becoming a good practice to also pin your nested...

needs further review
enhancement

I have an issue with PyUP on [Cookiecutter Django project](https://github.com/pydanny/cookiecutter-django). This is a project template for [Cookiecutter](https://github.com/cookiecutter/cookiecutter) to quickly generate boilerplate for a Django project We have 4 requirements file:...

bug

Fontsource v4 was released a few days ago and they changed the package naming convention from `fontsource-...` to `@fontsource/...`: https://github.com/fontsource/fontsource/blob/master/CHANGELOG.md#40x

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

**Is your feature request related to a problem? Please describe.** LibCST 0.3.18 added a `FullyQualifiedNameProvider` which seems like it could help us simplify our checks for imported symbols: https://libcst.readthedocs.io/en/latest/metadata.html#libcst.metadata.FullyQualifiedNameProvider **Describe...

enhancement

### Description From [Django 2.0 release notes](https://docs.djangoproject.com/en/dev/releases/2.0/#deprecated-features-2-0): > The context argument of Field.from_db_value() and Expression.convert_value() is unused as it’s always an empty dictionary. > > The signature of both methods...

enhancement

### Description From [Django 2.0 release notes](https://docs.djangoproject.com/en/dev/releases/2.0/#deprecated-features-2-0): > The field_name keyword argument to `QuerySet.earliest()` and `QuerySet.latest()` is deprecated in favor of passing the field names as arguments. Write `.earliest('pub_date')` instead...

enhancement