Opened 19 years ago
Last modified 17 years ago
#163 closed enhancement
Option to leave off __exact — at Initial Version
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
Doing sites.get_object(idexact = 1) seems kind of verbose if sites.get_object(id = 1) would convey the same meaning and be a little easier to read.
Note:
See TracTickets
for help on using tickets.