I have a model where i have a field called date range. which returns a range of date range both the date range is same but the time changes how can i access one date from range in the model using ORM.
class My_model(models.Model):
date_range = ranges.DateTimeTZRange()