django-blog-zinnia icon indicating copy to clipboard operation
django-blog-zinnia copied to clipboard

Simple yet powerful and really extendable application for managing a blog within your Django Web site.

Results 41 django-blog-zinnia issues
Sort by recently updated
recently updated
newest added

I just created a fork of this project and updated the code to work with modern versions of Django (including 4.0+). Please visit [https://github.com/arrobalytics/django-blog-zinnia](https://github.com/arrobalytics/django-blog-zinnia) if you want to contribute. Don't...

There are small typos in: - docs/how-to/customize_look_and_feel.rst - docs/how-to/rewriting_entry_url.rst - docs/index.rst - docs/notes/faq.rst - zinnia/markups.py - zinnia/models/entry.py - zinnia/models_bases/entry.py - zinnia/static/zinnia/admin/dashboard/js/masonry.pkgd.js - zinnia/views/mixins/entry_protection.py Fixes: - Should read `different` rather than...

This change fixes issue Can't migrate database on fresh install with cookiecutter-django. #537, opened by flaviobarros. This way, User model is allways notified right using Django Auth system. # What...

This pull request brings this project up to date with the latest version of Django 4.0. Please go to [DjangoBlogZinnia.com](https://www.djangoblogzinnia.com) for documentation and other updates.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.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...

dependencies

The main website for this package is down, and is instead serving malware to visitors. Please investgate.

(zinnie) C:\Users\Dagon\zinnie>manage.py check Traceback (most recent call last): File "C:\Users\Dagon\zinnie\manage.py", line 21, in main() File "C:\Users\Dagon\zinnie\manage.py", line 17, in main execute_from_command_line(sys.argv) File "C:\Users\Dagon\PycharmProjects\zinnie\lib\site-packages\django\core\management\__init__.py", line 401, in execute_from_co mmand_line utility.execute() File...

# Actual behavior This site can’t be reached docs.django-blog-zinnia.com’s server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN # Expected behavior Documentation area that works # Steps to reproduce the issue...

https://github.com/Fantomas42/django-blog-zinnia/blob/881101a9d1d455b2fc581d6f4ae0947cdd8126c6/zinnia/breadcrumbs.py#L95 Has an assumption that breadcrumbs(...) will return a non-empty list. However it seems that certain crawlers are getting to the archive pages without a breadcrumb trail. I believe it...