mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Added missing period to "etc.".
This commit is contained in:
parent
99d2469e75
commit
b34ff66e5b
16 changed files with 17 additions and 17 deletions
|
@ -7,7 +7,7 @@ objects instead of functions. They do not replace function-based views, but
|
|||
have certain differences and advantages when compared to function-based views:
|
||||
|
||||
* Organization of code related to specific HTTP methods (``GET``, ``POST``,
|
||||
etc) can be addressed by separate methods instead of conditional branching.
|
||||
etc.) can be addressed by separate methods instead of conditional branching.
|
||||
|
||||
* Object oriented techniques such as mixins (multiple inheritance) can be
|
||||
used to factor code into reusable components.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue