Opened 17 years ago

Closed 17 years ago

#5207 closed (fixed)

core/management/sql.py still uses backend.get_autoinc_sql()

Reported by: John Shaffer <jshaffer2112@…> Owned by: Adrian Holovaty
Component: Core (Management commands) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It should use connection.ops.autoinc_sql() instead.

Attachments (1)

autoinc_sql.diff (595 bytes ) - added by John Shaffer <jshaffer2112@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by John Shaffer <jshaffer2112@…>, 17 years ago

Attachment: autoinc_sql.diff added

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

This was a fixed a few commits ago.

Note: See TracTickets for help on using tickets.
Back to Top