Opened 18 years ago
Closed 18 years ago
#5207 closed (fixed)
core/management/sql.py still uses backend.get_autoinc_sql()
| Reported by: | 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)
Change History (2)
by , 18 years ago
| Attachment: | autoinc_sql.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was a fixed a few commits ago.