-
Hello,
I am currently using django-simple-history in my project and recently upgraded to Django 5.1. However, I noticed that django-simple-history is not yet officially compatible with this new ver…
-
Strawberry GraphQL has weird behavior when `DjangoOptimizerExtension` is enabled and its resolving objects based on django models that inherit `ConcurrentTransitionMixin` from the django-fsm package. …
-
Hello,
I am encountering an error when trying to access the URL of the media files outside of a template,
apparently it clashes with Django storage file (site-packages/django/core/files/storage.py…
-
When using django 1.7 the admin.site.site_header = field is being ignored so your site still shows Django Admin at the top. Is this easily fixed?
ghost updated
9 years ago
-
Setup:
* Django CMS 4 (`develop-4`) latest (https://github.com/django-cms/django-cms/commit/914558d283c197b4035ae7e1a084860f486c9429)
* `djangocms-url-config` latest (https://github.com/django-cms/…
-
Request Method: GET
Request URL: http://127.0.0.1:8000/xadmin/users/userprofile/1/update/
Django Version: 1.11.4
Exception Type: TypeError
Exception Value:
render() got an unexpected keyword arg…
-
```
What steps will reproduce the problem?
1. add BlobProperty to BaseModel
2. create ModelForm from BaseModel
3. ModelForm.is_valid and save
What is the expected output? What do you see instead?
dir…
-
When registering a CharField for translation, the extra language fields that are created have `null=True`. Django [explicitly recommends _against_ that](https://docs.djangoproject.com/en/2.1/ref/model…
-
Hi all,
Not sure if this is an issue with widget-tweaks. I'm trying to run the demo of django-modal-form and am running into the following issue:
```
Internal Server Error: /modal/signup/
Traceba…
-
When images are uploaded, is it possible to get information from the uploading device about created date and last-modified date?
If no, does Django have a way of accessing local last-modified informa…