コミット履歴

作者 SHA1 メッセージ 日付
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年 前
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 年 前
  David Sanders 53bffe8d03 Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths. 8 年 前
  Tim Graham ec4a6b33a9 Fixed #26946 -- Clarified instructions for customizing collectstatic's ignore_patterns. 8 年 前
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 年 前
  eltronix 996cadfa5f Prevented findstatic argument from appearing as multiple options. 9 年 前
  Claude Paroz f4c2b8e04a Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list 9 年 前
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 年 前
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 年 前
  Johannes Hoppe cf546e11ac Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 9 年 前
  Raphael Michel 1bbca7961c Fixed #25350 -- Added alias --no-input for --noinput to management commands. 9 年 前
  Chris McCollister d62194a260 Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs. 9 年 前
  Tim Graham 5ae0dd6abf Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS. 9 年 前
  Aksel Ethem b4d8b16e51 Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used during testing. 10 年 前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年 前
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 年 前
  Claude Paroz 337cd09836 Updated some other external links in the docs 10 年 前
  Tim Graham 87eedfff44 Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt. 10 年 前
  Claude Paroz 3a44e20005 Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 10 年 前
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 年 前
  Tim Graham d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 年 前
  Tim Graham 7f2505ad9e Fixed doc typos. 11 年 前
  Tim Graham 29345390b8 Minor edits to new findstatic functionality; refs #19879. 11 年 前
  Vajrasky Kok 6a9ed7d403 Fixed #19879 -- Have 'findstatic' says on which directories it searched the relative paths. 11 年 前
  Tim Graham 03395b4277 Fixed some markup that caused broken links in the static files docs. 11 年 前
  Jannis Leidel 8efd20f96d Added ManifestStaticFilesStorage to staticfiles contrib app. 11 年 前
  Vajrasky Kok 7e2d61a972 Fixed #21380 -- Added a way to set different permission for static directories. 11 年 前
  Vajrasky Kok 9eecb91695 Fixed #21219 -- Added a way to set different permission for static files. 11 年 前
  Keith Edmiston 028db97503 Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure. 11 年 前
  Ramiro Morales e909ceae9b Made django.test.testcases not depend on staticfiles contrib app. 11 年 前