Skip to content

Instantly share code, notes, and snippets.

@AbhiAgarwal
Created June 23, 2015 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhiAgarwal/ead04a3d677488bd903d to your computer and use it in GitHub Desktop.
Save AbhiAgarwal/ead04a3d677488bd903d to your computer and use it in GitHub Desktop.
[
{
"field": "char_field",
"field_choices": [],
"name": "char_field",
"path_verbose": "",
"field_type": "CharField",
"help_text": "",
"path": "",
"field_verbose": "char field"
},
{
"field": "check_mate_status",
"field_choices": [
[
"CH",
"CHECK"
],
[
"MA",
"CHECKMATE"
]
],
"name": "check_mate_status",
"path_verbose": "",
"field_type": "CharField",
"help_text": "",
"path": "",
"field_verbose": "check mate status"
},
{
"field": "id",
"field_choices": [],
"name": "id",
"path_verbose": "",
"field_type": "AutoField",
"help_text": "",
"path": "",
"field_verbose": "ID"
},
{
"field": "i_want_char_field",
"field_choices": null,
"name": "i_want_char_field",
"path_verbose": "",
"field_type": "Property",
"help_text": "Adding this property will significantly increase the time it takes to run a report.",
"path": "",
"field_verbose": "i_want_char_field"
},
{
"field": "i_need_char_field",
"field_choices": null,
"name": "i_need_char_field",
"path_verbose": "",
"field_type": "Property",
"help_text": "Adding this property will significantly increase the time it takes to run a report.",
"path": "",
"field_verbose": "i_need_char_field"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment