Changes between Initial Version and Version 19 of Ticket #14831


Ignore:
Timestamp:
Mar 1, 2024, 2:43:42 PM (3 months ago)
Author:
Baptiste Mispelon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14831

    • Property Triage Stage UnreviewedAccepted
    • Property SeverityNormal
    • Property TypeNew feature
    • Property Easy pickings unset
    • Property UI/UX unset
    • Property Cc Tobias Kunze Ryan Cheley added
    • Property Owner changed from nobody to Ryan Cheley
    • Property Status newassigned
  • Ticket #14831 – Description

    initial v19  
    11It would be nice to have a standard template style that should be followed. For example, I like to indent my Django templates by two additional spaces every time I enter a new HTML or template block. The Django core templates vary greatly in regards to style and indentation. Much of the time template readability is sacrificed in favour of attempting to preserve the "appearance" of the generated HTML code.
    22
    3 Regardless of what is decided, it would be great to have at least some guidelines for templates added to http://docs.djangoproject.com/en/dev/internals/contributing/#coding-style
     3Regardless of what is decided, it would be great to have at least some guidelines for templates added to https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#template-style
Back to Top