Django

Code

root/django/trunk/docs/templates_python.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7647 [7647] 06/15/08 22:35:50 adrian Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7203 [7203] 03/07/08 21:19:52 gwilson Fixed #6732 -- Added missing word "must" in templates_python.txt docs, …
(edit) @7196 [7196] 03/05/08 18:54:14 gwilson Fixed #6721 -- Fixed a typo in templates_python.txt documentation, …
(edit) @7130 [7130] 02/18/08 17:43:12 mtredinnick Fixed a few errors in the documentation. Thanks, Matthew Flanagan, …
(edit) @7020 [7020] 01/13/08 13:07:14 gwilson Fixed another typo in templates docs.
(edit) @7019 [7019] 01/13/08 12:50:59 gwilson Fixed typo in templates docs.
(edit) @6923 [6923] 12/17/07 00:59:01 mtredinnick Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and …
(edit) @6798 [6798] 12/01/07 12:38:12 adrian Edited templates.txt and templates_python.txt auto-escaping changes from …
(edit) @6743 [6743] 11/29/07 12:15:38 mtredinnick Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?.
(edit) @6692 [6692] 11/18/07 01:19:11 mtredinnick Rewrote the section about writing autoescaping-aware filters, based on …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6462 [6462] 10/07/07 11:35:27 mtredinnick Fixed an RST formatting typo.
(edit) @6399 [6399] 09/20/07 23:00:32 jacob Fixed #3453: introduced a new template variable resolution system by Brian …
(edit) @6307 [6307] 09/15/07 13:39:44 adrian Fixed #5484 -- Documented render_to_string. Thanks, ubernostrum
(edit) @6159 [6159] 09/13/07 23:04:51 adrian Edited docs/templates_python.txt change from [6143]
(edit) @6143 [6143] 09/13/07 18:30:26 mtredinnick Fixed #4793 -- Tweaked custom filter documentation a little to possibly …
(edit) @5927 [5927] 08/18/07 00:43:38 mtredinnick Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.
(edit) @5667 [5667] 07/12/07 08:23:11 russellm Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to …
(edit) @5600 [5600] 07/03/07 14:26:34 adrian Converted some tabs to four spaces in two docs
(edit) @5599 [5599] 07/03/07 14:21:33 adrian Fixed tabs -> spaces in [5598]
(edit) @5598 [5598] 07/03/07 14:20:56 adrian Fixed an error in a RequestContext? example in docs/templates_python.txt
(edit) @5537 [5537] 06/25/07 11:11:32 mtredinnick Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5412 [5412] 06/01/07 12:03:14 adrian Negligible spacing change to docs/templates_python.txt
(edit) @5402 [5402] 06/01/07 04:38:32 mtredinnick Fixed #4423 -- Typo fix.
(edit) @5379 [5379] 05/29/07 06:09:24 russellm Fixed #1278 -- Added a context processor that puts MEDIA_URL in the …
(edit) @5188 [5188] 05/11/07 03:50:54 mtredinnick Fixed #4267 -- In example code, extract the template tag name correctly …
(edit) @5167 [5167] 05/07/07 22:36:16 mtredinnick Fixed #3753 -- Allow optional display of invalid variable name …
(edit) @5161 [5161] 05/07/07 21:48:38 mtredinnick Fixed #4202 -- Corrected namespacing of exception in one of the …
(edit) @5137 [5137] 05/02/07 15:24:36 adrian Fixed #4139 -- Fixed typo in docs/templates_python.txt.
(edit) @5039 [5039] 04/20/07 04:15:30 mtredinnick Changed all references to tutorial1/ to be tutorial01/ (and similarly …
(edit) @4559 [4559] 02/23/07 14:50:53 jacob Fixed documentation from [4558] to be correct.
(edit) @4558 [4558] 02/23/07 12:02:51 jacob Fixed #343: filters that take strings now handle non-strings correctly. …
(edit) @4502 [4502] 02/13/07 09:44:04 adrian Renamed date_to_format function in docs/templates_python.txt example so as …
(edit) @4477 [4477] 02/10/07 02:29:34 mtredinnick Fixed #2655 -- added documentation about resolve_variable() for custom …
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @4062 [4062] 11/10/06 09:28:32 adrian Fixed typo in docs/templates_python.txt
(edit) @3920 [3920] 10/24/06 11:23:05 adrian Made small edits to docs/templates_python.txt
(edit) @3911 [3911] 10/23/06 02:39:19 mtredinnick Fixed #2837 -- Documented the context_instance parameter …
(edit) @3901 [3901] 10/13/06 09:26:08 russellm Fixes #2384,#2566 -- Clarify the role that TEMPLATE_STRING_IF_INVALID …
(edit) @3883 [3883] 09/28/06 21:30:42 mtredinnick Fixed #2845 -- Corrected a few spelling errors in the docs and changed …
(edit) @3865 [3865] 09/26/06 10:38:44 adrian Fixed #2744 -- Added 'Writing your own context processors' to …
(edit) @3772 [3772] 09/21/06 06:41:18 mtredinnick Fixed #2556 -- Documented that simple_tag functions can take any number …
(edit) @3717 [3717] 09/04/06 18:40:28 adrian Corrected spelling of 'behavior' in docs/templates_python.txt from [3714]
(edit) @3714 [3714] 09/04/06 09:02:11 russellm Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, …
(edit) @3685 [3685] 08/30/06 22:50:59 adrian Fixed #2610 -- Clarified docs on 'messages' variable for auth context …
(edit) @3670 [3670] 08/28/06 11:41:26 jacob Fixed #2610 -- corrected documentation about the auth context processor …
(edit) @3606 [3606] 08/17/06 22:40:47 adrian Made small change to docs/templates_python.txt to explicitly define …
(edit) @3480 [3480] 07/28/06 16:44:42 adrian Removed section in docs/templates_python.txt about Django 0.91
(edit) @3433 [3433] 07/23/06 20:51:15 adrian Fixed legacy mention of DjangoContext? in docs/templates_python.txt
(edit) @3312 [3312] 07/10/06 09:22:04 adrian Decimated 'whilst' in docs/templates_python.txt from [3308]
(edit) @3309 [3309] 07/10/06 05:50:04 mtredinnick Typo fixing.
(edit) @3308 [3308] 07/10/06 05:48:08 mtredinnick Fixed #2320 -- corrected numerous errors in the custom tag examples …
(edit) @3205 [3205] 06/25/06 22:02:42 mtredinnick Fixed #2235 -- corrected a couple of typos pointed out by …
(edit) @3093 [3093] 06/06/06 21:38:37 adrian Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, …
(edit) @3061 [3061] 06/02/06 00:06:36 adrian Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of …
(edit) @2979 [2979] 05/25/06 00:29:27 adrian Made some edits to docs/templates_python.txt 'inclusion_tag' section
(edit) @2978 [2978] 05/25/06 00:09:25 mtredinnick Fixed #2001 -- corrected a couple of typos in the custom tag examples. …
(edit) @2941 [2941] 05/18/06 21:02:34 mtredinnick Documented the simple_tag and inclusion_tag functions that make writing …
(edit) @2927 [2927] 05/16/06 16:28:06 adrian Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2569 [2569] 03/27/06 14:13:59 adrian Fixed #1546 -- Fixed bad links in docs/templates_python.txt.
(edit) @2294 [2294] 02/08/06 18:31:51 adrian Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the …
(edit) @2133 [2133] 01/27/06 09:55:04 adrian Fixed #1271 -- Added a 'request' template context processor, which is not …
(edit) @2077 [2077] 01/20/06 14:33:40 adrian Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any …
(edit) @2049 [2049] 01/18/06 10:46:30 adrian Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski …
(edit) @1924 [1924] 01/11/06 22:41:23 adrian Removed 'Subclassing Context: Custom subclasses' from …
(edit) @1909 [1909] 01/11/06 08:46:38 jacob Fixed error in docs/templates_python.txt (thanks, Alice)
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1871 [1871] 01/08/06 18:51:48 adrian Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng
(edit) @1808 [1808] 12/30/05 19:46:04 adrian Updated settings.txt and templates_python.txt to clarify that …
(edit) @1773 [1773] 12/23/05 22:39:59 adrian Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify …
(edit) @1461 [1461] 11/27/05 10:43:56 adrian Changed template library system so that it looks for a module-level …
(edit) @1450 [1450] 11/27/05 01:28:51 adrian Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
(edit) @1443 [1443] 11/26/05 16:46:31 adrian Fixed #911 -- Made template system scoped to the parser instead of the …
(edit) @1261 [1261] 11/15/05 20:59:22 adrian Added links to auth docs in docs/templates_python.txt
(edit) @1122 [1122] 11/07/05 08:26:40 adrian Changed register_tag example in docs/templates_python.txt to be consistent …
(edit) @893 [893] 10/16/05 22:00:18 adrian Added 'Loader types' section to docs/templates_python.txt
(edit) @867 [867] 10/14/05 15:10:13 adrian Fixed #626 -- Moved template modules to django.core.template package. …
(edit) @771 [771] 10/04/05 08:34:59 adrian Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, Boffbowsh
(edit) @631 [631] 09/06/05 16:30:45 adrian Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, Manuzhai
(edit) @630 [630] 09/06/05 07:37:54 adrian Fixed #462 -- Fixed typo in docs/templates_python.txt. Thanks, …
(edit) @629 [629] 09/05/05 22:07:38 adrian Fixed small typo in [628]
(edit) @628 [628] 09/05/05 22:05:50 adrian Finished docs/templates_python.txt
(edit) @627 [627] 09/05/05 21:37:39 adrian Fixed some more formatting bugs in [625]
(edit) @626 [626] 09/05/05 21:35:51 adrian Fixed some formatting bugs in [625]
(edit) @625 [625] 09/05/05 21:30:23 adrian Added a couple more sections to docs/templates_python.txt
(edit) @624 [624] 09/05/05 19:01:44 adrian Made small cleanups to [623]
(add) @623 [623] 09/05/05 18:38:46 adrian Added docs/templates_python.txt, which isn't finished yet
Note: See TracRevisionLog for help on using the revision log.