Adam Johnson
Adam Johnson
A user just [asked a question](https://forum.djangoproject.com/t/best-practice-and-documentation-from-django-contrib-auth-models-import-user-pylint-and-errors/12492) on the Django forum about why pylint says to use `get_user_model()`. Here's my response: > Django does say to use `get_user_model()`… only when building...
### Is your feature request related to a problem? Please describe. I couldn't find this documented anywhere and had to dig into the source to find its arguments ### Describe...
Currently the [PyPI page](https://pypi.org/project/google-measurement-protocol/) doesn't reflect the origin of this package, which is (presumably) this repo.
**Is your feature request related to a problem? Please describe.** The `data` directory of a `botocore` install is over 50MB. The JSON inside compresses really well - we can see...
type: bug report 1. Go to https://polyfill.io/v3/url-builder/ 2. Click "..." on `~html-elements` (near bottom) 3. Click "Polyfill source" 4. Link opens https://github.com/Financial-Times/polyfill-library/tree/main/polyfills/~viewport , which is 404 , because the `main`...
### Description In #463 , numpy tests were disabled for Python 3.11, because it didn't support Python 3.11. Once it does, re-enable installing numpy and running its tests.
`nose-randomly` has the feature that `nosetests path.One path.Two` still runs `path.One` and `path.Two` in order, allowing reproduction with `--randomly-seed=X` much easier - once you've found a bad test order, just...
It may be possible to easily/for some cases convert the SQL output of django migrations into a series of `pt-online-schema-change` commands + `mysql` command to `INSERT` into migration history in...
Django removed the `__search` lookup. It would be good to reimplement it here, with a custom `Index` class for creating the index, and database functions for doing searching. Compare with...