mirror of https://github.com/zulip/zulip.git
778b7c0bdb
Previously, our codebase contained links to various versions of the Django docs, eg https://docs.djangoproject.com/en/1.8/ref/ request-response/#django.http.HttpRequest and https:// docs.djangoproject.com/en/2.2/ref/settings/#std:setting-SERVER_EMAIL opening a link to a doc with an outdated Django version would show a warning "This document is for an insecure version of Django that is no longer supported. Please upgrade to a newer release!". Most of these links are inside comments. Following the replacement of these links in our docs, this commit uses a search with the regex "docs.djangoproject.com/en/([0-9].[0-9]*)/" and replaces all matches with "docs.djangoproject.com/en/3.2/". All the new links in this commit have been generated by the above replace and each link has then been manually checked to ensure that (1) the page still exists and has not been moved to a new location (and it has been found that no page has been moved like this), (2) that the anchor that we're linking to has not been changed (and it has been found that no anchor has been changed like this). One comment where we mentioned a Django version in text before linking to a page for that version has also been changed, the comment mentioned the specific version when a change happened, and the history is no longer relevant to us. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
git.py |