Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D django-mongoforms
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Stephan Jaekel
  • django-mongoforms
  • Issues
  • #13
Closed
Open
Issue created Jan 11, 2012 by Administrator@rootContributor

StringField with choice argument causing problem.

Created by: haridas

I found that inside the StringField generator function, it is zipping the choice data and makeing it a copy. This results in to a dictionary with non string key. This will throw an error if we convert a dictionary of non string key to json format.

It's worked form if I'm removing the zip statement from the Field generation function of StringField.

Thank you, haridas N.

Assignee
Assign to
Time tracking