Results 12 issues of Alexey

Under django 1.8 I got warning: ``` /usr/local/lib/python2.7/dist-packages/bootstrap3_datetime/widgets.py:2: \ RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead ```

You setup assume static dir is '/app/dist/static'. `npm build` generate this dir as ordered by `vue.config.js` module.exports = { assetsDir: 'static', } and flask setting up static directory as app...

Is there feature implemented in backend?

Strange squares shown in set names ![image](https://user-images.githubusercontent.com/1525918/152305452-e99f328c-46f8-46c7-bcd8-e6d3b9e8f0fb.png)

bug

All craftable items show as "Unknown" ![image](https://user-images.githubusercontent.com/1525918/150175870-6ca93d2a-0e38-4233-a356-dc002435f091.png)

bug

GD ver: 1.1.9.4 IAGD ver: 1.3.8040.14253 Items don't have it's own suffix: ![image](https://user-images.githubusercontent.com/1525918/148290277-5db180aa-1e3a-4489-90f2-81225365fc3d.png) ![image](https://user-images.githubusercontent.com/1525918/148292247-3346021e-5a27-4265-9ea6-f7c357115390.png)

bug

Can i use this parser for parsing binary data and find PNG inside it?

Trying execute command `require.nginx.server()` fail with follow log: ``` [ip] sudo: systemctl start nginx.service [ip] out: sudo password: [ip] out: Failed to get D-Bus connection: No connection to service manager....

Distro
Bug report

**Python version** 3.11 **Django version** 5.0 **Package version** 0.11.0 **Current behavior (bug description)** After upgrading Django to 5.0 I got following warning: ``` $ python.exe manage.py runserver 127.0.0.1:8000 \django\db\backends\utils.py:98: RuntimeWarning:...

bug

Is there a way to get styled table using Primer CSS? I know, there is a component for React, but I do not use React, I'm using a Django.