kimetrica / django-binary-database-files

A storage system for Django that stores uploaded files in the database.
Other
11 stars 18 forks source link

Django 4.0 is not fully supported #52

Closed joevu-rr closed 2 years ago

joevu-rr commented 2 years ago
Screen Shot 2022-07-13 at 13 36 10 Screen Shot 2022-07-13 at 13 36 27

Hi, I tried to install the Django 4.0.1 with django-binary-database-files 1.0.16, however, I got this message

ERROR: Cannot install -r requirements.txt (line 13), Django==4.0.1 and django-binary-database-files==1.0.16 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested Django==4.0.1
    dj-rest-auth 2.1.11 depends on Django>=2.0
    django-binary-database-files 1.0.16 depends on Django<3.3 and >=2.2
Screen Shot 2022-07-13 at 13 51 35
jeverling commented 2 years ago

Thanks for reporting this, we will look into it.

jeverling commented 2 years ago

Thanks again, this should be fixed in https://github.com/kimetrica/django-binary-database-files/tree/1.0.17. I have requested a new release to be published to pypi. I'll update here once the release has been published.

joevu-rr commented 2 years ago

yeah, this is fixed. Thanks.