Opened 16 years ago

Closed 16 years ago

#6670 closed (fixed)

One charecter accidently lowercase in qs-rf

Reported by: Alex Gaynor Owned by: nobody
Component: Database layer (models, ORM) Version: queryset-refactor
Severity: Keywords: qs-rf
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have no idea what problem this would cause, but here: http://code.djangoproject.com/browser/django/branches/queryset-refactor/django/db/models/sql/query.py?rev=7163#L1275 fieldError should have a capital f

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7166]) queryset-refactor: Typo fix. Fixed #6670. Thanks, alex.

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