summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refs #32409 -- Doc'd ORM calling limitations on async tests.c/32409-async-tests-cannot-call-ormCarlton Gibson2021-03-101-0/+3
* Updated link to Selenium webdrivers.Mariusz Felisiak2021-03-091-1/+1
* Updated Git branch "master" to "main".Markus Holtermann2021-03-0915-60/+65
* Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann2021-03-093-3/+3
* Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to a...masterTim Graham2021-03-081-0/+1
* Refs #32489 -- Simplified filter_tests_by_tags().Chris Jerdonek2021-03-081-13/+15
* Refs #32489 -- Simplified partition_suite_by_case().Chris Jerdonek2021-03-081-7/+4
* Refs #32489 -- Removed unneeded partition_suite_by_type().Chris Jerdonek2021-03-081-25/+10
* Fixed #32517 -- Made OrderedSet reversible.Diego Lima2021-03-082-1/+9
* Fixed #24141 -- Added QuerySet.contains().Johan Schiff2021-03-067-18/+132
* Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls2021-03-051-1/+2
* Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek2021-03-053-48/+128
* Simplified for loop in reorder_suite().Chris Jerdonek2021-03-051-2/+2
* Fixed typo assertNotContains() docstring.Jacob Walls2021-03-041-1/+1
* 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
* Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani2021-03-042-0/+20
* Corrected messages of admin checks for invalid model field names.Hasan Ramezani2021-03-044-21/+21
* Corrected admin.E023 message in docs.Hasan Ramezani2021-03-041-1/+2
* Updated my entry in AUTHORS.F. Malina2021-03-031-1/+1
* 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-033-6/+37
* Used CollectionTestCase in FindersCheckTests tests.Mariusz Felisiak2021-03-031-26/+32
* Refs #27854 -- Skipped subsequent checks if STATICFILES_DIRS is not a list or...Jacob Walls2021-03-031-0/+1
* Fixed #32493 -- Removed redundant never_cache uses from admin views.tim-mccurrach2021-03-032-2/+5
* Updated links to djangoproject.com/code.djangoproject.com repositories.Mariusz Felisiak2021-03-031-2/+2
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-029-19/+82
* Refs #24121 -- Added __repr__() to URLNode.Rohith PR2021-03-022-0/+30
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-028-52/+52
* Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...Jacob Walls2021-03-012-1/+14
* Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's li...Jacob Walls2021-03-011-4/+0
* Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani2021-03-014-6/+48
* Used GitHub actions for docs tests.Mariusz Felisiak2021-02-263-1/+41
* Changed "pip3 install" to "python -m pip install" in GitHub actions workflows.Mariusz Felisiak2021-02-261-2/+2
* Fixed typo in assertQuerysetEqual() exception message.Jacob Walls2021-02-262-3/+8
* Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach2021-02-261-4/+4
* Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...Mariusz Felisiak2021-02-262-3/+7
* Removed unused code in admin_views tests.Jacob Walls2021-02-262-9/+0
* Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...Jacob Walls2021-02-262-4/+17
* Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith2021-02-262-2/+31
* Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls2021-02-262-2/+2
* Enabled GitHub actions on push.Mariusz Felisiak2021-02-262-0/+6
* 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 #32480 -- Corrected docstring and removed redundant comments in django/...BeryCZ2021-02-241-5/+7
* Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette2021-02-249-20/+103
* Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak2021-02-241-1/+1
* Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().Mariusz Felisiak2021-02-241-1/+1
* Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita2021-02-242-1/+40