I have a list of homes :
list1 = [home1, home2, home3, home4]
and I have another list of specific homes:
list2 = [ home6, home7
Edited:
list3 = (list1 + list2) list3.sort(key = lambda x: x.date)