Jakub Dorňák
Jakub Dorňák
I know, that similar issue was marked as solved few months ago, but I am experiencing this issue now again when using postgres. ### Summary I always get unhandled exeption...
The `onSubmit` action may set additional validation errors (typically errors received from a backend server). This change makes these errors visible.
Lets have following simple test application: models.py: from django.db import models class Parent(models.Model): name = models.CharField(max_length=20) class Child(models.Model): parent = models.ForeignKey(Parent, on_delete=models.CASCADE) name = models.CharField(max_length=20) admin.py: from django.contrib import admin...
* django-private-chat version: 0.2.2 ### Description I use `SESSION_ENGINE = 'django.contrib.sessions.backends.cache'` setting in my projects. django-private-chat however fails with `django.contrib.sessions.models.DoesNotExist: Session matching query does not exist.`, which means that it...
Exceptions thrown in get_new_mail are not handled. 1. with wrong url format it throws UnboundLocalError "local variable 'conn' referenced before assignment" in django_mailbox/models.py in get_connection, line 255 2. with gmail...
API token value is secret. There should be an option to expand build parameters for it, because the configuration may be stored in the VCS. (If the parameter expansion IS...
Show repos form and other necessary steps after creating a new collection.