Changes between Initial Version and Version 1 of Ticket #745
- Timestamp:
- 03/25/11 10:33:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #745
- Property Status changed from new to assigned
- Property Milestone changed from to 1.0
-
Ticket #745 – Description
initial v1 1 2 1 When models' pks are defined by a OneToOneField with parent_link=True, South seems to not recognize this and incorrectly gives foreign keys to those models the default pk type of integer. In the case that the pk is actually something else (bigint in my case).. You end up with mis-matched column types. Tested in 0.7.1 and 0.7.3 3 2
