Changes between Version 2 and Version 3 of Ticket #29304
- Timestamp:
- Apr 9, 2018, 10:38:34 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29304
- Property Component Uncategorized → Database layer (models, ORM)
- Property Summary Bulk Create bug in ORACLE → QuerySet.bulk_create() fails with "ORA-01790: expression must have same datatype as corresponding expression"
- Property Type Uncategorized → Bug
-
Ticket #29304 – Description
v2 v3 1 I have t o models1 I have two models: 2 2 {{{ 3 3 class Record(models.Model):