Changes between Initial Version and Version 19 of Ticket #14831
- Timestamp:
- Mar 1, 2024, 2:43:42 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14831
- Property Triage Stage Unreviewed → Accepted
- Property Severity → Normal
- Property Type → New feature
- Property Easy pickings unset
- Property UI/UX unset
- Property Cc added
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #14831 – Description
initial v19 1 1 It 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. 2 2 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-style3 Regardless 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