Skip to content

Commit

Permalink
Deprecate report view
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Apr 13, 2023
1 parent d644041 commit 3fdb3b8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 383 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased

* Migrate linkcheck views to `ModelAdmin` (Timo Ludwig, #186)
* Add `ModelAdmin` for Url and Link models
* Deprecate `report` view
* Fix internal redirect checker (Timo Ludwig, #180)
* Fix SSL status of unreachable domains (Timo Ludwig, #184)
* Fix URL message for internal server errorrs (Timo Ludwig, #182)
Expand Down
1 change: 0 additions & 1 deletion linkcheck/templates/linkcheck/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'admin:index' %}">{% translate "Home" %}</a> &rsaquo;
<a href="{% url 'linkcheck_report' %}">{% translate "Link Checker" %}</a> &rsaquo;
{% translate "Coverage" %}
</div>
{% endblock %}
Expand Down
32 changes: 0 additions & 32 deletions linkcheck/templates/linkcheck/paginator.html

This file was deleted.

186 changes: 0 additions & 186 deletions linkcheck/templates/linkcheck/report.html

This file was deleted.

1 change: 0 additions & 1 deletion linkcheck/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

urlpatterns = [
path('coverage/', views.coverage, name='linkcheck_coverage'),
path('', views.report, name='linkcheck_report'),
]
Loading

0 comments on commit 3fdb3b8

Please sign in to comment.