Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Mariusz Felisiak 0379e7532f [5.0.x] Applied Black's 2024 stable style. 10 mēneši atpakaļ
  David Smith b3e0170ab5 Fixed #34756 -- Fixed docs HTML build on Sphinx 7.1+. 1 gadu atpakaļ
  Sarah Boyce 60ac77f32e Removed unnecessary workarounds for Sphinx < 4.3.0. 1 gadu atpakaļ
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 2 gadi atpakaļ
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 2 gadi atpakaļ
  Mariusz Felisiak f0480ddd2d Fixed crash building HTML docs since Sphinx 4.3. 3 gadi atpakaļ
  David Smith f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". 3 gadi atpakaļ
  Mariusz Felisiak 36a2e9607e Made default_role_error use logger. 4 gadi atpakaļ
  Nick Pope 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 gadi atpakaļ
  Tim Graham ee37d2070a Sorted imports in docs/_ext/djangodocs.py. 4 gadi atpakaļ
  Mariusz Felisiak a4e4737cf3 Fixed CodeBlock deprecation warning on Sphinx 2.1+. 4 gadi atpakaļ
  Adam Johnson 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 4 gadi atpakaļ
  Baptiste Mispelon 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 gadi atpakaļ
  Sergey Fedoseev 5032556483 Made versionadded/versionchanged annotations without a content end with ".". 5 gadi atpakaļ
  Tim Graham 7206601040 Fixed crash building translated docs since Sphinx 1.8. 6 gadi atpakaļ
  Thomas Grainger c99d379f53 Updated contributing tutorial's virtual environment instructions. 6 gadi atpakaļ
  Tim Graham a0ef6a0e22 Fixed env.note_versionchange() deprecation warning in Sphinx 1.8. 6 gadi atpakaļ
  Tim Graham cc4bb110d3 Removed usage of deprecated sphinx APIs. 6 gadi atpakaļ
  Curtis Maloney c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 gadi atpakaļ
  Tim Graham de0e54ea00 Bumped minimum Sphinx version to 1.6.0. 6 gadi atpakaļ
  Roy Zwambag fe32fe1619 Used console directive in "Writing documentation". 6 gadi atpakaļ
  Ramiro Morales 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 6 gadi atpakaļ
  Дилян Палаузов d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 7 gadi atpakaļ
  Jon Dufresne 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 gadi atpakaļ
  Tim Graham cb16458c4f Removed usage of deprecated sphinx.util.compat.Directive. 7 gadi atpakaļ
  Dmitry Shachnev f370bfb108 Fixed docs build with Sphinx 1.6. 7 gadi atpakaļ
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 gadi atpakaļ
  Tim Graham e5d3f98abc Fixed missing versionadded/changed annotations on docs.djangoproject.com. 8 gadi atpakaļ
  Tim Graham bacdfbf3d1 Removed deprecated html_translator_class sphinx config option. 8 gadi atpakaļ
  Ramin Farajpour Cami 0a63ef3f61 Fixed #27463 -- Fixed E741 flake8 warnings. 8 gadi atpakaļ