Changes between Initial Version and Version 4 of Ticket #25767
- Timestamp:
- Nov 17, 2015, 12:49:47 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25767
- Property Owner changed from to
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
-
Ticket #25767 – Description
initial v4 1 1 The integer ranges for `PositiveSmallIntegerField` and `PositiveIntegerField` are reflective of `UNSIGNED INT` and `UNSIGNED BIGINT`. When the ORM actually uses `UNSIGNED SMALLINT` and `UNSIGNED INT` when creating these fields. 2 2 3 The side effect of this is that data will pass validation checks, but fail to commit tothe database.3 The side effect of this is that data will pass validation checks, but will be munged by the database.