summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2013-02-14Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-14Fixed #19819 - Improved template filter errors handling.Michael van Tellingen
2013-02-04Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-29Merge pull request #595 from bmispelon/patch-1Aymeric Augustin
2012-12-29Removed support is_safe and needs_autoescape as function attributes.Aymeric Augustin
2012-12-18Fixed #19470 - Clarified widthratio example.Tim Graham
2012-12-17Fixed typo in WidthRatioNode's error.Baptiste Mispelon
2012-12-09Fixed #19392 -- Improved error for old-style url tags with dashes.Aymeric Augustin
2012-11-27Fixed #19370 -- Made date filter properly handle midnight valueDanilo Bargen
2012-11-25Change exception type to reduce confusion.Aymeric Augustin
2012-11-24Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.Aymeric Augustin
2012-11-19Fix typo in commentRiley Strong
2012-11-09Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant
2012-10-13Fixed #18484 -- Removed the div around the csrf token inputClaude Paroz
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-09-09Fixes #18933. Fixes code example in docstring.Martey Dodoo
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-22Used the decorator syntax for properties in django.httpClaude Paroz
2012-08-18Fixed bug in 212b982 -- Removed duplicate code in removetagsMarc Tamlyn
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-15[py3] Fixed slugify filterClaude Paroz
2012-08-14[py3] Fixed egg template loader.Aymeric Augustin
2012-08-12[py3] Made __repr__ return str with Python 3Claude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-11Fixed #18739 -- witdthratio behavior on None argsKaren Tracey
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Fixed filesystem encoding handlingAymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-18Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin
2012-07-06Fixed #18484 - 'display:none' on CSRF token div is redundant and causes probl...Luke Plant
2012-07-06Fixed #18572 - Python26 string format incompatibilityLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-06-30Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__Claude Paroz
2012-06-19Fixed #14502 again -- saner verbatim closing tokenChris Beaven
2012-06-14IfParser.next() method renamed to avoid confusion with iterator protocol.Luke Plant
2012-06-14Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.Luke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #14502 -- Added a verbatim template tag.Aymeric Augustin
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Fixed #4746 -- Allowed spaces around filter separator.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin