История коммитов

Автор 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. 12 лет назад