Fixed #26124 -- Added missing code formatting to docs headers.

This commit is contained in:
rowanv 2016-01-24 22:26:11 +01:00 committed by Tim Graham
parent 8bf8d0e0ec
commit a6ef025dfb
93 changed files with 1658 additions and 1625 deletions

View file

@ -101,8 +101,8 @@ Other topics
admin.site.register(Author)
The register decorator
----------------------
The ``register`` decorator
--------------------------
.. function:: register(*models, site=django.admin.sites.site)