Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4616718
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:01:22+00:00 2026-05-22T02:01:22+00:00

I am getting the values from checkbox field from django custom form as shown

  • 0

I am getting the values from checkbox field from django custom form as shown below

error = forms.MultipleChoiceField(widget=CheckboxSelectMultiple(), choices = Error)

[u'None', u'Error',u'Fixed']

Now when I am inserting the above values in database the value is taking the entire list in the db field. I want to get the values as None,Error,Fixed without [] brackets. Is there any magic in python for doing so? Please help me this will be really helpful for my reporting stuff. Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:01:23+00:00Added an answer on May 22, 2026 at 2:01 am

    I got the solution by this way

     newstate = []
     state = [u'None', u'Error',u'Fixed']
     for i in state:
        newstate.append(str(i))
    

    Now this gives the output

    ['None', 'Error','Fixed']
    

    Now I am inserting the above values in database (this is for checkbox values captured from django form). At this stage I have one more problem, while retrieving the contents, I am getting in unicode

    k="['None', 'Error', 'Fixed']"

    I have solved this problem by using eval method. for converting the string to list

    new_list=eval(k) which gives the output

    ['None', 'Error','Fixed']

    My problem got solved. Thanks for giving the little clue. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having trouble getting my POST arrays to show all checkbox values from my form.
I am getting checkedListBox values from database. Based on my checkbox selection it will
I have a form where I am getting values from previous page in $GET.
When getting all values from db table, I get this error on the last
I'm getting odd behavior (it generates only missing values) from the following loop -
So I've been getting some mysterious uninitialized values message from valgrind and it's been
From the code below I am getting a cell value from the selected row
I have designed one sign-up form,in this form after getting all necessary values I
I have a listview in which I am getting values from base adapter.what I
I'm trying to create a custom field for a ModelForm. I'm extending from ModelMultipleChoiceField

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.