chrisdrackett / django-typogrify

Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.
Other
107 stars 21 forks source link

make compatible with Django 4.0 #19

Open matthewn opened 2 years ago

matthewn commented 2 years ago

Greetings, and thank you for django-typogrify, which I've used on numerous projects. Just a simple changeset for compatibility with Django 4.0. Cheers.

VirginiaDooley commented 2 years ago

These changes worked for me using Django 4.1. 👍

jefftriplett commented 1 year ago

I was randomly looking for the widont template tag when I stumbled on this open issue for Django 4.0.

I wonder if it'd make sense to move this project over to the @jazzband group?