mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Changed some words to use inline markup.
This commit is contained in:
parent
b1005c0e40
commit
67b5f506a6
21 changed files with 43 additions and 50 deletions
|
@ -493,8 +493,8 @@ following arguments:
|
|||
|
||||
* ``None`` (if the field allows ``null=True``)
|
||||
|
||||
In our ``HandField`` class, we're storing the data as a VARCHAR field in the
|
||||
database, so we need to be able to process strings and ``None`` in the
|
||||
In our ``HandField`` class, we're storing the data as a ``VARCHAR`` field in
|
||||
the database, so we need to be able to process strings and ``None`` in the
|
||||
``from_db_value()``. In ``to_python()``, we need to also handle ``Hand``
|
||||
instances::
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ This is not suitable for production use! For some common deployment
|
|||
strategies, see :doc:`/howto/static-files/deployment`.
|
||||
|
||||
For example, if your :setting:`STATIC_URL` is defined as ``static/``, you can
|
||||
do this by adding the following snippet to your urls.py::
|
||||
do this by adding the following snippet to your ``urls.py``::
|
||||
|
||||
from django.conf import settings
|
||||
from django.conf.urls.static import static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue