Changeset 3438
- Timestamp:
- 07/23/06 21:43:09 (2 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
r2809 r3438 275 275 whether a template system is used at all. 276 276 277 D esignate between GET and POST278 ------------------------------ 277 Differentiate between GET and POST 278 ---------------------------------- 279 279 280 280 GET and POST are distinct; developers should explicitly use one or the other.
