-
`ruff check` produces false positive DJ012 for Django models like so:
```
class Person(models.Model):
name = models.CharField(xxxx)
def __init__(self, *args, **kwargs):
…
-
> @rohan-at-sentry in one repo, test uploads crash fail with `Upload failed: {"service":["This field may not be null."]}` on GHA but not locally: https://github.com/codecov/codecov-cli/issues/486 / ht…
-
I prefer to log unexpected exception (that is converted to RPCInternalError) as error with traceback.
(Or add some settings value so that it can be configured to be logged as error)
Otherwise I mu…
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
The awx_task container logs a traceback:
```--- Logging error ---
Traceback (most recent call last):
File "/usr/lib64/python3.6/logging/handl…
-
Hello, In advance, please excuse any obvious errors as I'm relatively new to django and mfa flow.
**Background:**
I've followed the docs and installed django-multifactor, added to INSTALLED_APPS, …
-
When setting the LOGGING variable in settings_local; it does not seem to have any effect.
Exception encountered when running the **"./manage.py clean_index"** and **"./manage.py reindex"** commands:…
-
Hello Drizzle maintainers,
Firstly, I'd like to take a moment to appreciate all the effort that goes into maintaining and improving Drizzle. It's an incredibly valuable resource and it has made dev…
-
#### Environment & Versions
* Operating system: Ubuntu 18.04 LTS
* Python: Python 3.7.4
* Django: django=2.2.4
* django-crontab: django-crontab=0.7.1
#### Settings
* My `django-crontab` setti…
-
hello I was following the instruction for the front-end example, but the following step falls over:
```
$ ./scripts/create_test_data.shTraceback (most recent call last):
File "/home/username/mi…
-
settings.py:
```
EMAIL_BACKEND = 'django_mailer.smtp_queue.EmailBackend'
```
in code somewere:
```
except Exception, e:
logger.error('discount_cards.views.register -> new_user.save -> %s' % e.m…