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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:39:08+00:00 2026-05-23T11:39:08+00:00

In one of my Django application I have an object with both a date

  • 0

In one of my Django application I have an object with both a date and a time attribute, and i don’t wish to use a datetime single attribute.

For the sake of example let’s call this object “Meeting”:

class Meeting(models.Model):
    publication_date = models.DateField()
    publication_time = models.TimeField()

Now I would like to get all the Meetings in the future given the current time

I am currently using this query:

Meeting.objects.filter(publication_date__gte=datetime.date.today()).exclude(publication_date=
datetime.date.today(),
publication_time__lt =
datetime.datetime.now()).order_by(‘publication_date’,
‘publication_time’)

But I feel like there might be a more efficient way

  • 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-23T11:39:08+00:00Added an answer on May 23, 2026 at 11:39 am

    Nope that would be the correct way to do it given the constraint of not using a datetime field. Why you don’t want to use a datetime field I don’t know.

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

Sidebar

Related Questions

I have a django application which has one main table/model which references various 'lookup'
I have installed my django application on one of my subdomains .. subdomain1.mydomain.com using
I have a Django application that defines a one-to-many model relationship. The models look
I have a Django application with two models: the first one is django.contrib.auth.User and
I have some unit tests I've written to test my Django application. One test
I have a Django application. One of my models looks like this: class MyModel(models.Model):
I have two servers - one Django, the other likely to be written in
In one of my Django templates, I have a chunk of HTML which repeats
I have two models, one a vanilla Django model, another an unmanaged model wrapping
I am developing an multilingual application using Django. One part is to select 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.