Commit History

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