Opened 19 years ago
Last modified 17 years ago
#163 closed enhancement
Option to leave off __exact — at Version 2
Reported by: | Manuzhai | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Template system | Version: | magic-removal |
Severity: | major | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Doing sites.get_object(id__exact = 1)
seems kind of verbose if sites.get_object(id = 1)
would convey the same meaning and be a little easier to read.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Okay, so I meant