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

  • Home
  • SEARCH
  • 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 8845191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:40:44+00:00 2026-06-14T11:40:44+00:00

Hi I have a django form choice field, which needs a choice selection of

  • 0

Hi I have a django form choice field, which needs a choice selection of range 85-150 at 5 unit increments. Unfortunately I can’t do this:

wind_range = range(85, 150, 5)

WIND_SPEED_CHOICE = (
    for i in wind_range:
        (i, i),
)

Any suggestions?

Any help much appreciated.

  • 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-06-14T11:40:46+00:00Added an answer on June 14, 2026 at 11:40 am

    Quoting django model field reference doc:

    Finally, note that choices can be any iterable object — not
    necessarily a list or tuple. This lets you construct choices
    dynamically.

    This means that this can be a solution to you:

    wind_range = range(85, 150, 5)    
    WIND_SPEED_CHOICE =  [ (i, i) for i in wind_range ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a django choice set which I display in a form : PRIORITIES_CHOICES
I have been struggling to create a django form which users can fill and
I'm working with a django form, and I have a choice field. I think
I have a Django form that needs to do some client-side validation before submitting
I have a Django form that uses an integer field to lookup a model
I have a form in my django app where users can upload files. How
Is it possible to have a Django form field represent form values as slugs
I have a form that has a choice list: <select name=cellSerpro id=idcellserpro class=field text
I have a Django app with custom form fields, some of which have slow
I have a django site that has a donate form on it. This site

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.