Ticket #4388: db-api.patch

File db-api.patch, 592 bytes (added by Jure Cuhalev <gandalf@…>, 17 years ago)

Simple change of sentance to mention actual module

  • db-api.txt

     
    17471747=========
    17481748
    17491749As you develop views, you will discover a number of common idioms in the
    1750 way you use the database API. Django encodes some of these idioms as
    1751 shortcuts that can be used to simplify the process of writing views.
     1750way you use the database API. Django encodes some of these idioms in
     1751``django.shortcuts`` that can be used to simplify the process of writing
     1752views.
    17521753
    17531754get_object_or_404()
    17541755-------------------
Back to Top