-
A good point was brought up by @sdevalapurkar in #133 that we're doing backend error checking for simple form validation like empty forms. We should try avoiding this and add more frontend error check…
-
When the title is longer than 50 chars, the opinion.pirateparty.be crashes with error below. The model, however, states:
title = models.CharField(max_length=255)
slug = models.SlugField(unique=True)
…
-
my environment is python3.6 \django2.1 , when i add showcase, this issue is :
` context = super().get_context(name, value, attrs)
File "G:\virtualenvhome\suit\lib\site-packages\django\forms…
-
Error when adding the Link/Button plugin to the page raised here: https://github.com/django-cms/djangocms-bootstrap4/pull/126
TODO:
Error when adding the `Link/Button` plugin too the page
![Bil…
-
Widget tweaks cuts off initial classes provided to subwidgets.
Used both directly(not through custom widget, and with custom widget). Result is same.
Consider following usage:
Template:
`{% …
-
I added the captcha field in accordance with the instructions [here](https://django-simple-captcha.readthedocs.io/en/latest/usage.html#installation). And the captcha field shows up in the custom form.…
-
I'm trying to my Django MVT based project into REST API. It's based on Django 3.2, Python 3.6 and django-allauth 0.50.0. Followed your documentation and registered urls for registration as:
```
…
-
At [datastructures/base.py#L77](https://github.com/respondcreate/django-versatileimagefield/blob/1.4/versatileimagefield/datastructures/base.py#L77)
```
File "/www/gkk-package/local/lib/python2.7/sit…
-
API Key Check should examine if key is valid
tkv29 updated
7 months ago
-
### Is your proposal related to a problem?
We have noticed that when a user uploads a large PNG image 8MB+, that we get a request timeout error when we try to view the image in the Wagtail admi…
marts updated
4 months ago