Changes between Initial Version and Version 4 of Ticket #25767
- Timestamp:
- 11/17/15 06:49:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25767
- Property Owner changed from nobody to George Marshall
-
Property
Status
changed from
new
toassigned
- Property Cc Simon Charette added
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
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.