summaryrefslogtreecommitdiff
path: root/djangoproject
AgeCommit message (Collapse)Author
2026-05-08Redirect /about to /foundation (#2429)Vishal Goyal
* Redirect /about to /foundation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-05-08Add djade linter and format templates.Anshul Zilpe
2026-05-06Added playwright tests for search bar.Sarah Boyce
2026-05-04Link maintained version of django-impersonateSantos Gallegos
The GH repository linked in the ecosystem page for django-impersonate is a fork that doesn't appear to be maintained, the original repository has received recent commits and security fixes.
2026-05-02[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2026-05-02fixing formatting on Code of Conduct translate tagsDan Ryan (GitHub Noreply Key)
2026-04-28Remove GitHub auth link on registration page (#2466)Vidhi Singh
The GitHub auth flow works for Trac, not the main site. Having the link here is misleading. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-04-28Don't allow to customize ALLOWED_HOSTS for local devÜlgen Sarıkavak
We have several instances of hardcoded hosts which doesn't allow dynamic configuration
2026-04-28Remove ALLOWED_HOSTS from docker settingsÜlgen Sarıkavak
docker setup doesn't need or use different values, inheriting settings.dev.ALLOWED_HOSTS is enough.
2026-04-27Update ↵Kanishk Pachauri
djangoproject/templates/fundraising/includes/donation_form_with_heart.html Co-authored-by: S​age Abdullah <laymonage@gmail.com>
2026-04-27Fix PR review feedback for fundraising accessibilityKanishk Pachauri
2026-04-27Update ↵Kanishk Pachauri
djangoproject/templates/fundraising/includes/donation_form_with_heart.html Co-authored-by: Eliana Rosselli <67162025+erosselli@users.noreply.github.com>
2026-04-27Fix accessibility: add missing labels to fundraising SVG and imagesKanishk Pachauri
2026-04-22[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2026-04-22Update Code of Conduct to match current policyDan Ryan (GitHub Noreply Key)
Updates the djangoproject.com Code of Conduct page to reflect the current version maintained at django/code-of-conduct. Refs django/code-of-conduct#97 Closes django/code-of-conduct#83
2026-04-22📝 update Code of Conduct materials to match current policies (fix urls ↵Dan Ryan (GitHub Noreply Key)
inside translate blocks)
2026-04-22📝 update Code of Conduct materials to match current policies (fix DJhtml ↵Dan Ryan (GitHub Noreply Key)
formatting)
2026-04-22📝 update Code of Conduct materials to match current policiesDan Ryan (GitHub Noreply Key)
2026-04-14Allowed creation of site-wide banners via the admin interface.Natalia
Fixes #1550. A banner requires a title, and optionally HTML body and CTA label/URL. A banner can be active or inactive, and only one can be active at a time. Banners can be previewed from the admin via the "View on site" options on a Banner's detail page. This initial implementation is intentionally minimal to provide a robust but flexible MVP, with the goal to gather feedback for future iterations. Future improvements could include: - Active since and until dates. - Flexible CTA URL handling, such as URL names or local URLs. Thanks to Sarahs for the reviews.
2026-04-13[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2026-04-13Improve dark mode logo focus indicator accessibilitybryan-oginga
2026-04-12Moved Django 4.2 to unsupported versions table. (#2591)Jacob Walls
2026-04-09Update Leaders donation limit text (#2191)house-ben
Text updated for leadership-level donors to match Heroes section of fundraising page
2026-04-08Fixed donation percentage rounding and added on-track messaging. (#2458)Amar
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
* Synced webpages from sitemap to Document model for search. * Removed is_searchable from blog Entry model.
2026-03-22Show docs version switcher on smaller screens (#2564)Adam Zapletal
This patch allows the docs version switcher to show on screens under 1200px. 1c1cc432 seems to have broken this.
2026-03-22Fixed the missing labels for community images. (#2555)Sachi Jain
2026-03-13Added missing labels for donation form input.Skyiesac
2026-03-09fix: used variables instead of hard coded color.Kanishk Pachauri
2026-03-09fix: keyboard focus visibility for footer logo and in-kind-donors linksKanishk Pachauri
2026-02-24Added copy to clipboard button for console tab commands (#2431)Amar
* Add copy-to-clipboard button for console tab commands * Switch to regex approach and fix button alignment * Address review feedback: fix layout shift, refactor regex, and update styling * Remove unused position: relative
2026-02-22Fix color scheme issues on dark mode theme, and auto theme along with ↵Rida Zouga
prefers-media-querry: dark (#2491)
2026-02-22Removes focus on nav links in mobile screen when not visible (#2459)Saptak Sengupta
* Hides header nav in mobile screens to avoid focus Currently, the nav is only visually hidden in mobile screens causing the nav links to gain focus on tabbing. This commit completely hides it using display none to avoid nav links to gain focus when they are not visible improving keyboard accessibility. * Hides menu icon from accessibility tree
2026-02-19Apply formatting suggestions by PaoloSaptak Sengupta
Co-authored-by: Paolo Melchiorre <pmelchiorre@rippling.com>
2026-02-19Use `self.assertIn` instead of `self.fail`Storm B. Heg
2026-02-19Drop security.txt expiration warning in testsStorm B. Heg
2026-02-19Implement security.txt feedbackStorm B. Heg
- Serve from a view, nginx is not going to handle this for us. - Make clear what should be reported to the security@djangoproject.com and what should be reported to the website working group - Downgrade security.txt expiration test to a warning instead of a hard fail.
2026-02-19Add test to check security.txt expirationStorm B. Heg
2026-02-19Updated the ecosystem page with Django Tasks changes. (#2519)Tim Schilling
* Updated the ecosystem page with Django Tasks changes. Changes the mention of django-tasks state that it's a backport library. It also adds the two supported backends, db and RQ to the page. * Use the django tasks package names instead of human names.
2026-01-29Rearrange Tasks in Ecosystem page (#2454)Frank Wiles
* Rearrange Tasks in Ecosystem page - Created new Tasks section and moved the Task app references there - Spotted two missing Testing related libraries so added them as well * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Linting * Fix incorrect ID from cut-n-paste * Fix incorrect ID from cut-n-paste * Adjust header to be 'Background Tasks' --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-27[checklists] Add /checklists to robots.txtJacob Walls
2026-01-27Improve docs version-switcher mobile stylesAdam Zapletal
This is a reimplementation of #1489.
2026-01-26Added Release's checklist generator app.Natalia
The checklist-generator app was started in https://github.com/nessita/checklist-generator, used and iterated over there by the Fellows. It is now in a mature state where the Releaser will benefit from a shared setup and storage. This work also excludes checklist generator templates from forced linting since the markdown are sensitive to the layout.
2026-01-19Format redirect URL with blackAnuj Kumar
2026-01-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2026-01-19Add unit test for individual membership nomination redirectAnuj Kumar
2026-01-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2026-01-19Add django.org redirect for Individual Membership nomination formAnuj Kumar
2026-01-16Restored search hotkey for desktop.Sarah Boyce
2025-12-31Removed the donation banner to reach the 2025 fundraising goal.Sarah Boyce