Ticket #4388: db-api.patch
File db-api.patch, 592 bytes (added by , 17 years ago) |
---|
-
db-api.txt
1747 1747 ========= 1748 1748 1749 1749 As 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. 1750 way 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 1752 views. 1752 1753 1753 1754 get_object_or_404() 1754 1755 -------------------