Django-stdimage

Latest version: v6.0.2

Safety actively analyzes 613631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

6.0.2

What's Changed

* Fix deepcopy & pickle for unsaved model instances & empty image fields by syphar in https://github.com/codingjoe/django-stdimage/pull/324

New Contributors
* syphar made their first contribution in https://github.com/codingjoe/django-stdimage/pull/324

**Full Changelog**: https://github.com/codingjoe/django-stdimage/compare/6.0.1...6.0.2

6.0.1

What's Changed
* Fix 229 -- Delete old file after validation has passed by jeromelebleu in https://github.com/codingjoe/django-stdimage/pull/293


**Full Changelog**: https://github.com/codingjoe/django-stdimage/compare/6.0.0...6.0.1

6.0.0

BREAKING

This will be the final major release of `django-stdimage`. We were ever busy last couple month
to release [django-pictures][django-pictures]. Django Pictures is focused on modern, responsive image serving.

We will continue to release bug fixes for this version.

[django-pictures]: https://github.com/codingjoe/django-pictures

What's Changed
* Bump actions/upload-artifact from 2 to 3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/289
* minor type in readme by julzhk in https://github.com/codingjoe/django-stdimage/pull/292
* Update CI pipline by codingjoe in https://github.com/codingjoe/django-stdimage/pull/288
* Fix Pillow ANTIALIAS deprecation warning by codingjoe in https://github.com/codingjoe/django-stdimage/pull/295
* Add migrations to enable a smooth transition to django-pictures by codingjoe in https://github.com/codingjoe/django-stdimage/pull/294
* inactive by codingjoe in https://github.com/codingjoe/django-stdimage/pull/296

New Contributors
* julzhk made their first contribution in https://github.com/codingjoe/django-stdimage/pull/292

**Full Changelog**: https://github.com/codingjoe/django-stdimage/compare/5.3.3...6.0.0

5.3.3

**Full Changelog**: https://github.com/codingjoe/django-stdimage/compare/5.3.2...5.3.3

5.3.2

What's Changed
* Bump black from 21.5b1 to 21.5b2 by dependabot in https://github.com/codingjoe/django-stdimage/pull/244
* Bump black from 21.5b2 to 21.6b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/245
* Bump isort from 5.8.0 to 5.9.1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/247
* Bump isort from 5.9.1 to 5.9.2 by dependabot in https://github.com/codingjoe/django-stdimage/pull/249
* Bump black from 21.6b0 to 21.7b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/250
* Bump isort from 5.9.2 to 5.9.3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/251
* Bump black from 21.7b0 to 21.8b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/253
* Bump black from 21.8b0 to 21.9b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/256
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/258
* Bump actions/checkout from 2.3.4 to 2.3.5 by dependabot in https://github.com/codingjoe/django-stdimage/pull/259
* Bump black from 21.9b0 to 21.10b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/260
* Bump actions/checkout from 2.3.5 to 2.4.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/261
* Bump isort from 5.9.3 to 5.10.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/262
* Bump isort from 5.10.0 to 5.10.1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/263
* Bump bandit from 1.7.0 to 1.7.1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/264
* Bump actions/setup-python from 2.2.2 to 2.3.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/266
* Bump black from 21.10b0 to 21.11b1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/268
* Bump actions/cache from 2.1.6 to 2.1.7 by dependabot in https://github.com/codingjoe/django-stdimage/pull/269
* Bump actions/setup-python from 2.3.0 to 2.3.1 by dependabot in https://github.com/codingjoe/django-stdimage/pull/270
* Bump black from 21.11b1 to 21.12b0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/271
* Bump msgcheck from 3.1 to 4.0.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/272
* Bump bandit from 1.7.1 to 1.7.2 by dependabot in https://github.com/codingjoe/django-stdimage/pull/273
* Bump black from 21.12b0 to 22.1.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/274
* Bump actions/setup-python from 2.3.1 to 2.3.2 by dependabot in https://github.com/codingjoe/django-stdimage/pull/275
* Bump actions/setup-python from 2.3.2 to 3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/277
* Bump bandit from 1.7.2 to 1.7.3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/278
* Bump bandit from 1.7.3 to 1.7.4 by dependabot in https://github.com/codingjoe/django-stdimage/pull/282
* Bump actions/checkout from 2.4.0 to 3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/279
* Django 4.0 and Python 3.10 support by vchrisb in https://github.com/codingjoe/django-stdimage/pull/283
* Fix 246 -- Add support for deepcopy by vchrisb in https://github.com/codingjoe/django-stdimage/pull/265
* Bump actions/cache from 2.1.7 to 3 by dependabot in https://github.com/codingjoe/django-stdimage/pull/284
* Bump black from 22.1.0 to 22.3.0 by dependabot in https://github.com/codingjoe/django-stdimage/pull/285


**Full Changelog**: https://github.com/codingjoe/django-stdimage/compare/5.3.1...5.3.2

5.3.1

* Fix JPEG size conversion for unlimited large files

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.