Changes between Initial Version and Version 1 of Ticket #56, comment 29


Ignore:
Timestamp:
May 13, 2012, 7:03:47 AM (12 years ago)
Author:
pzinovkin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56, comment 29

    initial v1  
    1 Made pull request https://github.com/django/django/pull/49
     1https://github.com/django/django/pull/62 or see 56_bigint.diff
     2
     3Alternative approach to fix ticket 56.
     4Based on discussion https://github.com/django/django/pull/49
     5This approach doesn't change AutoField behavior. Only those who need extended int range may use it.
     6It keeps values ranges consistent between databases. Also it works nice with related fields.
Back to Top