| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-03 | Refs #32412 -- Adjusted Contributing Guide start page. | GabbyPrecious | |
| * Added headers emphasising Work on the framework vs Join the community sections, to raise the visibility of the community section. * Added callouts to three main code/docs/translations areas, linking to respective start pages. * Moved some Writing code specific content from the start page to the Writing code index. This clarifies the start page and adds content to the previously empty Writing code index. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-03-03 | Fixed #27854 -- Added system check for nonexistent directories in ↵ | Jacob Walls | |
| STATICFILES_DIRS setting. | |||
| 2021-03-03 | Fixed #32493 -- Removed redundant never_cache uses from admin views. | tim-mccurrach | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-03-03 | Updated links to djangoproject.com/code.djangoproject.com repositories. | Mariusz Felisiak | |
| 2021-03-02 | Fixed #32271 -- Improved consistency of docs CBV examples. | Jack Aitken | |
| Co-Authored-By: Carles Pina i Estany <carles@pina.cat> | |||
| 2021-03-01 | Fixed #32456 -- Added dbshell support for specifying a password file on ↵ | Hasan Ramezani | |
| PostgreSQL. | |||
| 2021-02-26 | Used GitHub actions for docs tests. | Mariusz Felisiak | |
| Co-Authored-By: Tom Forbes <tom@tomforb.es> | |||
| 2021-02-26 | Fixed #20423 -- Doc'd that DTL variable names may not be a number. | tim-mccurrach | |
| 2021-02-26 | Fixed typos in assertQuerysetEqual() docs and 1.6 release notes. | Jacob Walls | |
| 2021-02-25 | Fixed indentation in docs/topics/i18n/translation.txt. | Camilo Nova | |
| 2021-02-25 | Added stub release notes for 3.1.8. | Mariusz Felisiak | |
| 2021-02-25 | Updated links to DEPs. | Markus Holtermann | |
| 2021-02-24 | Fixed #32446 -- Deprecated SERIALIZE test database setting. | Simon Charette | |
| Whether or not the state of a test database should be serialized can be inferred from the set of databases allowed to be access from discovered TestCase/TransactionTestCase enabling the serialized_rollback feature which makes this setting unnecessary. This should make a significant test suite bootstraping time difference on large projects that didn't explicitly disable test database serialization. | |||
| 2021-02-24 | Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature. | Mariusz Felisiak | |
| Accidentally changed in 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915. | |||
| 2021-02-23 | Fixed #30916 -- Added support for functional unique constraints. | Hannes Ljungberg | |
| Thanks Ian Foote and Mariusz Felisiak for reviews. | |||
| 2021-02-23 | Fixed #32471 -- Doc'd the return value of EmailMessage.send(). | Hasan Ramezani | |
| 2021-02-22 | Refs #4027 -- Added Model._state.adding to docs about copying model instances. | Johannes Wilm | |
| 2021-02-19 | Added CVE-2021-23336 to security archive. | Carlton Gibson | |
| 2021-02-19 | Refs CVE-2021-23336 -- Updated tests and release notes for affected versions. | Nick Pope | |
| 2021-02-17 | Added documentation extlink for bugs.python.org. | Nick Pope | |
| 2021-02-15 | Fixed #26607 -- Allowed customizing formset kwargs with ↵ | manav014 | |
| ModelAdmin.get_formset_kwargs(). Thanks Nick Pope for reviews. | |||
| 2021-02-13 | Refs #32394 -- Rephrased release note for STATIC_URL change. | Tim Graham | |
| 2021-02-12 | Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt. | David Smith | |
| 2021-02-11 | Documented an example custom context processor. | Adam Johnson | |
| 2021-02-11 | Improved pagination documentation | Adam Johnson | |
| * Link to the topic guide * Document that page() can raise PageNotAnInteger. | |||
| 2021-02-11 | Refs #30944 -- Added pyproject.toml in reusable apps docs. | Nick Pope | |
| Related to f8f35e8c530aaf440fa8160327461460d79f6db2. | |||
| 2021-02-11 | Fixed #32421 -- Made admindocs ModelDetailView show model cached properties. | Ramon Saraiva | |
| 2021-02-10 | Fixed #32431 -- Reversed order of security issues history. | Hasan Ramezani | |
| 2021-02-10 | Fixed #32355 -- Dropped support for Python 3.6 and 3.7 | Mariusz Felisiak | |
| 2021-02-08 | Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView. | ThinkChaos | |
| 2021-02-08 | Used .. attribute:: directive in authentication views docs. | Mariusz Felisiak | |
| 2021-02-08 | Fixed #32430 -- Doc'd base class-based views. | Anil Khatri | |
| 2021-02-08 | Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView. | Anil Khatri | |
| 2021-02-06 | Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and ↵ | Markus Holtermann | |
| docs where appropriate. | |||
| 2021-02-06 | Fixed #32394 -- Changed project template settings to use relative STATIC_URL. | Markus Holtermann | |
| Refs #25598 which added original support for relative STATIC_URL and MEDIA_URL. | |||
| 2021-02-05 | Fixed #32419 -- Clarified URLconf in example of serving media files. | Amankumar Singh | |
| 2021-02-04 | Corrected typo in advice to new contributors. | Carlton Gibson | |
| 2021-02-04 | Fixed #32395 -- Allowed capturing stdout of migration signals. | Simon Charette | |
| 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-02-04 | Refs #32412 -- Adjusted beginning of Advice for new contributors. | GabbyPrecious | |
| With the goal of guiding folks to the right destination: * Improved wording of tutorial call-out. * Added summary of page purpose. * Added link to Writing code reference doc. | |||
| 2021-02-04 | Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs. | Jim Xie | |
| 2021-02-04 | Fix typos | Dan Swain | |
| 2021-02-03 | Refs #32390 -- Bumped required cx_Oracle to 7.0. | Mariusz Felisiak | |
| 2021-02-03 | Fixed #32390 -- Dropped support for Oracle 12.2 and 18c. | Mariusz Felisiak | |
| 2021-02-02 | Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' ↵ | Mariusz Felisiak | |
| database. Thanks Kazantcev Andrey for the report. Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe. | |||
| 2021-02-01 | Fixed typo in docs/ref/forms/widgets.txt. | Brad Solomon | |
| 2021-02-01 | Added stub release notes for 3.1.7. | Mariusz Felisiak | |
| 2021-02-01 | Added CVE-2021-3281 to security archive. | Mariusz Felisiak | |
| 2021-02-01 | Fixed CVE-2021-3281 -- Fixed potential directory-traversal via ↵ | Mariusz Felisiak | |
| archive.extract(). Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report. | |||
| 2021-01-28 | Modernized custom manager example | Adam Johnson | |
| Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods. | |||
