From bd6abbc2808c4db8c18c0b221ec1b0ac54ac6629 Mon Sep 17 00:00:00 2001 From: Daniel Musketa Date: Tue, 5 May 2026 17:14:22 +0200 Subject: [PATCH] Docs: Update link to Django style guide (#6140) --- doc/development/contribution/style.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/contribution/style.rst b/doc/development/contribution/style.rst index 0f69a2697a..d6065a019e 100644 --- a/doc/development/contribution/style.rst +++ b/doc/development/contribution/style.rst @@ -86,7 +86,7 @@ individual commits, we use "Rebase and merge" instead. Merge commits should be a .. _PEP 8: https://legacy.python.org/dev/peps/pep-0008/ .. _flake8: https://pypi.python.org/pypi/flake8 .. _Django Coding Style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/ -.. _translation: https://docs.djangoproject.com/en/1.11/topics/i18n/translation/ -.. _class-based views: https://docs.djangoproject.com/en/1.11/topics/class-based-views/ +.. _translation: https://docs.djangoproject.com/en/6.0/topics/i18n/translation/ +.. _class-based views: https://docs.djangoproject.com/en/6.0/topics/class-based-views/ .. _pytest-style: https://docs.pytest.org/en/latest/assert.html .. _fixtures: https://docs.pytest.org/en/latest/fixture.html