1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32720 -- Fixed some broken links in docs.

This commit is contained in:
Nick Pope
2021-04-27 16:38:57 +01:00
committed by Mariusz Felisiak
parent 1c3bbcf802
commit 7c4ee487c7
10 changed files with 12 additions and 14 deletions

View File

@@ -593,7 +593,7 @@ Django 1.4 also includes several smaller improvements worth noting:
* The :djadmin:`makemessages` command uses a new and more accurate lexer,
`JsLex`_, for extracting translatable strings from JavaScript files.
.. _JsLex: https://bitbucket.org/ned/jslex
.. _JsLex: https://pypi.org/project/jslex/
* The :ttag:`trans` template tag now takes an optional ``as`` argument to
be able to retrieve a translation string without displaying it but setting