|
|
|
@7688
|
[7688]
|
06/18/08 07:59:39 |
russellm |
Fixed #7318 -- Cleaned up the template inheritance logic, specifically to … |
|
|
|
@7089
|
[7089]
|
02/05/08 17:41:48 |
mtredinnick |
Tweaked [7082] and [7084] a little bit to also allow comment nodes prior … |
|
|
|
@7085
|
[7085]
|
02/03/08 22:57:56 |
mtredinnick |
Fixed a simple TODO item in one error path of the "extends" tag. |
|
|
|
@7084
|
[7084]
|
02/03/08 22:52:37 |
mtredinnick |
Fixed #5124 -- Added a reasonable error when "extends" is not the first … |
|
|
|
@7082
|
[7082]
|
02/03/08 20:31:53 |
mtredinnick |
Allow whitespace prior to an "extends" tag. This allows a little more … |
|
|
|
@6673
|
[6673]
|
11/14/07 15:07:27 |
mtredinnick |
Content coming via {{ block.super }} is always going to be correctly … |
|
|
|
@6399
|
[6399]
|
09/20/07 23:00:32 |
jacob |
Fixed #3453: introduced a new template variable resolution system by Brian … |
|
|
|
@5927
|
[5927]
|
08/18/07 00:43:38 |
mtredinnick |
Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. |
|
|
|
@5511
|
[5511]
|
06/22/07 02:15:04 |
mtredinnick |
Backed out the changes in [5482] for a bit whilst some more investigation … |
|
|
|
@5482
|
[5482]
|
06/17/07 02:11:37 |
mtredinnick |
Fixed #4565 -- Changed template rendering to use iterators, rather … |
|
|
|
@4492
|
[4492]
|
02/12/07 11:13:08 |
adrian |
Small formatting tweaks to named-end-blocks change from [4489] |
|
|
|
@4489
|
[4489]
|
02/11/07 18:22:22 |
mtredinnick |
Fixed #3351 -- Added optional naming of the block in "endblock" tags to … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3719
|
[3719]
|
09/04/06 18:56:09 |
adrian |
Added small comment to django.template.loader_tags, to clarify change from … |
|
|
|
@3707
|
[3707]
|
09/02/06 04:26:24 |
russellm |
Refs #2333 - Re-added the template rendering signal for testing purposes; … |
|
|
|
@3666
|
[3666]
|
08/27/06 13:10:32 |
adrian |
Reverted [3659], the 'name' field on Template objects and the signal … |
|
|
|
@3659
|
[3659]
|
08/27/06 07:35:07 |
russellm |
Refs #2333 - Added a signal that is emitted whenever a template is … |
|
|
|
@3465
|
[3465]
|
07/27/06 18:23:55 |
jacob |
Fixed #1650: the {% extends %} tag now can extend a Template object passed … |
|
|
|
@3450
|
[3450]
|
07/25/06 13:54:13 |
adrian |
Made correction to a comment in django/template/loader_tags.py |
|
|
|
@3414
|
[3414]
|
07/21/06 15:39:17 |
jacob |
Second half of little cleanup tweaks suggested by pyflakes. |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/template/loader_tags.py:
|
|
|
|
@2771
|
[2771]
|
04/28/06 15:56:58 |
lukeplant |
magic-removal: Fixed negligible indentation errors. |