Serializer's to_representation does not check a proper manager base class

2021-08-20 Thread Kamil Kamil
I am wondering why in the serializer's *to_representation* method, in this line: *iterable = data.all() if isinstance(data, models.Manager) else data* *Manager* base class is checked, but not *BaseManager*? I am asking because I have something like this: class MyQuerySet(QuerySet): class

Surpress Daphne request logging levels

2021-08-20 Thread Skullb0ne
I am trying to surpress the log output from daphne. example log: Aug 20 08:33:53 admin daphne[663290]: 127.0.0.1:35638 - - [20/Aug/2021:08:33:50] "PATCH /api/v1/worker/59/" 200 168 logger 'django.request' seem to have no effect on it. -- You received this message because you are subscribed

Strange Errors when Using MySQL DB

2021-08-20 Thread 'Bikramjeet Singh' via Django users
I have a Django (v2.2.23) application connected to a MySQL (v5.7) database. Every now and then, for a few minutes at a time, all my DB queries start to fail with one of the following errors: "Unknown MySQL Error" (error code 2000), "InterfaceError", or "Malformed Packet" (error code 2027). The

Re: Run Any Python Project

2021-08-20 Thread Rana Zain
Traceback (most recent call last): File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\d

Run Any Python Project

2021-08-20 Thread Rana Zain
Hi, Can anybody help me to know how we can run any python project from Git and any other sources. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user