Changes between Version 1 and Version 2 of Ticket #24297


Ignore:
Timestamp:
Feb 7, 2015, 5:40:27 AM (9 years ago)
Author:
Denis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24297 – Description

    v1 v2  
    11I'll consider the bug on the example of the first listing in [https://docs.djangoproject.com/en/1.7/intro/tutorial05/#create-a-test-to-expose-the-bug this section] of the part 5 of Django tutorial. But it also holds at least for several other listings of the part 5 of the tutorial.
    22
    3 While exporting to pdf it gets broken formatting (see the attached screenshot or check the link to pdf further). [[Image(django-1-7-docs-pdf-bug.png)]] Here is the [http://media.readthedocs.org/pdf/django/1.7.x/django.pdf link] I used to get pdf.
     3While exporting to pdf it gets broken formatting (see the attached screenshot or check the link to pdf further).
     4[[Image(django-1-7-docs-pdf-bug.png)]]
     5Here is the [http://media.readthedocs.org/pdf/django/1.7.x/django.pdf link] I used to get pdf.
    46
    57To compare, [https://docs.djangoproject.com/en/1.6/intro/tutorial05/#create-a-test-to-expose-the-bug 1.6 documentation] has not such a bug ([http://media.readthedocs.org/pdf/django/1.6.x/django.pdf pdf-link]. But it has slightly different listing style: with no header.
Back to Top