Opened 18 years ago
Closed 18 years ago
#3748 closed (fixed)
[boulder-oracle] DateTimeField shows as "True" in admin
Description ¶
Providing a default of "datetime.datetime.now()" or similar to a DateTimeField in a model leads to both form entry fields in the admin showing the value "True" against Oracle. Using sqlite3 or postgres against the same codebase works correctly.
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5020]) boulder-oracle-sprint: Fixed #3748.