Django-photologue

Latest version: v3.17

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

Scan your dependencies

Page 5 of 7

3.1

Not secure
----------------

- The 'zip upload' functionality has been moved to a custom admin page.
- Refactor `add_accessor_methods` to be lazily applied (see 110).
- Updated German translation.
- Several improvements to the sample Bootstrap templates.
- Support CACHEDIR.TAG spec issue 89
- Fix issue 99 by adding 10 extra char to photo title(max gallery size up to 999999999 images)
- Sitemap.xml was not aware of Sites (104).
- In python 3, gallery upload would crash if uploaded file was not a zip file (106).

3.0.2

Not secure
------------------

- Updated django-sortedm2m to an official release.
- Updated Spanish translation.
- Updated Bootstrap version used in example project.

3.0.1

Not secure
------------------

- Missed out some templates from the released package.

3.0

Not secure
----------------

Upgrade notes:

WARNING: IF YOU'RE USING POSTGRESQL AS A DATABASE & DJANGO 1.7, THE LATEST RELEASE OF
DJANGO-SORTEDM2M HAS A BUG. INSTEAD, YOU'LL HAVE TO MANUALLY INSTALL:

pip install -e git://github.com/richardbarran/django-sortedm2m.git9a609a1c6b790a40a016e4ceadedbb6dd6b92010egg=sortedm2m



THE FOLLOWING CHANGES BREAK BACKWARDS COMPATIBILITY!

- Django 1.7 comes with a new migrations framework which replaces South -
if you continue to use Django 1.6, you'll need to add new settings. Please
refer in the docs to the installation instructions.
If you're upgrading to Django 1.7 - upgrade Photologue first, THEN upgrade
Django.
- The Twitter-Bootstrap templates - previously in 'contrib' - become the default; the
previous templates are moved to 'contrib'.
- The django-tagging library is no longer maintained by its author. As a consequence,
it has been disabled - see the docs for more information (page
https://django-photologue.readthedocs.org/en/latest/pages/customising/settings.html#photologue-enable-tags)
- Support for Django 1.4 and 1.5 has been dropped (Photologue depends on django-sortedm2m,
which has dropped support for 1.4; and Django 1.5 is no longer supported).
- PHOTOLOGUE_USE_CKEDITOR has been removed.
- Many urls have been renamed; photologue urls now go into their own namespace. See the urls.py
file for all the changes.

Other changes:

- Support for Amazon S3 to store images (thank you Celia Oakley!).
- List views have changed urls: instead of /page/<n>/, we now have a /?page=<n> pattern.
This is a more common style, and allows us to simplify template code e.g. paginators!
- date_taken field not correctly handled during single photo upload (80).
- Removed deprecated PhotologueSitemap.
- Gallery zip uploads would fail if the title contained unicode characters.
- Gallery-uploads: Do not require title for uploading to existing gallery (98).
- The Photologue urls used to use names for months; this has been changed to using
numbers, which is better for non-English websites (101).

2.8.3

Not secure
------------------

- Updated Spanish translation.

2.8.2

Not secure
------------------

- The latest release of django-sortedm2m is not compatible with older
versions of Django, so don't use it (issue 92).

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.