summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24141 -- Added QuerySet.contains().Johan Schiff2021-03-063-18/+42
* Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls2021-03-051-1/+2
* Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans ...Mariusz Felisiak2021-03-041-0/+12
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2021-03-041-1/+1
* Corrected messages of admin checks for invalid model field names.Hasan Ramezani2021-03-041-8/+8
* Corrected admin.E023 message in docs.Hasan Ramezani2021-03-041-1/+2
* Refs #32412 -- Adjusted Contributing Guide start page.GabbyPrecious2021-03-032-45/+82
* Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls2021-03-031-0/+2
* Fixed #32493 -- Removed redundant never_cache uses from admin views.tim-mccurrach2021-03-031-0/+5
* Updated links to djangoproject.com/code.djangoproject.com repositories.Mariusz Felisiak2021-03-031-2/+2
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-028-52/+52
* Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani2021-03-012-6/+17
* Used GitHub actions for docs tests.Mariusz Felisiak2021-02-262-1/+6
* Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach2021-02-261-4/+4
* Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls2021-02-262-2/+2
* Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova2021-02-251-2/+2
* Added stub release notes for 3.1.8.Mariusz Felisiak2021-02-252-0/+13
* Updated links to DEPs.Markus Holtermann2021-02-252-2/+2
* Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette2021-02-244-3/+26
* Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak2021-02-241-1/+1
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-234-5/+71
* Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani2021-02-231-1/+2
* Refs #4027 -- Added Model._state.adding to docs about copying model instances.Johannes Wilm2021-02-221-2/+8
* Added CVE-2021-23336 to security archive.Carlton Gibson2021-02-191-0/+15
* Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope2021-02-194-2/+45
* Added documentation extlink for bugs.python.org.Nick Pope2021-02-174-10/+9
* Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav0142021-02-152-0/+19
* Refs #32394 -- Rephrased release note for STATIC_URL change.Tim Graham2021-02-131-3/+3
* Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith2021-02-121-2/+2
* Documented an example custom context processor.Adam Johnson2021-02-111-2/+11
* Improved pagination documentationAdam Johnson2021-02-111-1/+5
* Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope2021-02-111-6/+14
* Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva2021-02-112-0/+6
* Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani2021-02-101-573/+573
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-106-16/+11
* Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos2021-02-082-2/+25
* Used .. attribute:: directive in authentication views docs.Mariusz Felisiak2021-02-082-111/+185
* Fixed #32430 -- Doc'd base class-based views.Anil Khatri2021-02-081-4/+76
* Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-084-4/+24
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-063-9/+9
* Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann2021-02-061-0/+4
* Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh2021-02-051-1/+1
* Corrected typo in advice to new contributors.Carlton Gibson2021-02-041-2/+2
* Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette2021-02-042-1/+15
* Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious2021-02-041-2/+2
* Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious2021-02-041-1/+7
* Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie2021-02-041-1/+2
* Fix typosDan Swain2021-02-041-1/+1
* Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak2021-02-032-2/+2
* Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak2021-02-033-3/+10