커밋 기록

작성자 SHA1 메시지 날짜
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 년 전
  Preston Timmons 655f524915 Fixed #17085, #24783 -- Refactored template library registration. 10 년 전
  Preston Timmons d17a035132 Moved engine-related exceptions to django.template.exceptions. 10 년 전
  Preston Timmons fc21471526 Fixed #15053 -- Enabled recursive template loading. 10 년 전
  Collin Anderson db77915c9f Fixed E265 comment style 10 년 전
  David Robles d60b96d988 Fixed typo in 'Django Template Language' 10 년 전
  Aymeric Augustin 118592663d Exposed Engine in the django.template namespace. 10 년 전
  Aymeric Augustin 932d449f00 Explained the structure of django.template. 10 년 전
  Aymeric Augustin 1acfd624d6 Added initial support for loading template engines. 10 년 전
  Aymeric Augustin 7eefdbf7ab Cleaned up the django.template namespace. 10 년 전
  Aymeric Augustin 240ea67ce0 Move compile_string into the Engine class. 10 년 전
  Martin Matusiak ae5dbe5aa8 Fixed comment typo in django/template/__init__.py 10 년 전
  Tim Graham 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 년 전
  Russell Keith-Magee 0be14b0b96 Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 14 년 전
  Jannis Leidel 17b329ae08 Fixed #10004 and #12320 -- Enabled the makemessages management command to collect comments for translators that start with the "Translators" keyword. Thanks for the report and patches, martinb and Claude Paroz. 14 년 전
  Russell Keith-Magee ccc49029b8 Fixed #14181 -- Added a template tag and filters to allow localization to be disabled in a template. Thanks to Benjamin Wohlwend for the work on the patch. 14 년 전
  Karen Tracey da36e32224 Fixed #13334: Restored ability to load template tags from eggs. Again thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule, and Russ for review. 15 년 전
  Russell Keith-Magee aed032d0ac Fixed #13311 -- Modified the tag library import process so it doesn't mask import errors in the tag library itself. Thanks to amccurdy for the report, and Alex Gaynor for the suggested fix. 15 년 전
  Karen Tracey ed36a5f2ce Fixed #12554 again: Corrected regression in silencing attribute lookups introduced in r12823, plus added a test for this so it doesn't regress again. 15 년 전
  Karen Tracey 2403f581b3 Fixed #12554: Silence exceptions that have specified silent_variable_failure=True. Thanks Thomas Steinacher, copelco, mlavin. 15 년 전
  Karen Tracey 50e46c017e Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. 15 년 전
  Russell Keith-Magee f034c79cbc Fixed #6510 -- Refactored the way child nodes are found in template nodes to avoid potential inconsistencies. Thanks to SmileyChris for the patch. 15 년 전
  Karen Tracey 698410ab6f Fixed #12992: Adjusted the new template loader code so that the template 15 년 전
  Russell Keith-Magee 41c30f2fb8 Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report. 15 년 전
  Joseph Kocherhans fd233f40d1 Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError. 15 년 전
  Jannis Leidel 84f8213d74 Fixed #5972 - Allow the template filters to be used with the trans tag. Thanks for the initial patch, Dmitri Fedortchenko. 15 년 전
  Jannis Leidel b459f5b7e3 Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing filters that follow constant strings or variables. Thanks Dmitri Fedortchenko, Adam Vandenberg and Ramiro Morales. 15 년 전
  Jannis Leidel 6cafd4b21f Fixed #7876 - Improved template error message to include expected end tag. Thanks to Matthias Kestenholz for the initial patch. 15 년 전
  Russell Keith-Magee 12d3799dd2 Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks to Øyvind Satvik and Andrew Badr for their work on this patch. 15 년 전
  Jannis Leidel 9233d04265 Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 15 년 전