Opened 17 years ago
Closed 17 years ago
#7089 closed (fixed)
Typo in Query.get_default_columns from r7457
Reported by: | jbronn | Owned by: | Malcolm Tredinnick |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | queryset-refactor |
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
I can't find any reference to c_aliase
, looks like it should be c_alias
.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | query_typo.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7465]) queryset-refactor: Typo fix, spotted by Justin Bronn. Fixed #7089.