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 6642293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:54:48+00:00 2026-05-25T23:54:48+00:00

I have two questions concerning the Django ChoiceField: This is my form: class ContactForm(forms.Form):

  • 0

I have two questions concerning the Django ChoiceField:

This is my form:

class ContactForm(forms.Form):
   GENDER = (
       (1, _("Mr.")),
       (2, _("Ms.")), 
   )
   prefix = forms.ChoiceField(choices=GENDER)
   ...

This works fine, however I was wondering why the choicefield doesn’t take a default..

On the page it renders Mr as the selected value, however if the form is submitted (note: required=True is default for this field) it doesn’t throw an error and the value in my form post data is “Ms” instead.

Other question:
{{ prefix.get_prefix_display }} doesn’t seem to work.. Is there a difference between models and forms with this function’s usage?

  • 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-25T23:54:49+00:00Added an answer on May 25, 2026 at 11:54 pm

    I think you are mixing up FormFields and ModelFields. Your FormField can set a default choice to appear by using the ‘initial’ argument:

    https://docs.djangoproject.com/en/dev/ref/forms/fields/#initial

    but it is represented in your model by a ModelField, for which a default value can be set using ‘default’ argument:

    https://docs.djangoproject.com/en/dev/ref/models/fields/#default

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

Sidebar

Related Questions

I have two questions concerning authentication of a intranet website and how to go
I have two questions concerning fitting a gauss curve to histogram peaks. My first
I have a few questions concerning Lists, classes and variables in clojure. This may
I have two questions concerning the sleep() function in PHP: Does the sleep time
I have two questions.They both are concerning a void in C++,which I am trying
I have two related questions concerning NSAutoreleasePool. Between declaring the pool and draining it,
I have a question about the singleton pattern. I saw two cases concerning the
I have two questions... Here is a really simple example script which causes an
I have two questions regarding the following function. Obviously, it is about a chat.
i have two questions: 1) is it possible to delete any value in jsarray

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.