Changeset 5569
- Timestamp:
- 06/30/07 16:29:42 (1 year ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r5568 r5569 428 428 capitalized when referring to the World Wide Web. 429 429 430 * **Web site** -- two words, with Web capitalized.430 * **Web site** -- use two words, with Web capitalized. 431 431 432 432 Django-specific terminology 433 433 --------------------------- 434 434 435 * **model** -- not capitalized. 436 437 * **template** -- not capitalized. 438 439 * **URLconf** -- three capitalized letters, no space before "conf." 440 441 * **view** -- not capitalized. 435 * **model** -- it's not capitalized. 436 437 * **template** -- it's not capitalized. 438 439 * **URLconf** -- use three capitalized letters, with no space before 440 "conf." 441 442 * **view** -- it's not capitalized. 442 443 443 444 Committing code
