Re: [Django] #14286: Support for BigAutoField

64 views
Skip to first unread message

Django

unread,
Dec 31, 2011, 11:48:12 AM12/31/11
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: SVN
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by diabeteman):

* ui_ux: => 0
* easy: => 0


Comment:

Hello guys,

Since 1.4 is to be released soon™, could this feature be integrated into
it? I looked in the trunk and did not find it. It shouldn't have much
impact on anything.

I could perform the integration of the patch proposed by mmcnickle, but
since I'm new here, I'm not sure if I can :)

Thanks!!! Django is a wonderfull piece of software o/

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 11, 2012, 6:19:01 AM1/11/12
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: SVN
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by mvantellingen):

* cc: mvantellingen (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:7>

Django

unread,
Jan 25, 2012, 7:08:36 AM1/25/12
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: SVN
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by sergeykolosov):

* cc: sergeykolosov (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:8>

Django

unread,
Apr 28, 2012, 11:34:24 PM4/28/12
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by akaariai):

#18201 asked for tinyint and smallint based `AutoFields`. If bigint based
fields is added in this ticket, it would make sense to add smallint based
!AutoField, too.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:9>

Django

unread,
Dec 9, 2012, 5:42:45 PM12/9/12
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by ejucovy):

* cc: ethan.jucovy@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:10>

Django

unread,
Mar 7, 2013, 12:19:05 PM3/7/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by jacob):

#20001 has an alternate patch.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:11>

Django

unread,
Mar 8, 2013, 11:33:35 AM3/8/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by jamercee):

This week we upgraded to from 1.3 -> 1.5, and discovered BigAutoField was
not yet included in Django. I know this issue has been referenced in a
number of tickets over the years. In Django 1.3, we went with the
mmcnickle approach discussed in this ticket, but found this difficult to
merge into 1.5.

This time, we went with the approach approach suggested by pzinovkin in
ticket 56
(https://code.djangoproject.com/attachment/ticket/56/56_bigint.diff). It
required tweaking to get it to work cleanly with 1.5

Attached are patches derived from a git clone this morning.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:12>

Django

unread,
Jun 18, 2013, 1:06:45 PM6/18/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by clintonb):

What needs to be done to move this patch to completion and integration?

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:13>

Django

unread,
Jul 26, 2013, 2:47:30 PM7/26/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by anonymous):

Someone from a big corporation that uses django to request it

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:14>

Django

unread,
Jul 26, 2013, 3:02:48 PM7/26/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by aaugustin):

Judging by the ticket's flage, tests need to be written (at least).

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:15>

Django

unread,
Aug 6, 2013, 1:07:57 PM8/6/13
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by ludo):

* cc: ludo@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:16>

Django

unread,
Jan 3, 2014, 9:00:26 PM1/3/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by xsanch@…):

Replying to [comment:12 jamercee]:


> This week we upgraded to from 1.3 -> 1.5, and discovered BigAutoField
was not yet included in Django. I know this issue has been referenced in a
number of tickets over the years. In Django 1.3, we went with the
mmcnickle approach discussed in this ticket, but found this difficult to
merge into 1.5.
>
> This time, we went with the approach approach suggested by pzinovkin in
ticket 56
(https://code.djangoproject.com/attachment/ticket/56/56_bigint.diff). It
required tweaking to get it to work cleanly with 1.5
>
> Attached are patches derived from a git clone this morning.


I tried to apply the patch to my 1.5 Django release:

patch -p1 --dry-run -r /var/tmp/reject.txt < bigauto.diff
patching file django/db/backends/__init__.py
Hunk #1 succeeded at 901 (offset -154 lines).
patching file django/db/backends/mysql/creation.py
Hunk #1 FAILED at 7.
1 out of 1 hunk FAILED -- saving rejects to file /var/tmp/reject.txt
patching file django/db/backends/oracle/creation.py
Hunk #1 FAILED at 17.
1 out of 1 hunk FAILED -- saving rejects to file /var/tmp/reject.txt
patching file django/db/backends/postgresql_psycopg2/creation.py
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- saving rejects to file /var/tmp/reject.txt
patching file django/db/backends/sqlite3/base.py
Hunk #1 succeeded at 214 (offset -34 lines).
patching file django/db/backends/sqlite3/creation.py
Hunk #1 FAILED at 9.
1 out of 1 hunk FAILED -- saving rejects to file /var/tmp/reject.txt
patching file django/db/models/fields/__init__.py
Hunk #1 succeeded at 213 (offset -2 lines).
Hunk #2 succeeded at 240 (offset -2 lines).
Hunk #3 succeeded at 531 (offset -8 lines).
Hunk #4 succeeded at 1158 (offset -8 lines).
Hunk #5 succeeded at 1174 (offset -8 lines).
patching file django/db/models/fields/related.py
Hunk #1 succeeded at 1092 (offset -21 lines).
patching file docs/ref/models/fields.txt
Hunk #1 FAILED at 331.
1 out of 1 hunk FAILED -- saving rejects to file /var/tmp/reject.txt

The version of Django is 1.5.0. Could someone tell me what am I doing
wrong ?

Thanks,

Jorge

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:17>

Django

unread,
Oct 1, 2014, 3:18:22 PM10/1/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by stodge):

Has there been any progress on this ticket? Is there a chance it will be
included (and back-ported to 1.6)?

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:18>

Django

unread,
Oct 1, 2014, 3:19:31 PM10/1/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by stodge):

* cc: stodge@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:19>

Django

unread,
Oct 1, 2014, 3:58:35 PM10/1/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by timgraham):

I don't see any progress. It would be included in Django 1.8 at the
earliest. You can read about our
[https://docs.djangoproject.com/en/dev/internals/release-process
/#supported-versions support versions policy].

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:20>

Django

unread,
Nov 28, 2014, 10:55:17 AM11/28/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) | Resolution:
Severity: Normal | Triage Stage: Accepted
Keywords: | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 1 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------

Comment (by skirsdeda):

I have patches for 1.6 and 1.7 ATM in my django fork:
Commit (patch) for 1.6:
https://github.com/skirsdeda/django/commit/089fc7f165fb6cb7eb851b81a44660a986797946
Commit (patch) for 1.7:
https://github.com/skirsdeda/django/commit/b0a567cc3fa7083ddcdca4f291b1e6d7fa85f6c7

It seems db backend implementation is changed a bit in master branch, so
more work is needed. But I'm planning to do this sometime soonish.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:21>

Django

unread,
Dec 30, 2014, 3:41:38 PM12/30/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by dcramer):

What needs done to make this happen?

It's pretty painful to modify these kinds of things currently and Sentry
hit BIGINT quite a while back.

I'm attempting to hack this up but these are pretty deep internals and
while I haven't given up I've yet to make things work.

Specifically the primary issue right now that we've hit with just doing it
externally is with foreign keys:

https://github.com/getsentry/sentry/issues/1354#issuecomment-68393116

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:22>

Django

unread,
Dec 30, 2014, 4:11:46 PM12/30/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by dcramer):

In fact, I'd propose a new API be added to keys: "get_related_db_type" (or
something along these lines)

I'm implement a custom ForeignKey locally that will do this, and allow
BigAutoField to return BigIntegerField().db_type(connection)

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:23>

Django

unread,
Dec 30, 2014, 5:36:18 PM12/30/14
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by dcramer):

Related, here's our terrible solution to this in Sentry:

https://github.com/getsentry/sentry/commit/f34cf31dd31633910daa3fb992e933e5fd62911f

Specifically..

- BigAutoField:
https://github.com/getsentry/sentry/blob/f34cf31dd31633910daa3fb992e933e5fd62911f/src/sentry/db/models/fields/bounded.py#L67
- FlexibleForeignKey:
https://github.com/getsentry/sentry/blob/f34cf31dd31633910daa3fb992e933e5fd62911f/src/sentry/db/models/fields/foreignkey.py#L17

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:24>

Django

unread,
Jan 30, 2015, 10:33:10 AM1/30/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by hhowe29):

Replying to [comment:23 dcramer]:


> In fact, I'd propose a new API be added to keys: "get_related_db_type"
(or something along these lines)

Yes please. Currently, ForeignKey.db_type is too tightly coupled to
AutoField and IntegerField. There should be a new method that ForeignKey
can call to ask the related field what SQL should be used to create a
foreign key to that type. BitAutoField would return 'bigint'. AutoField
would return a regular int. Most fields would simply defer to what db_type
already returns.

Someone has already submitted this: #13774

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:25>

Django

unread,
Feb 5, 2015, 4:54:03 PM2/5/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by collinanderson):

* cc: cmawebsite@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:26>

Django

unread,
Feb 6, 2015, 2:51:35 AM2/6/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by drakkan):

* cc: drakkan (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:27>

Django

unread,
Jul 26, 2015, 11:43:58 AM7/26/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by samir):

* cc: samir (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:29>

Django

unread,
Jul 26, 2015, 4:16:13 PM7/26/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by mfogel):

* cc: mike@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:30>

Django

unread,
Aug 28, 2015, 6:40:06 AM8/28/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by intgr):

* cc: marti@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:31>

Django

unread,
Sep 14, 2015, 2:14:20 AM9/14/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by BlindHunter):

* needs_tests: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:32>

Django

unread,
Sep 21, 2015, 3:53:57 AM9/21/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by BlindHunter):

* stage: Accepted => Unreviewed


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:33>

Django

unread,
Sep 21, 2015, 3:55:50 AM9/21/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by BlindHunter):

* stage: Unreviewed => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:34>

Django

unread,
Sep 21, 2015, 5:35:48 AM9/21/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by claudep):

* stage: Ready for checkin => Accepted


Comment:

Sorry, but you are not supposed to mark your own patches as RFC.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:35>

Django

unread,
Sep 30, 2015, 9:14:50 AM9/30/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1


Comment:

Added some comments for improvement on the pull request.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:36>

Django

unread,
Oct 7, 2015, 12:56:40 PM10/7/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by BlindHunter):

* needs_better_patch: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:37>

Django

unread,
Oct 24, 2015, 5:36:13 PM10/24/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1


Comment:

I left another round of mostly cosmetic comments, looks like it's almost
there.

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:38>

Django

unread,
Dec 7, 2015, 4:59:17 AM12/7/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by BlindHunter):

* needs_better_patch: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:39>

Django

unread,
Dec 25, 2015, 8:02:52 PM12/25/15
to django-...@googlegroups.com
#14286: Support for BigAutoField
-------------------------------------+-------------------------------------
Reporter: hongrich | Owner: mmcnickle
Type: New feature | Status: closed

Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"2a7ce34600d0f879e93c9a5e02215948ed3bb6ac" 2a7ce346]:
{{{
#!CommitTicketReference repository=""
revision="2a7ce34600d0f879e93c9a5e02215948ed3bb6ac"
Fixed #14286 -- Added models.BigAutoField.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/14286#comment:40>

Reply all
Reply to author
Forward
0 new messages