-
The new Django 2.2 Version **vs** Zappa Precompiled mysqlclient (1.3.12) package is incompatible with new Django (AWS Lambda):
![image](https://user-images.githubusercontent.com/5222041/56170648-aa76…
-
**Describe the bug**
Exporting an object with a `TextField` containing "solarterrestrial" (unfortunately GitHub converts this character, see screenshot below how it looks for me) into a XLSX file …
-
Hi,
First, thank you for maintaining and improving this library.
I encountered an issue in the admin panel. In my project, static files are served from a separate subdomain, which prevents the cal…
-
More of a long-term goal, but decided to have a look at what would be required to get there. Some of the modules used don't currently support Django 2.0:
* django-cms
* Planned for the 3.6 rel…
-
A user couldn't get the Django instrumentation working (https://pydanticlogfire.slack.com/archives/C06EDRBSAH3/p1722460460137619?thread_ts=1722440635.372479&cid=C06EDRBSAH3). With difficulty we realis…
-
https://github.com/perdy/django-status/blob/99afa448c1240a8d877ae362beef31077838fa33/status/api/mixins.py#L2
Please, replace mentionned import to this one for Django 2 support : `from django.urls i…
-
Hello,
Django-filters version has been pinned to 1.1 due to its incompatibility with django 2 (I assume). As the version 2 has been released, do you know what would be needed to have it updated suc…
-
**Is your feature request related to a problem? Please describe.**
Traditional frameworks like Django rely heavily on sql transactions, like `BEGIN;` `COMMIT;` and `ROLLBACK`.
Recently, I've creat…
-
Hi there,
Thanks a lot for your efforts on this library.
We need to update this library to support Django 2.2. Probably, we could add it to `tox.ini` file to check tests and if it fails, then add …
-
Hi,
There seems to be new alpha version released of Django and it appears that it will require some database backend changes. So I'm just giving you a head's up because I will be very interested in…