index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #24121 -- Added __repr__() to URLNode.
Rohith PR
2021-03-02
1
-0
/
+9
*
Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.
David Smith
2021-02-26
1
-1
/
+14
*
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2021-01-27
1
-4
/
+12
*
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2021-01-14
1
-77
/
+0
*
Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...
Jacob Walls
2020-12-28
1
-1
/
+1
*
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-21
1
-1
/
+1
*
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-11-05
2
-0
/
+53
*
Refs #25791 -- Added get_dirs() method to cached template loader.
Tom Forbes
2020-11-05
1
-0
/
+5
*
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-10-13
1
-2
/
+17
*
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-10-07
1
-4
/
+4
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
2
-1
/
+2
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
2
-7
/
+7
*
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
2020-05-11
1
-0
/
+12
*
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
1
-1
/
+1
*
Fixed #31172 -- Added note to translators for yesno filter.
Hasan Ramezani
2020-03-17
1
-0
/
+1
*
Fixed #20995 -- Added support for iterables of template names to {% include %...
Keshav Kumar
2020-02-18
1
-3
/
+7
*
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...
Patrick Seebauer
2020-01-02
1
-1
/
+1
*
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
1
-2
/
+2
*
Used Signature API instead of deprecated inspect.getcallargs().
Baptiste Mispelon
2019-12-10
1
-1
/
+2
*
Used full module import for inspect in template/base.py.
Baptiste Mispelon
2019-12-10
1
-4
/
+4
*
Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.
Hasan Ramezani
2019-11-27
1
-7
/
+24
*
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-19
1
-1
/
+1
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-1
/
+1
*
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-31
1
-2
/
+3
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-3
/
+4
*
Improved performance of django.template.base.Parser.
Alex Gaynor
2019-10-09
1
-4
/
+6
*
Fixed some typos in comments and docs.
Min ho Kim
2019-10-02
1
-1
/
+1
*
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
1
-6
/
+4
*
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-24
4
-10
/
+9
*
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-09-10
2
-3
/
+2
*
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-06-11
1
-1
/
+1
*
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...
Batuhan Taşkaya
2019-05-17
1
-3
/
+3
*
Removed unnecessary line in DebugLexer.tokenize().
sanchjat
2019-05-07
1
-1
/
+0
*
Fixed #20122 -- Made pluralize template filter return '' on invalid input.
Tobias Kunze
2019-05-03
1
-5
/
+3
*
Refs #20122 -- Corrected documentation of pluralize template filter.
Tobias Kunze
2019-05-03
1
-2
/
+2
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-2
/
+1
*
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2019-03-25
1
-1
/
+1
*
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
1
-2
/
+2
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-2
/
+2
*
Removed template_cache attribute from cached template loader.
Tom Forbes
2019-01-18
1
-2
/
+0
*
Fixed #30107 -- Removed unused dirs variable from cache template loader keys.
Tim Graham
2019-01-18
1
-3
/
+2
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-9
/
+10
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-2
/
+1
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-09-25
1
-1
/
+1
*
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-21
1
-2
/
+2
*
Fixed typos in comments and docs.
luz.paz
2018-08-01
2
-3
/
+3
*
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Dražen Odobašić
2018-07-31
1
-1
/
+1
*
Simplified BaseContext.__iter__().
Sergey Fedoseev
2018-07-11
1
-1
/
+1
*
Removed unneded str() calls prior to mark_safe(); simplified mark_safe().
Sergey Fedoseev
2018-07-09
1
-1
/
+1
[next]