Adam Johnson

Results 318 issues of Adam Johnson
trafficstars

Prior to this commit there were four(-ish) ways sitting around for running the tools: * The doc recommendations to install and run the tools yourself. * Tox environments. * The...

Copy and adapt the `Meta.index_together` admonition here, to help guide users to controlling their indexes better. I am not sure if "may be deprecated" is valid, but it's been around...

Fix this warning from setuptools: ``` /.../setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) ``` It could be seen at the top of the wheel building...

Fixes #8587. 3.4.1 has a [few changes](https://github.com/twbs/bootstrap/releases/tag/v3.4.1) including an XSS security fix. Adding the CSS source maps will allow DRF to be used with Django 4.1 and `ManifestStaticFilesStorage`.

As reported here: https://code.djangoproject.com/ticket/33353#comment:15 The new CSS source map support in Django 4.1 blocks `collectstatic` with `ManifestStaticFilesStorage` with DRF, since it includes CSS files that have source map references but...

During #7903 I realized that codecov doesn't seem to be installed correctly - it's not reporting status back on PR's, although it does have the data: https://app.codecov.io/gh/encode/django-rest-framework/compare/7903 It may need...

Cleanup
stale

## Description Fixes #6921. Added tests that fail before and pass afterwards. Remove the check for `connection.in_atomic_block` to determine if the current request is under a `transaction.atomic` from `ATOMIC_REQUESTS`. Instead,...

In the two days since installing `tabnine-sublime`, I've heard my macbook's fan running on hard three times. Each time, when I checked Activity Monitor, the culprit was `TabNine` and I've...

* Add classifier tags * Add tox test environments * Simplify tox envlist syntax * Move from `python setup.py test` to directly invoking unittest, to avoid this warning from setuptools:...

I have a package I need to test on Python 3.4. I'm fine using the older version of `httpretty` for this, but because the `python_requires` was not set precisely for...