diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-08 21:38:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-08 21:39:54 +0100 |
| commit | d03e5961aa6555c7427bd054835733fe9c152dc0 (patch) | |
| tree | 3a3e59327b7075c1ef4d2d616f9257ed3892540c /docs/topics | |
| parent | 941109ccb35f35429da61a8d8c7ea64ca376bb90 (diff) | |
[2.2.x] Removed extra characters in docs header underlines.
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 2 | ||||
| -rw-r--r-- | docs/topics/pagination.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 4a4497cf8a..bcf20a976d 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -547,7 +547,7 @@ Django includes four validators: Validates whether the password is not entirely numeric. Integrating validation ------------------------ +---------------------- There are a few functions in ``django.contrib.auth.password_validation`` that you can call from your own forms or other code to integrate password diff --git a/docs/topics/pagination.txt b/docs/topics/pagination.txt index 92d2bedb14..39b9828d99 100644 --- a/docs/topics/pagination.txt +++ b/docs/topics/pagination.txt @@ -77,7 +77,7 @@ page:: .. _using-paginator-in-view: Using ``Paginator`` in a view -============================== +============================= Here's a slightly more complex example using :class:`Paginator` in a view to paginate a queryset. We give both the view and the accompanying template to |
