Added 'Designate between GET and POST' section to design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e8fda9091a
commit
b9736c5c63
|
@ -242,3 +242,9 @@ Loose coupling
|
|||
|
||||
A view shouldn't care about which template system the developer uses -- or even
|
||||
whether a template system is used at all.
|
||||
|
||||
Designate between GET and POST
|
||||
------------------------------
|
||||
|
||||
GET and POST are distinct; developers should explicitly use one or the other.
|
||||
The framework should make it easy to distinguish between GET and POST data.
|
||||
|
|
Loading…
Reference in New Issue