--
Ticket URL: <https://code.djangoproject.com/ticket/18485>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
Comment:
I think I'd rather put this in the documentation of `AutoField`. Well, the
person who writes the patch get to choose :)
--
Ticket URL: <https://code.djangoproject.com/ticket/18485#comment:1>
Comment (by Tim Graham):
As noted in ticket:28272#comment:3, Oracle identity columns (which will be
created as of Django 2.0; 924a89e135fe54bc7622aa6f03405211e75c06e9) aren't
affected.
--
Ticket URL: <https://code.djangoproject.com/ticket/18485#comment:2>
* owner: nobody => François Freitag
* status: new => assigned
* has_patch: 0 => 1
* version: 1.4 => master
Comment:
[https://github.com/django/django/pull/8652 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/18485#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4f1eb64ad0bcebfae4075486855eb6b63355cc5a" 4f1eb64a]:
{{{
#!CommitTicketReference repository=""
revision="4f1eb64ad0bcebfae4075486855eb6b63355cc5a"
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting
AutoField.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18485#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"712ce47e1a55f7ebd96ac64201a4817ae4743216" 712ce47]:
{{{
#!CommitTicketReference repository=""
revision="712ce47e1a55f7ebd96ac64201a4817ae4743216"
[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually
setting AutoField.
Backport of 4f1eb64ad0bcebfae4075486855eb6b63355cc5a from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18485#comment:5>