Package: python-django-crispy-forms / 1.14.0-4

Metadata

Package Version Patches format
python-django-crispy-forms 1.14.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no remote resources.patch | (download)

docs/_templates/sidebarintro.html | 3 0 3 - 0 !
1 file changed, 3 deletions(-)

 remove remote resource references to avoid privacy issues

Sphinx Correct multi line definition list.patch | (download)

crispy_forms/templatetags/crispy_forms_filters.py | 7 3 4 - 0 !
1 file changed, 3 insertions( ), 4 deletions(-)

 sphinx: correct multi line definition list

Adjust the comment for optgroups(field) so Sphinx is happy with the
rst format and the output is generating content that is more useful.

/build/python-django-crispy-forms-1.14.0/crispy_forms/templatetags/crispy_forms_filters.py:docstring of templatetags.crispy_forms_filters.optgroups:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/build/python-django-crispy-forms-1.14.0/crispy_forms/templatetags/crispy_forms_filters.py:docstring of templatetags.crispy_forms_filters.optgroups:12: WARNING: Definition list ends without a blank line; unexpected unindent.

Sphinx Adding missing blank line after markup.patch | (download)

docs/layouts.rst | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 sphinx: adding missing blank line after markup

A new blank line is needed after a markup, without that Sphinx might do
unwanted things. The following warning is shown without that fix.

/build/python-django-crispy-forms-1.14.0/docs/layouts.rst:333: WARNING: Explicit markup ends without a blank line; unexpected unindent.