Changeset 891
- Timestamp:
- 10/16/05 21:31:35 (3 years ago)
- Files:
-
- django/trunk/docs/design_philosophies.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/design_philosophies.txt
r863 r891 243 243 A view shouldn't care about which template system the developer uses -- or even 244 244 whether a template system is used at all. 245 246 Designate between GET and POST 247 ------------------------------ 248 249 GET and POST are distinct; developers should explicitly use one or the other. 250 The framework should make it easy to distinguish between GET and POST data.
