Opened 16 years ago

Closed 16 years ago

#7044 closed (fixed)

Typo error in django.db.models.loading.py

Reported by: Manuel Saelices Owned by: Manuel Saelices
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

One comment is obsolete.

Attachments (1)

loading_typo.diff (583 bytes ) - added by Manuel Saelices 16 years ago.

Download all attachments as: .zip

Change History (3)

by Manuel Saelices, 16 years ago

Attachment: loading_typo.diff added

comment:1 by Simon Greenhill, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7679]) Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Thanks, msaelices.

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