| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-29 | [4.0.x] Updated various links to HTTPS and new locations. | Mariusz Felisiak | |
| Backport of 010a9d8a4f45252b908337988690c3fad138e334 from main | |||
| 2022-03-22 | [4.0.x] Refs #31676 -- Used term "merger" instead of "committer" in docs. | Mariusz Felisiak | |
| Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of 653daaa60cf4de7071136541169285ed3d71974d from main | |||
| 2022-01-20 | [4.0.x] Improved wording in running Django’s test suite in contributing ↵ | Tilak | |
| tutorial. Backport of 2c76c27a951ee76c6f763a05c7e119305a21c78d from main | |||
| 2021-11-03 | [4.0.x] Corrected module reference in contributing tutorial. | Adam Johnson | |
| Backport of 9f3bd9dfc42b4e0ff89566763d211ab9e8f50d5e from main | |||
| 2021-09-29 | [4.0.x] Recommended using .tables on SQLite in tutorial 2. | Victor Sowa | |
| Backport of 9466fd78420a851460c92673dad50a5737c75b12 from main | |||
| 2021-09-17 | Fixed typo in docs/intro/reusable-apps.txt. | Steven Maude | |
| 2021-08-26 | Made sentence about Model consistent in docs. | Zainab Amir | |
| 2021-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-08-02 | Clarified URL patterns in tutorial 3. | ilu_vatar_ | |
| Co-authored-by: Nick Pope <nick@nickpope.me.uk> | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-06-04 | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | |||
| 2021-06-03 | Refs #31356 -- Changed IRC links to the Libera.Chat webchat. | Mariusz Felisiak | |
| Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-04-23 | Refs #28034 -- Corrected docs example in contributing tutorial. | Clumart.G | |
| 2021-03-09 | Updated Git branch "master" to "main". | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ | |||
| 2021-02-11 | Refs #30944 -- Added pyproject.toml in reusable apps docs. | Nick Pope | |
| Related to f8f35e8c530aaf440fa8160327461460d79f6db2. | |||
| 2021-02-10 | Fixed #32355 -- Dropped support for Python 3.6 and 3.7 | Mariusz Felisiak | |
| 2021-02-04 | Refs #32412 -- Adjusted link from tutorial to reference docs. | GabbyPrecious | |
| The writing code index page is a better location for a newer contributor to land, than the specific patch guidelines subpage. | |||
| 2021-01-27 | Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI. | Carlton Gibson | |
| Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3 allowing deletion of original extra inlines. | |||
| 2021-01-13 | Fixed #16117 -- Added decorators for admin action and display functions. | Nick Pope | |
| Refs #25134, #32099. | |||
| 2020-12-15 | Added python_requires/install_requires to setup.cfg example in reusable apps ↵ | Thomas Güttler | |
| docs. | |||
| 2020-11-06 | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | |
| This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-11-02 | Updated {% static %} tag examples in docs to use single quotes where ↵ | Nikita Sobolev | |
| appropriate. | |||
| 2020-06-03 | Updated How to install Django on Windows guide. | David Smith | |
| 2020-06-02 | Adjusted URL example in tutorial. | Carlton Gibson | |
| No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net> | |||
| 2020-06-02 | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| 2020-05-27 | Fixed #31628 -- Updated Windows install guide to recommend venv. | David Smith | |
| 2020-05-13 | Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | |
| 2020-05-06 | Fixed #31495 - Corrected note about admin i18n in tutorial. | Omkar Kulkarni | |
| Thanks to Adam Johnson and Claude Paroz for review. | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-04-29 | Fixed #31356 -- Changed IRC links to the Freenode webchat. | Hasan Ramezani | |
| 2020-04-24 | Fixed typo in docs/intro/contributing.txt. | Andy Chosak | |
| 2020-04-14 | Fixed term warning on Sphinx 3.0.1+. | Mariusz Felisiak | |
| "term" role became case sensitive in Sphinx 3.0.1. | |||
| 2020-03-24 | Fixed #31385 -- Improved wording in tutorial 1. | Victor Moura | |
| 2020-03-10 | Updated migrations example in tutorial 2. | Mariusz Felisiak | |
| Follow up to a97845a823c86b1d6e65af70fbce64e6e747e081. | |||
| 2020-03-06 | Added missing backticks in various docs. | Mariusz Felisiak | |
| 2020-01-29 | Refs #25778 -- Updated sphinx-doc.org links to HTTPS. | Jon Dufresne | |
| 2020-01-17 | Added note about incomplete HTML in tutorial 3. | Adam Johnson | |
| 2020-01-16 | Added apps.py to project from tutorials in reusable apps docs. | Anael Mobilia | |
| 2020-01-06 | Removed "Don't do that" from docs and error messages. | Adam Johnson | |
| It's slightly aggressive and doesn't explain itself. | |||
| 2019-12-31 | Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials. | Gabriel Augendre | |
| 2019-12-23 | Removed unnecessary code-block directives in various docs. | Jon Dufresne | |
| 2019-12-05 | Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. | Mariusz Felisiak | |
| 2019-12-04 | Refs #20935 -- Removed inappropriate crosslink to docs search results page. | Fredrik | |
| The link to the search page does not work in the Epub, since there is no such thing. In the online docs, the link to the search page displays a “No search query given” error, since its purpose is to display results from the search bar. Alone, without a query, it's just empty. | |||
| 2019-11-07 | Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵ | Jon Dufresne | |
| docs. Thanks Curtis Maloney for the original patch. | |||
| 2019-11-05 | Fixed #30944 -- Changed reusable apps docs to use a declarative config. | Jon Dufresne | |
| 2019-10-15 | Fixed #30816 -- Doc'd how to create projects with a local copy of Django. | Ad Timmering | |
| 2019-10-02 | Fixed some typos in comments and docs. | Min ho Kim | |
| Thanks to Mads Jenson for review. | |||
| 2019-09-16 | Fixed #30775 -- Added admonition about missing imports to "Running tests" ↵ | Katie McLaughlin | |
| section in tutorial 5. | |||
