Changes between Initial Version and Version 2 of Ticket #163


Ignore:
Timestamp:
Jul 22, 2005, 1:01:30 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #163 – Description

    initial v2  
    1 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.
     1Doing {{{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.
Back to Top