-
The function tests will randomly fail with the error `django.db.utils.OperationalError: database table is locked`. This problem started showing up a few weeks ago. I've only seen it in CI and have bee…
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/HXSecurity/DongTai/blob/main/.github/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched t…
-
duplicate column name: installment_amount
Environment:
Ubuntu 22.04
Django 4.2.11
Python 3.10.12
PostgreSql
Error log:
python3 manage.py migrate
Operations to perform:
Apply all migrati…
-
Seems that v11.0.0 release add a Bug parsing tiff images:
```pytb
...
File "django/core/files/images.py", line 63, in get_image_dimensions
p.feed(data)
File "PIL/ImageFile.py", line 471…
-
I have a model class with the following setup;
```
class Tenant(models.Model):
owner_store = models.ForeignKey(
SearchStaxUser, related_name="owner_store", on_delete=models.CASCADE, nu…
-
Hi. I have been using Baby Buddy for around a year now, but until now i was not aware that there is a process for migration when BB is updated (Watchtower is doing that for me).
Today when looking at…
-
### Environment
* Python version: 3.11.9
* Nautobot version: 2.2.4
* nautobot-ssot version: *How can I get that?* **probably** 2.6.1
### Expected Behavior
The /plugins/ssot/history/ would …
-
### Summary
I'm encountering a `RuntimeError: log object has expired` when using mod_wsgi with Django 5.0.9. The issue appears in the Apache logs when rendering certain pages.
### Environment
- *…
-
linux系统版本为:Linux *** 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux,使用的是阿里云的云服务器
Python版本为: Python 3.10.12
在执行 python book/scripts/init_manage_user.…
-
I have updated to the new files. and I have the old database. My site gives me this error.
OperationalError at /
no such column: base_employeeshiftschedule.is_auto_punch_out_enabled
Request Me…