django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.87k stars 947 forks source link

Update context_processors.py #1565

Closed Lakshya272 closed 3 months ago

Lakshya272 commented 3 months ago

Added the 'depth' keyword in timesince() and set it to 1 to simplify header text in community pages.

Issue resolved: Simplify header text in community pages #1563

comment - My first OSS contribution

bmispelon commented 3 months ago

Hi and thanks for opening this PR.

However there are some issues: 1) It's missing some tests as noted in the original issue 2) There is already someone working on the issue (see comment history on the ticket).

I'm going to close this PR because of this, maybe you and @rawasaditya can collaborate on a new one?