-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two new fields to redirect export (#88)
This change adds two new boolean fields to the redirect data available as a CSV download or via the API: - is_http_to_https: true if the redirect is only from an http:// URL to the equivalent https:// URL. - is_append_slash: true if the redirect is only from a URL to the same URL with a trailing slash appended. To test, visit http://localhost:8000/redirects/?format=api to browse the API or http://localhost:8000/redirects/?format=csv download redirect data as a CSV.
- Loading branch information
Showing
3 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters