Re: Revisiting multiline template tags in Django Templates (again)

2022-09-28 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Big +1. IMO tags should work like HTML tags, which can be spread across multiple lines, as often done with multiple attributes. Also, Jinja does it. If you're going to write a DEP, I'd say don't make it too long. The feature is clear enough. The old PR

Re: Revisiting multiline template tags in Django Templates (again)

2022-09-28 Thread Alex Morega
Hi Thibaud, I don't have many contributions to Django, but FWIW, I'm happy to help with development. On Wednesday, September 28, 2022 at 1:42:11 PM UTC+3 carlton...@gmail.com wrote: > Hey Thibaud. > > Thanks for following up! Yes — happy to sheppard. > > (My other comment was to make sure

Re: Proposal: Make it so when getting an image's dimensions, EXIF orientation is considered

2022-09-28 Thread David Sanders
Hi Adam, Sorry to clarify I was referring to `ImageFile` which has 2 `@property` attributes `width` and `height` [1]. My suggestion was that you could add 2 additional `@property` attributes that work with EXIF rotation  (or something along these lines…) [1]

Re: Revisiting multiline template tags in Django Templates (again)

2022-09-28 Thread Carlton Gibson
Hey Thibaud. Thanks for following up! Yes — happy to sheppard. (My other comment was to make sure the Rationale was sufficiently clear/compelling, but I know you're on that ) C. On Wed, 28 Sept 2022 at 12:24, Thibaud Colas wrote: > Just wanted to follow up that I got to discuss this in

Re: Revisiting multiline template tags in Django Templates (again)

2022-09-28 Thread Thibaud Colas
Just wanted to follow up that I got to discuss this in person with Carlton Gibson at the DjangoCon Europe sprints in Porto, who provisionally offered to act as a shepherd for this proposed DEP. This is on the condition that I find an implementation team as well. On Saturday, 24 September 2022