File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ def test_with_excluded_fields(self):
306
306
307
307
template = Template (('{% load model_tags %}'
308
308
'{% with pepulator_factory_pepulator_detail_template="pepulator_factory/pepulator_detail.html" %}'
309
- '{% with pepulator_factory_pepulator_exclude="knuckles, jambs" %}'
309
+ '{% with pepulator_factory_pepulator_exclude="knuckles, jambs, color " %}'
310
310
'{% detail_block pepulator %}'
311
311
'{% endwith %}'
312
312
'{% endwith %}' ))
@@ -319,7 +319,6 @@ def test_with_excluded_fields(self):
319
319
"height,height,12,"
320
320
"width,width,15,"
321
321
"manufacture_date,manufacture date,2011-06-10 11:12:33,"
322
- "color,color,red,"
323
322
"distributed_by,distributed by,Walmart,"
324
323
)
325
324
detail = template .render (context )
Original file line number Diff line number Diff line change 11
11
sys .exit (1 )
12
12
13
13
setup (name = 'django-model-blocks' ,
14
- version = '0.8.6 ' ,
14
+ version = '0.8.7 ' ,
15
15
description = ('Simple filters and tags for generic Django '
16
16
'model template partials' ),
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments