google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Does Not Support models.DateField #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Model with type models.DateField()
2. Create an instance of the Model
3. Create a QuerySet as ModelInstance.objects.all()

What is the expected output? What do you see instead?
I would expect to see a list of all the objects in the database table. what I 
get is: AttributeError: 'unicode' object has no attribute 'date'

What version of the product are you using? On what operating system?
version 1.0 on Windows7

Please provide any additional information below.

Original issue reported on code.google.com by brizn...@gmail.com on 18 Jan 2012 at 11:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Getting the same problem here.

Original comment by biu.dantas on 20 Feb 2012 at 5:47

GoogleCodeExporter commented 9 years ago
I came across this issue too.

Original comment by imgotop@gmail.com on 13 Mar 2014 at 4:57