-
`SITE_FAVICON` setting allows only .ICO file. Following this [cheatsheet](https://github.com/audreyr/favicon-cheat-sheet), there are plenty of ways to do favicons, for iOS, Android, Chrome, IE, Firefo…
-
Currently the only way I can find to add url is via the metaclass.
The problem with this is, when writing software, its often necessary to have dynamic choices in URLs (Ie devel server/production …
-
### Version
incoming trace version - 2.11.0, outgoing trace version - unknown
### Steps to Reproduce
https://sentry.sentry.io/api/0/projects/sentry/sentry/events/6122ec07d3694b7ba1aa88db962afde5/js…
-
Note: I'm not sure if this is necessarily fixable with htmx due to the way the browsers behave, but it might be something that needs to be highlighted in the documentation.
Use case: I'm using hx-b…
-
when use related_admin, the column name show db filed name rather than filed verbose_name defined in model
-
There is a way to integrate it with the Django Rest classes ?
I've tried something like this but it just not working. The response always came empty and i can garatee that there's some documents t…
-
## Issue description
I have a django project which uses the gis contribution module.
```
python ./manage.py check
Traceback (most recent call last):
File "./manage.p…
-
Unable to remove or hide or rename models(resource) that are not necessory.
-
In the UserAuthentication model, it would be nice to have a unique_together constraint for username, authenticationMethod: https://github.com/mytardis/mytardis/blob/develop/tardis/tardis_portal/models…
-
Hi,
I'm trying to install django-post-office but migration 0005 gives a constraint error.
I have used it before for other projects, but this is the first time using it with django 2.1.8 and python 3…