Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose file popup doesn't select image, it exits with no image selected #1317

Closed
ivandir opened this issue Oct 2, 2022 · 10 comments
Closed
Labels

Comments

@ivandir
Copy link

ivandir commented Oct 2, 2022

Choose file popup doesn't select image with Django 4.1.1. I kept downgrading based on django-filer dependency and the following worked.

Downgrading to 2.2.2 selected Django 4.0.7 - this worked
Upgrading to 2.2.3 and forcing Django 4.0.7 - this worked and one I'm currently using

Don't upgrade to to 2.2.3 and forcing Django 4.1.1 - this is broken

@rezamazarloo
Copy link

i have the same issue.

@rezamazarloo
Copy link

in my case the problem does not solve by downgrading.
i think the problem is somewhere else.
i can upload image with drag and drop but the choose file doesn't select any image when i select an image, nothing happens and it seems the image is not selected in django admin.

@linhvng
Copy link

linhvng commented Nov 27, 2022

I'm using Django 4.1.3 and have the same issue. I can upload by drag and drop the image but cannot choose already uploaded files.

@fsbraun
Copy link
Sponsor Member

fsbraun commented Nov 27, 2022

Django filer does not yet support Dango 4.1. There's a pull request adding 4.1 support (#1321).

Can you test if the issue remains if you use this version: pip install git+https::/github.com/fsbraun/django-filer@feat/django-4-1?

@fsbraun
Copy link
Sponsor Member

fsbraun commented Dec 21, 2022

@linhvng @rezamazarloo @ivandir Could you check if the latest master branch solves your issue? You can install it using pip install git+https://github.com/django-cms/django-filer@master#egg=djangocms-filer. It you be great if #1326 solved your issue!

@yomguy
Copy link

yomguy commented Jan 9, 2023

Resolved in my case using the current master branch against Django 4.1 with:

poetry add git+https://github.com/django-cms/django-filer

thanks @fsbraun !

@fsbraun
Copy link
Sponsor Member

fsbraun commented Jan 9, 2023

@marksweb @jrief Should we put this into a minor release?

@marksweb
Copy link
Member

marksweb commented Jan 9, 2023

@fsbraun yeah that sounds sensible to me

@stale
Copy link

stale bot commented Apr 9, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 9, 2023
@stale
Copy link

stale bot commented May 7, 2023

This will now be closed due to inactivity, but feel free to reopen it.

@stale stale bot closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants