db_file_storage
db_file_storage copied to clipboard
Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.
This PR updates [Django](https://pypi.org/project/Django) from **3.1** to **4.0.6**. Changelog ### 4.0.6 ``` ========================== *July 4, 2022* Django 4.0.6 fixes a security issue with severity "high" in 4.0.5. CVE-2022-34265: Potential SQL...
This PR updates [Pillow](https://pypi.org/project/Pillow) from **7.2.0** to **9.2.0**. Changelog ### 9.2.0 ``` ------------------ - Deprecate ImageFont.getsize and related functions 6381 [nulano, radarhere] - Fixed null check for fribidi_version_info in FriBiDi...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
The `ugettext ` has deprecated in `django` 4.0. https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0
Bumps [django](https://github.com/django/django) from 3.1 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...
This PR updates [django-formtools](https://pypi.org/project/django-formtools) from **2.2** to **2.3**. Changelog ### 2.3 ``` ---------------- - Dropped testing for Django 1.11, 2.0 and 2.1. - Added support for Django 3.1 and Python...
Hi how I can upload image / file though api ?
I like to have Django admin support for all models in `DEBUG` mode, as it helps understanding of the data model, making onboarding new devs easier. The initial mixin could...
After quite a bit of mucking around, I was able to get this working without putting `DEFAULT_FILE_STORAGE = 'db_file_storage.storage.DatabaseFileStorage'` in my settings as is described in the README. I wrote...
This PR pins [django-nose](https://pypi.org/project/django-nose) to the latest release **1.4.7**. Changelog ### 1.4.7 ``` ~~~~~~~~~~~~~~~~~~ * Document Django 2.2 support, no changes needed * Move project to `Jazzband.co <https://jazzband.co>`_ * Fix...