Opened 15 years ago

Closed 15 years ago

#12511 closed (fixed)

Typo in django/db/transaction.py

Reported by: django@… Owned by: nobody
Component: Database layer (models, ORM) 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

DEFALUT_DB_ALIAS -> DEFAULT_DB_ALIAS

Patch attached.

Attachments (1)

transaction.diff (545 bytes ) - added by django@… 15 years ago.

Download all attachments as: .zip

Change History (2)

by django@…, 15 years ago

Attachment: transaction.diff added

comment:1 by Alex Gaynor, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r12110.

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