-
As part of my test scripts I'll usually run `django-admin check` and `django-admin makemigrations --check --dry-run` to assert nobody missed something.
Am I missing a way to hook those administrati…
n1ngu updated
9 months ago
-
Check to see if it's worth containerizing this project so that we run both Django API and React at the same time for this site
-
I'd like to be able to use: `piccolo migrations check` in a GitHub Action. Would it be possible to have an equivalent to the Django command: `python manage.py makemigrations --dry-run --check` that re…
-
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…
-
In django templates, if a template variable is callable, the template system will try calling it. To disable that, one can define a truthy `do_not_call_in_templates` attribute on the callable [[ref. d…
-
I was confused today because my PR was marked as "build: success" on Trac, but it had fail on github.
Investigating the issue, I discovered that the javascript that figures out the status of a PR o…
-
(ckeditor.W001) django-ckeditor bundles CKEditor 4.22.1 which isn't supported anmyore and which does have unfixed security issues, see for example https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS…
-
With https://github.com/unfoldadmin/django-unfold in my case is `Invalid blocks specified:` for `branding`.
Also if I put django_fastdev as last app I am getting that error for a block of that templa…
-
Trying to update django-simple-nav to the newest release, I get these errors:
```shell
uv run --with pre-commit-uv pre-commit run --all-files
Built django-simple-nav @ file:///var/home/josh/pr…
-
### 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
- *…