Adam Johnson
Adam Johnson
True - Git 2.35 was [released 2022-01-24](https://lore.kernel.org/git/[email protected]/T/#u). But I'm not sure a >1 year old version is such a concern... Users on such old versions also have many unpatched CVEs,...
Content types updating has already been solved for when models are renamed, [see `inject_rename_contenttypes_operations()`](https://github.com/django/django/blob/02dab94c7b8585c7ae3854465574d768e1df75d3/django/contrib/contenttypes/management/__init__.py#L46C5-L46C42) which injects extra operations in the plan. It looks feasible to apply this approach to detect...
Can we retitle this “Migrated setuptools configuration to pyproject.toml.”? That’s the major change here, using `build` is orthogonal (and could even be a second commit).
I suggest we do **not** support class-based attributes on views, as currently defined in `LoginNotRequiredMixin`, and as @angusholder [previously queried](https://github.com/django/django/pull/17792/files#r1581904420). Supporting the class-level attributes adds significant complexity to the middleware...
I agree, it doesn’t make sense to include it. @rbuffat said: > “This " one-off option" is really confusing and seems not to be documented.” It’s documented [in the readme](https://github.com/jazzband/pip-tools#updating-requirements)...
Another possible solution: local file cache of 'probably exists' stuff that gets checked in lazily in the background. Schemas rarely change, and if they do no one is going to...
It doesn't need to be invalidated - just refreshed. The background thread re-downloads database and table names and replaces whatever's in there, perhaps one table at a time. If table...
I hope that if we have such a list we can run through them after 5.0 is released, rather than have small issues trickle in as users discover what has...
I did this one first because it's easier, since I didn't need to find related issues here...
I prefer small PRs that can be easily reviewed, each with a link to the relevant commit/source. Happy if they group some related features but not too large. I’m not...