willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

Django 1.7 get_verbose_name #46

Open cwood opened 10 years ago

cwood commented 10 years ago

This uses the new utils text package as a way to format a name to the standard format.

In django 1.7 the get_verbose_name util doesn't exist anymore.