DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75 stars 26 forks source link

Drop support for Django < 1.11 #90

Closed claudep closed 5 years ago

claudep commented 5 years ago

@DjangoAdminHackers/committers , after the 1.6 release, I would suggest to drop support for older Django versions. Would that be a problem for you?

andybak commented 5 years ago

We're cool with that. We might have some legacy sites still using Django 1.8 but it's up to us to maintain a branch/fork for them.

claudep commented 5 years ago

Do you mind if I reopen until a patch does that?

andybak commented 5 years ago

Sorry - yes. I was a bit hasty in closing this.