Ticket #11873: generic_views_pluralization.diff

File generic_views_pluralization.diff, 704 bytes (added by Brett Cannon, 15 years ago)
  • docs/topics/generic-views.txt

     
    6464the extra-parameters dictionary and uses that information when rendering the
    6565view.
    6666
    67 Because this generic view -- and all the others -- is a regular view functions
     67Because this generic view -- and all the others -- is a regular view function
    6868like any other, we can reuse it inside our own views. As an example, let's
    6969extend our "about" example to map URLs of the form ``/about/<whatever>/`` to
    7070statically rendered ``about/<whatever>.html``. We'll do this by first modifying
Back to Top