adi
adi
Although I have pydantic 2.0a3 installed I get error `ModuleNotFoundError: No module named 'pydantic.v1'`. ```bash Traceback (most recent call last): File "/home/vagrant/.venv/lib/python3.8/site-packages/django_flatpickr/settings.py", line 8, in from pydantic.v1 import Field ModuleNotFoundError:...
Order field is visible when: ```python @admin.register(BlockDiagramCategory) class BlockDiagramCategoryAdmin(SortableAdminMixin, TabbedTranslationAdmin, admin.ModelAdmin): list_display = ('name',) ``` Order field is hidden (as it should be) when: ```python @admin.register(BlockDiagramCategory) class BlockDiagramCategoryAdmin(SortableAdminMixin, admin.ModelAdmin): list_display...
Hi, am I missing something or django-translate doesn't support Generic Views yet? I am trying to use proper sorting in ListView but it only orders objects by default language. However,...
As described on https://github.com/jrief/django-admin-sortable2/issues/415 I assume that (but not sure) [django-modeltranslation](https://github.com/deschler/django-modeltranslation) could overwrite hidden fields used by other apps. The problem is when I use [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2) app with [django-modeltranslation](https://github.com/deschler/django-modeltranslation). In...
Some time after restarting the app, I notice a constant 15% CPU usage while idle. Can you help me figure out what might be taking up the CPU?
## Summary - recompute editor resizability on `focusin`/input events - update compiled JS files ## Testing - `pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_688609b747188325b2d269a48b2fe013