Opened 17 years ago
Closed 17 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
Note:
See TracTickets
for help on using tickets.
(In [7166]) queryset-refactor: Typo fix. Fixed #6670. Thanks, alex.