Search code examples
psycopg2 "%s" variable with " LIKE 'fake_%' " triggers "IndexError:...


pythonpsycopg2django-4.0

Read More
I want test the post method by django...


python-3.xpycharmdjango-unittestdjango-4.0

Read More
How can I auto-remove unused imports using autoflake for my Python/Django4 project?...


python-3.ximportdjango-4.0autoflake

Read More
ImportError: cannot import name 'url' from 'django.conf.urls' after upgrading to Dja...


pythondjangodjango-urlsdjango-4.0

Read More
How to solucionate the error to Upgrade project to Django 4.2.3...


pythondjangodjango-4.0

Read More
Increase Django CSRF tocken longevity...


djangocookiesdjango-csrfdjango-4.0

Read More
Django admin show only current user for User field as ForeignKey while creating and object...


pythondjangodjango-modelsdjango-admindjango-4.0

Read More
Django 4 connection to Postgresql using passfile: "fe_sendauth: no password supplied"...


pythonpostgresqldjango-4.0

Read More
How to access the names of fields in Django UniqueConstraint : 2?...


djangodjango-4.0

Read More
How to access the names of fields in Django UniqueConstraint?...


djangodjango-4.0

Read More
Django 4: How to modify MultiPolygonField from nullable to not-null...


djangosqlitedjango-modelsgeodjangodjango-4.0

Read More
Implementing Custom TokenBackend for rest_framework_simplejwt...


cryptographypemdjango-rest-framework-simplejwtdjango-rest-framework-jwtdjango-4.0

Read More
How to access context from a custom django-admin command?...


pythondjangodjango-4.0

Read More
Upgrade to Django 4.0 has caused tests to fail even when the feature being tested works...


djangodjango-testsdjango-4.0

Read More
How to create a zip with multiple files from one folder and send it to the browser in modern Django...


pythonpython-3.xdjangodjango-4.0

Read More
the method form.is_valid always returns always...


pythonpython-3.xdjangodjango-4.0

Read More
Why Django 4.0 can access static files only with STATICFILES_DIRS, not STATIC_ROOT...


djangodjango-staticfilesdjango-4.0

Read More
The model User is not registered (django-4 admin.py)...


djangodjango-admindjango-usersdjango-4.0

Read More
Django4.0 ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation...


pythonpython-3.xdjangodjango-4.0

Read More
Django 4: settings.DEBUG not correct when running tests...


django-4.0

Read More
What does it mean "to=" when creating model field in django?...


django-modelsdjango-4.0

Read More
Add extra property to this json response returned by Django rest framework...


pythondjangodjango-rest-frameworkdjango-4.0

Read More
CSRF token issue when upgrading Django to version 4.*...


pythondjangodjango-4.0

Read More
How to make Django messages framework play nicely with i18n?...


pythondjangodjango-i18ndjango-messagesdjango-4.0

Read More
Django generic.UpdateView NOT updating values upon successful POST...


pythondjangodjango-class-based-viewsdjango-generic-viewsdjango-4.0

Read More
django social all auth - multiple user type...


python-3.xdjangodjango-3.0django-4.0

Read More
1054, "Unknown column" exception upon adding nonexisting field in Django 4.0...


mysqldjangosqlitedjango-migrationsdjango-4.0

Read More
Can't login into admin URL on production with Django 4...


pythondjangodjango-4.0

Read More
Cannot import is_safe_url from django.utils.http , alternatives?...


pythondjangodjango-4.0

Read More
Django 4.0.1 cannot import name 'SortedDict' from 'django.utils.datastructures'...


pythondjangodjango-4.0

Read More
BackNext