Yalchin403
Yalchin403
Installed jazzmin and added it to installed app, then made collectstatic, once entered admin, it throwed me and error saying that `get_all_permissions` method is missing, once I implemented that it...

Uncaught Error: dlopen(~/Downloads/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/fs-...
### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...
**Describe the bug** I use pydantic_model_creator for creating schema from model which I use for serialization in the response. I have a decimal field, which is shown in scientific notation...
If you open detail view of any user (`http://localhost:8000/admin/auth/user/1/change/`) tabs are not working
I try to create local tunnel for my container and I use compose file below: ```yml tracker: ... localtunnel: image: node command: sh -c "npm install -g localtunnel@^2.0.2 && npx...
If used along with django-jazzmin, causes search bar not working
**Describe the bug** Unable to use string references with `Link` across different modules. When using string references for `Link` without importing the actual model classes (i.e., relying on forward references),...
First of all, thanks for the great library. It would be excellent to have the ability to easily add custom side menu links. I have seen `JET_SIDE_MENU_ITEMS`; however, i wouldn't...