1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26020 -- Normalized header stylings in docs.

This commit is contained in:
Elif T. Kus
2016-01-03 12:56:22 +02:00
committed by Tim Graham
parent 79d0a4fdb0
commit bca9faae95
132 changed files with 1498 additions and 1464 deletions

View File

@@ -7,7 +7,7 @@ problems (``contrib.*``). For easier maintenance and to trim the size of the
codebase, a few of those applications have been moved out to separate projects.
Localflavor
~~~~~~~~~~~
===========
``django-localflavor`` is a collection of utilities for particular countries
and cultures.
@@ -17,7 +17,7 @@ and cultures.
* `PyPI <https://pypi.python.org/pypi/django-localflavor>`__
Comments
~~~~~~~~
========
``django-contrib-comments`` can be used to attach comments to any model, so you
can use it for comments on blog entries, photos, book chapters, or anything
@@ -29,7 +29,7 @@ product like Disqus.
* `PyPI <https://pypi.python.org/pypi/django-contrib-comments>`__
Formtools
~~~~~~~~~
=========
``django-formtools`` is a collection of assorted utilities to work with forms.