| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-26 | Added 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. | |||
| 2025-12-22 | Add project link to prek's description text | Ülgen Sarıkavak | |
| https://github.com/django/djangoproject.com/pull/2252#discussion_r2639230128 Co-authored-by: Saptak Sengupta <saptak013@gmail.com> | |||
| 2025-12-22 | Migrate to prek | Ülgen Sarıkavak | |
| 2025-12-08 | Fix typo: duplicated 'Python' in README | didasmba | |
| 2025-10-16 | Added mention of compilemessages in README. | Tim Schilling | |
| 2025-10-13 | Streamlined and added CI steps for docker compose (#2207) | Tobias McNulty | |
| 2025-09-19 | Replaced search field with generated vector field (#2192) | Paolo Melchiorre | |
| 2025-09-17 | Removed Coveralls references and configuration (#2182) | Adam Zapletal | |
| After some discussion, the Website WG decided that we no longer want to use Coveralls. A coverage report is generated when running `make ci` locally. | |||
| 2025-09-12 | Updated instructions | Tobias McNulty | |
| 2025-08-20 | Remove tox | Ülgen Sarıkavak | |
| Resolves #1817 Resolves #1890 | |||
| 2025-07-28 | Remove flake8 from tox | Ülgen Sarıkavak | |
| Already handled by pre-commit | |||
| 2025-04-25 | Revert "setup environment" | jcjudkins | |
| This reverts commit 8383dc9294e46b2f0179f146f954ed56a976e654. | |||
| 2025-04-25 | setup environment | jcjudkins | |
| 2025-01-23 | Use "run --rm" instead of exec for tests in README | Ülgen Sarıkavak | |
| * exec requires a running container, "run --rm" starts a new one and deletes when the job is done * exec requires the related container to stay healthy, "run --rm" run things on a separate container | |||
| 2024-12-17 | Removed bower | Adam Zapletal | |
| `bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. This is a redo of 98e20a08b69597d9e0c081c20809007b3e363407 which was reverted because it led to errors in production when running collectstatic. Refs #1827 | |||
| 2024-12-17 | Revert "Removed bower" | Baptiste Mispelon | |
| This reverts commit 98e20a08b69597d9e0c081c20809007b3e363407. | |||
| 2024-12-17 | Removed bower | Adam Zapletal | |
| `bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. Refs #1827 | |||
| 2024-12-05 | Use 'docker compose' instead of 'docker-compose' | Ülgen Sarıkavak | |
| Compose v2 was released on June 2021 and hit GA on April 2022, changing how should we call compose. > Unlike Compose V1, Compose V2 integrates into the Docker CLI platform and the recommended command-line syntax is `docker compose`. https://docs.docker.com/compose/releases/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2 | |||
| 2024-10-30 | Dropped support for Python 3.8 (#1701) | Baptiste Mispelon | |
| 2024-10-03 | Fixed #1574 -- Added support for Python 3.12 (#1640) | Tobias McNulty | |
| 2024-06-15 | Made it possible to use different database users | Cory Zue | |
| 2024-04-16 | Removed update_docs_and_index command | Baptiste Mispelon | |
| This command is not being used in production, and can be replaced by update_docs --update-index (the flag was introduced in 8a8c33a89b664b59089f3de221f7c2971a437319). | |||
| 2023-10-21 | Update README.rst (#1417) | Alex | |
| 2023-06-13 | Mention docker run option at the top of README.rst (#1368) | Howard Cox | |
| 2022-12-24 | Fixed #1291 -- Standardize the CLI's instructions (#1292) | Paolo Melchiorre | |
| 2022-12-24 | Fixed #1282 -- Migration to new Transifex CLI (#1288) | Paolo Melchiorre | |
| 2022-12-23 | Fixed #1289 -- Remove unnecessary step from README (#1290) | Paolo Melchiorre | |
| 2022-12-23 | Fixed #1286 - Pin tox and handle an attribute error (#1287) | Paolo Melchiorre | |
| 2022-10-23 | Fix python venv link | Paolo Melchiorre | |
| 2022-10-20 | Add a link to setting up a virtual python env (#1256) | Logan Kilpatrick | |
| 2022-10-12 | Fix typos and minor issues in Readme | Kailash Choudhary | |
| 2022-09-24 | Fix the broken link in Readme.rst | DariaKomissarova | |
| 2022-09-15 | fix(README): Clarify step to make it beginner-friendly (#1207) | Sanyam Khurana | |
| 2022-09-14 | Fixed #1199 -- Added pre-commit hooks (#1198) | Paolo Melchiorre | |
| * Added pre-commit with a few hooks * Add pre-commit instructions in README | |||
| 2022-09-14 | Fix #961 Add instructions to update docs and index | Paolo Melchiorre | |
| 2022-09-14 | Update readme to use nip.io instead of xip.io (#1172) | 非法操作 | |
| 2022-09-14 | Fixed #1181 -- Updated README instructions. | Paolo Melchiorre | |
| 2022-04-20 | Added code backticks to README.rst | Simon Krull | |
| 2021-12-03 | Updated to Python 3.8. | Mariusz Felisiak | |
| 2021-08-04 | Used GitHub Actions workflow. | Mariusz Felisiak | |
| 2021-03-25 | Clarifed README setup steps. (#901) | Nathan Magyar | |
| 2021-03-03 | Updated Git branch "master" to "main" for djangoproject.com. | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Refs django/django#14048 | |||
| 2020-08-12 | Updated to Python 3.6. | Mariusz Felisiak | |
| 2020-05-12 | Fixed grammar and punctuation in ReadMe (#957) | Ajmal Noushad | |
| * Fixed grammar and punctuation * Reverted to "passwords as the ones" | |||
| 2019-08-07 | Added docker compose option for local development. | Michael Herman | |
| Closes #408 | |||
| 2019-03-11 | Reorganized locale directories and added Transifex config for managing the ↵ | Tobias McNulty | |
| translation process (#866) | |||
| 2018-03-29 | Switched dev TLD to localhost. | Tim Graham | |
| As per https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/. | |||
| 2018-01-23 | Fixed typo in README.rst. | Ramiro Morales | |
| 2017-11-22 | Updated docs search to use PostgreSQL full-text search. | Tim Graham | |
| 2017-08-15 | Updated links to https. | CHI Cheng | |
