Posts by dezaborchardt • 3 points
2 posts
-
0
votes0
answers88
viewsQ: 'Object of type 'type' has no Len()' in Django
I am trying to filter the data from a list between two dates and I received this error. Models py. class Data(models.Model): dev = models.ForeignKey(Device,…
-
-1
votes2
answers100
viewsQ: Search between two dates in Django
I have a program where I need to search through GET on Django the data present between two dates (the user will define these dates) Models py. class Data(models.Model): dev =…