Changes between Initial Version and Version 1 of Ticket #12490


Ignore:
Timestamp:
Jan 3, 2010, 9:21:29 AM (15 years ago)
Author:
Ramiro Morales
Comment:

(reformatted description)

That way of specifying the view (using a string literal with the name of the view calable) is valid syntax in Django URL map entries. See http://docs.djangoproject.com/en/dev//topics/http/urls/#the-view-prefix and http://docs.djangoproject.com/en/dev//topics/http/urls/#passing-callable-objects-instead-of-strings

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12490

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #12490 – Description

    initial v1  
    33http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-generic-simple-direct-to-template
    44
    5 direct_to_template is enclosed by '' which it shouldn't be.
     5direct_to_template is enclosed by `''` which it shouldn't be.
Back to Top