Changes between Initial Version and Version 1 of Ticket #56, comment 29
- Timestamp:
- May 13, 2012, 7:03:47 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56, comment 29
initial v1 1 Made pull request https://github.com/django/django/pull/49 1 https://github.com/django/django/pull/62 or see 56_bigint.diff 2 3 Alternative approach to fix ticket 56. 4 Based on discussion https://github.com/django/django/pull/49 5 This approach doesn't change AutoField behavior. Only those who need extended int range may use it. 6 It keeps values ranges consistent between databases. Also it works nice with related fields.