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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:32:35+00:00 2026-06-10T11:32:35+00:00

Previously I had a separate Time Field and a Date Field in my Model,

  • 0

Previously I had a separate Time Field and a Date Field in my Model, which I am now trying to join into one DateTime field, due timezone issues.

class Conversation(models.Model):
    conversation_datetime = models.DateTimeField()    

In my form I created two new fields one for time and another for date in order to extract the datetime in each accordingly.

class CallsForm(ModelForm):       
    conversation_date = forms.DateField(localize=True, widget=forms.DateInput())
    conversation_time = forms.TimeField(localize=True, widget=forms.TimeInput())

    def __init__(self, *args, **kwargs):
        super(CallsForm, self).__init__(*args, **kwargs)
        self.fields['conversation_date'] = self.instance.conversation_datetime.date()
        self.fields['conversation_time'] = self.instance.conversation_datetime.time()

In my view I simply pass in the instance:

call = Conversation(conversation_datetime = datetime.datetime.utcnow().replace(tzinfo=utc))
form = CallsForm(instance=call)    

However in my template the fields don’t get rendered. If I comment out the two rows in __init__, it gets perfectly rendered. What is wrong here?

   # self.fields['conversation_date'] = self.instance.conversation_datetime.date()
   # self.fields['conversation_time'] = self.instance.conversation_datetime.time()
  • 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-10T11:32:37+00:00Added an answer on June 10, 2026 at 11:32 am

    You override your form fields. Probably you want to set initial value:

    self.fields['conversation_date'].initial = self.instance.conversation_datetime.date()
    self.fields['conversation_time'].initial = self.instance.conversation_datetime.time()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Previously I had one form and TabOrder was easy. Now we have moved part
I'm trying to set-up a business website using App Engine. Previously, I had prototyped
I have a single page site that utilizes tabs - It previously had one
I have a webpage that previously had no doctype declaration. Now, I've added <!doctype
I had previously asked this question, trying to get started with this code: The
I previously had Passenger 2.2.13 install with NGINX 0.7.65 - I want to install
I previously had a table that is created using hibernate entities. I am using
I previously had a post on this issue that was resolved. However since rebuilding
I have a follow-up question regarding an issue I previously had on SO here
Here is the site in question: http://jayduff.co.uk/ I previously had the images/links on the

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.