djangocms-picture icon indicating copy to clipboard operation
djangocms-picture copied to clipboard

django CMS Picture is a plugin for django CMS that allows you to add images on your site.

Results 13 djangocms-picture issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim...

dependencies

## Description Adding missing migrations for newer Django (couldn't find particular version, but migrations for OneToOneField are generated with a slight difference). ``` # older django - currently in migrations...

Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...

dependencies

If I ran `python manage.py makemigrations` after updating to Django 4.2/DjangoCMS 3.11, new migrations will be generated. ## Housekeeping Support of Versions: ``` py311-django42-cms311 py310-django42-cms311 py310-django32-cms{38, 39, 310} py39-django32-cms{38, 39,...

## Description Started a django cms project with Django 4.1 and cms 3.11.1. This migration seems like it is missing, its probably related to the noop migrations introduced by the...

There were some typos in french translations which I have corrected on transifex. How do you get the translations from transifex to update the `django.po` files?

In the 'srcset' and 'sizes' attribute of the img tag can contain float numbers. This {{ picture_size.size.0}}w output the pixel size as 1366.0w which triggers this warning in chrome: Failed...

`pictures.html` contains some none-breaking spaces (u00a0). see ``` $ grep -nRI $'\u00a0' djangocms_picture/templates/djangocms_picture/default/picture.html:6: {{ instance.link_attributes_str }}> djangocms_picture/templates/djangocms_picture/default/picture.html:25: {{ instance.img_src }} {{ picture_size.size.0 }}w djangocms_picture/templates/djangocms_picture/default/picture.html:31: {{ picture_size.size.0 }}px djangocms_picture/templates/djangocms_picture/default/picture.html:39: {{ instance.caption_text...

easy pickings

Please publish the latest commit. https://github.com/django-cms/djangocms-picture/commit/de8a8cd25042ff4f7830cf17a781df511f2c008c

I am using the djangocms for the 1st and I am trying to add an image on the cms page, but it's not showing it's giving a 404 error. Steps...