Merge branch 'master' into bbmaster
This commit is contained in:
commit
1421e8cb1a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class GridFieldInstance(ListFieldInstance):
|
||||||
class RecordsFieldInstance(GridFieldInstance):
|
class RecordsFieldInstance(GridFieldInstance):
|
||||||
|
|
||||||
def getRenderer(self, name):
|
def getRenderer(self, name):
|
||||||
return grid_macros.macros[name]
|
return grid_macros.macros.get(name)
|
||||||
|
|
||||||
def marshall(self, value):
|
def marshall(self, value):
|
||||||
result = []
|
result = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue