提交历史

作者 SHA1 备注 提交日期
  Baptiste Mispelon a86fdfaa3b Added copy-to-clipboard support for all code snippets 8 年之前
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 年之前
  Tim Graham 03306a187e Declared Sphinx extensions safe for parallel reading. 9 年之前
  Tim Graham c315f96024 Removed a docs workaround for an old Sphinx version. 9 年之前
  Tim Graham e48a5b5a03 Fixed #23751 -- Fixed code snippet formatting in docs PDF. 9 年之前
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 年之前
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 年之前
  Tim Graham 7f4347b176 Removed duplicate "Deprecated in Django A.B" text in docs. 10 年之前
  Tim Graham e1d18b9d2e Fixed #21869 -- Fixed docs building with Sphinx 1.2.1. 11 年之前
  Loic Bistuer 6685713869 Fixed E127 pep8 warnings. 11 年之前
  Tim Graham b63acdfe71 Removed a u'' prefix that prevented the docs from building on Python 3.2. 11 年之前
  Alex Gaynor ac17525039 Replace use of dict.has_key with `key in dict` 11 年之前
  Alex Gaynor fe995e6cbd Fixed the remaining E302 violations int eh django package 11 年之前
  Boryslav Larin e737c009b8 Fixed flake8 E241 11 年之前
  Tim Graham 1597503a01 Fixed E221 pep8 warnings. 11 年之前
  M Nasimul Haque d07d6ae116 Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filename. 11 年之前
  Tim Graham a3a59a3197 Added a bugfix in docutils 0.11 -- docs will now build properly. 11 年之前
  Ramiro Morales 0fa8d43e74 Replaced `and...or...` constructs with PEP 308 conditional expressions. 11 年之前
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 年之前
  Juan Catalano 1ddeeb5b8e Removed unused imports. 12 年之前
  Juan Catalano 4e25198ec2 Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. 12 年之前
  Gavin Wahl ec04fd1344 Fixed spelling errors 12 年之前
  Florian Apolloner a5733fcd7b Fixed creation of html docs on python 3. 12 年之前
  Tim Graham d93edffa89 Fixed #19699 - Removed "Please see the release notes" from versionadded/changed directives 12 年之前
  Claude Paroz 865cd35c9b Made more extensive usage of context managers with open. 13 年之前
  Aymeric Augustin cec6bd5a59 Fixed #18023 -- Removed bundled simplejson. 13 年之前
  Luke Plant e1ba9111ac Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed 13 年之前
  Luke Plant c61987d75a Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 13 年之前
  Ramiro Morales b95c06d423 Made fix for quote characters with SmartPants + parsed literal blocks conditional on Sphinx version. 13 年之前
  Luke Plant 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx 14 年之前