Skip to content

Commit

Permalink
Deprecate report view
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Nov 15, 2023
1 parent 048a87f commit ba97e13
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 413 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 Brembeck, #186)
* Add `ModelAdmin` for Url and Link models
* Delete `report` view
* Move coverage view to management command (Timo Brembeck, #187)
* Add new management command `linkcheck_suggest_config`
* Delete coverage view
Expand Down
23 changes: 0 additions & 23 deletions linkcheck/templates/linkcheck/base_linkcheck.html

This file was deleted.

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.

3 changes: 1 addition & 2 deletions linkcheck/tests/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django import http
from django.contrib import admin
from django.urls import include, path
from django.urls import path
from django.views.generic import RedirectView

from linkcheck.tests.sampleapp import views
Expand All @@ -11,7 +11,6 @@ def handler404(*args, **kwargs):


urlpatterns = [
path('admin/linkcheck/', include('linkcheck.urls')),
path('admin/', admin.site.urls),
path('public/', views.http_response, {'code': '200'}),
path('http/<int:code>/', views.http_response),
Expand Down
7 changes: 0 additions & 7 deletions linkcheck/urls.py

This file was deleted.

Loading

0 comments on commit ba97e13

Please sign in to comment.