| 397 | | * In section titles, capitalize only initial words and proper nouns. |
|---|
| 398 | | |
|---|
| 399 | | * Wrap the documentation at 80 characters wide, unless a code example |
|---|
| 400 | | is significantly less readable when split over two lines, or for another |
|---|
| 401 | | good reason. |
|---|
| | 397 | * In section titles, capitalize only initial words and proper nouns. |
|---|
| | 398 | |
|---|
| | 399 | * Wrap the documentation at 80 characters wide, unless a code example |
|---|
| | 400 | is significantly less readable when split over two lines, or for another |
|---|
| | 401 | good reason. |
|---|
| 409 | | * **Django** -- when referring to the framework, capitalize Django. It is |
|---|
| 410 | | lowercase only in Python code and in the djangoproject.com logo. |
|---|
| 411 | | |
|---|
| 412 | | * **e-mail** -- it has a hyphen. |
|---|
| 413 | | |
|---|
| 414 | | * **MySQL** |
|---|
| 415 | | |
|---|
| 416 | | * **PostgreSQL** |
|---|
| 417 | | |
|---|
| 418 | | * **Python** -- when referring to the language, capitalize Python. |
|---|
| 419 | | |
|---|
| 420 | | * **realize**, **customize**, **initialize**, etc. -- use the American |
|---|
| 421 | | "ize" suffix, not "ise." |
|---|
| 422 | | |
|---|
| 423 | | * **SQLite** |
|---|
| 424 | | |
|---|
| 425 | | * **subclass** -- it's a single word without a hyphen, both as a verb |
|---|
| 426 | | ("subclass that model") and as a noun ("create a subclass"). |
|---|
| 427 | | |
|---|
| 428 | | * **Web**, **World Wide Web**, **the Web** -- note Web is always |
|---|
| 429 | | capitalized when referring to the World Wide Web. |
|---|
| | 409 | * **Django** -- when referring to the framework, capitalize Django. It is |
|---|
| | 410 | lowercase only in Python code and in the djangoproject.com logo. |
|---|
| | 411 | |
|---|
| | 412 | * **e-mail** -- it has a hyphen. |
|---|
| | 413 | |
|---|
| | 414 | * **MySQL** |
|---|
| | 415 | |
|---|
| | 416 | * **PostgreSQL** |
|---|
| | 417 | |
|---|
| | 418 | * **Python** -- when referring to the language, capitalize Python. |
|---|
| | 419 | |
|---|
| | 420 | * **realize**, **customize**, **initialize**, etc. -- use the American |
|---|
| | 421 | "ize" suffix, not "ise." |
|---|
| | 422 | |
|---|
| | 423 | * **SQLite** |
|---|
| | 424 | |
|---|
| | 425 | * **subclass** -- it's a single word without a hyphen, both as a verb |
|---|
| | 426 | ("subclass that model") and as a noun ("create a subclass"). |
|---|
| | 427 | |
|---|
| | 428 | * **Web**, **World Wide Web**, **the Web** -- note Web is always |
|---|
| | 429 | capitalized when referring to the World Wide Web. |
|---|
| 436 | | * **model** -- it's not capitalized. |
|---|
| 437 | | |
|---|
| 438 | | * **template** -- it's not capitalized. |
|---|
| 439 | | |
|---|
| 440 | | * **URLconf** -- use three capitalized letters, with no space before |
|---|
| 441 | | "conf." |
|---|
| 442 | | |
|---|
| 443 | | * **view** -- it's not capitalized. |
|---|
| | 436 | * **model** -- it's not capitalized. |
|---|
| | 437 | |
|---|
| | 438 | * **template** -- it's not capitalized. |
|---|
| | 439 | |
|---|
| | 440 | * **URLconf** -- use three capitalized letters, with no space before |
|---|
| | 441 | "conf." |
|---|
| | 442 | |
|---|
| | 443 | * **view** -- it's not capitalized. |
|---|