mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
17659adf93
commit
af244e47cc
11 changed files with 57 additions and 55 deletions
|
@ -663,7 +663,7 @@ Manually managing a user's password
|
|||
|
||||
.. function:: is_password_usable()
|
||||
|
||||
.. versionadded:: 1.4
|
||||
.. versionadded:: 1.4
|
||||
|
||||
Checks if the given string is a hashed password that has a chance
|
||||
of being verified against :func:`django.contrib.auth.utils.check_password`.
|
||||
|
|
|
@ -420,6 +420,8 @@ With this name value, the template would be rendered as::
|
|||
|
||||
Similarly, what if the name contained a ``'<'`` symbol, like this?
|
||||
|
||||
.. code-block:: html
|
||||
|
||||
<b>username
|
||||
|
||||
That would result in a rendered template like this::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue