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

Handle new location of jquery.min.js #58

Closed rerb closed 8 years ago

rerb commented 8 years ago

Closes #57

claudep commented 8 years ago

Thanks! I think both commits could be merged. But instead you could separate space cleanups in a separate commit.

claudep commented 8 years ago

Friendly ping, do you intend to fix this PR?

rerb commented 8 years ago

@claudep I think this is all set now -- can you squish the commits into one when you merge the PR? I don't see any other way but I'm no git wizard.

claudep commented 8 years ago

Trailing space removal was committed in 37241e2.

claudep commented 8 years ago

Thanks, pushed in 9eb94ce.