Track creation date of redirects
See original GitHub issueWe need to inherit from TimeStampedModel
and override those fields to be nullable to avoid downtime during deploy.
We could expose this data in the UI later, so is easy to know when the list of redirects was last updated.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to Track Landing Page Redirects Using Google Analytics
Tracking landing page redirects does not have to be as overwhelming as it seems at first glance. When dealing with data and analytics, ......
Read more >How to Track Landing Page Redirects Using Google Analytics
Tracking your redirects can be a helpful way to measure your site's progress and goals. This article explores the use of query strings...
Read more >Redirect Checker
Checking the redirection steps of a URL is easy. You simply enter the initial URL or domain name into the search box at...
Read more >Redirections in HTTP - MDN Web Docs - Mozilla
These redirections are meant to last forever. They imply that the original URL should no longer be used, and replaced with the new...
Read more >How to Easily Track URL Redirects in WordPress - AIOSEO
Do you want to know how to easily track URL redirects in WordPress? In this post, we'll show you how to track URL...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If I understand correctly we have this data already: https://github.com/readthedocs/readthedocs.org/blob/237709469573a5b50fe44e27d095129166abebbd/readthedocs/redirects/models.py#L105-L106
Feel free to just say you are working on the issue and send the PR, no need for assignments.