Tim Graham
|
f8c338ec6a
Refs #25854 -- Completed a RequestContext docs example.
|
8 years ago |
Ana Balica
|
36fbf9b7d1
Removed unnecessary 'just' from docs/ref/templates/api.txt.
|
8 years ago |
Ville Skyttä
|
7003174fec
Fixed #26754 -- Documented django.template.context_processors.tz
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Mounir Messelmeni
|
03e1cc930c
Fixed #26145 -- Made debug context processor return queries for all databases.
|
8 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
8 years ago |
Tim Graham
|
91cd4d8e8c
Removed an extra header in docs/ref/templates/api.txt.
|
9 years ago |
Alex Morozov
|
5abed864ee
Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
|
9 years ago |
Aaron Elliot Ross
|
19a5f6da32
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
|
9 years ago |
Jacek Bzdak
|
494b7986a3
Fixed #25397 -- Documented class-based view context variable clash with context processors.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
4811f09fa3
Removed template.loader.BaseLoader per deprecation timeline.
|
9 years ago |
Tim Graham
|
5e450c52aa
Removed current_app argument to render() and TemplateResponse().
|
9 years ago |
Tim Graham
|
04ee4059d7
Refs #24022 -- Removed the ssi tag per deprecation timeline.
|
9 years ago |
Tim Graham
|
2634f606d5
Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Tim Graham
|
1fed8dd715
Fixed #25120 -- Deprecated egg template loader.
|
9 years ago |
Preston Timmons
|
655f524915
Fixed #17085, #24783 -- Refactored template library registration.
|
9 years ago |
Preston Timmons
|
8ae04e7630
Added docs for new template loader api.
|
9 years ago |
Tommy Beadle
|
6bfd864ff2
Fixed #24603 -- Allowed Context.update() to be used as a context manager.
|
9 years ago |
Tim Graham
|
c612786cf1
Fixed typos in docs/ref/templates/api.txt
|
9 years ago |
Tim Graham
|
3acefcefeb
Fixed #24600 -- Fixed inaccurate example in template Context docs.
|
9 years ago |
Preston Timmons
|
388e79e9fc
Fixed #24493 -- Added BaseContext.setdefault()
|
9 years ago |
Preston Timmons
|
4d9414098b
Documented Context.get() method.
|
9 years ago |
Preston Timmons
|
6b605be5fe
Fixed typo in current_app deprecation note.
|
9 years ago |
Aymeric Augustin
|
15b711b5ee
Deprecated TEMPLATE_DEBUG setting.
|
9 years ago |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
9 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
9 years ago |
Collin Anderson
|
26a92619f6
Fixed #24124 -- Changed context_processors in the default settings.py
|
10 years ago |
Aymeric Augustin
|
f01306a6d8
Updated templates API reference.
|
10 years ago |