summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2023-04-16 19:14:09 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-17 07:44:29 +0200
commit26f181939ebdad3811736aadeb5634bbdcaca025 (patch)
tree5f18511a1bb833a58b49660035b8bc800ffe9b89 /docs/releases/1.8.txt
parent509401313471ac0e9ef2e0c575c02db4436d6158 (diff)
downloaddjango-26f181939ebdad3811736aadeb5634bbdcaca025.tar.gz
[4.2.x] Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 2c4dc6476083c853b654e462c7ff65dbe0334c9e from main
Diffstat (limited to 'docs/releases/1.8.txt')
-rw-r--r--docs/releases/1.8.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index b3951e40ff..bf4a81aa9d 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -64,14 +64,12 @@ upgrade instructions in older versions of the documentation.
Security enhancements
---------------------
-Several features of the django-secure_ third-party library have been
+Several features of the :pypi:`django-secure` third-party library have been
integrated into Django. :class:`django.middleware.security.SecurityMiddleware`
provides several security enhancements to the request/response cycle. The new
:option:`check --deploy` option allows you to check your production settings
file for ways to increase the security of your site.
-.. _django-secure: https://pypi.org/project/django-secure/
-
New PostgreSQL specific functionality
-------------------------------------
@@ -1506,9 +1504,7 @@ in your project.
The ``django.utils.checksums`` module has been deprecated and will be removed
in Django 1.10. The functionality it provided (validating checksum using the
Luhn algorithm) was undocumented and not used in Django. The module has been
-moved to the `django-localflavor`_ package (version 1.1+).
-
-.. _django-localflavor: https://pypi.org/project/django-localflavor/
+moved to the :pypi:`django-localflavor` package (version 1.1+).
``InlineAdminForm.original_content_type_id``
--------------------------------------------