summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-19Fixed #32571 -- Made CsrfViewMiddleware handle invalid URLs in Referer header.Adam Donaghy
2021-03-19Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal
2021-03-19Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak
2021-03-19Added parallel argument to DiscoverRunner docs.Mariusz Felisiak
2021-03-19Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak
2021-03-18Fixed #16010 -- Added Origin header checking to CSRF middleware.Tim Graham
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2021-03-18Fixed #32556 -- Fixed assertHTMLEqual() to handle empty string as boolean att...Hasan Ramezani
2021-03-18Fixed #31370 -- Added support for parallel tests with --buffer.Adam Johnson
2021-03-18Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.Adam Johnson
2021-03-18Refs #31370 -- Added test for pickling RemoteTestResult.Adam Johnson
2021-03-18Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron
2021-03-18Refs #29138 -- Added extra tests for autocomplete FK to_field variations.Johannes Maron
2021-03-18Fixed #32547 -- Corrected notes about validation in HTML assertions docs.Hasan Ramezani
2021-03-17Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.Jonathan Richards
2021-03-17Refs #32548 -- Added tests for passing conditional expressions to Q().Mariusz Felisiak
2021-03-17Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-03-17Fixed typo in docs/topics/testing/advanced.txt.Jozef
2021-03-17Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato
2021-03-16Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak
2021-03-16Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...Daniyal
2021-03-16Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses.Yuri Konotopov
2021-03-16Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in C...Hasan Ramezani
2021-03-15Refs #32508 -- Raised ValueError instead of using "assert" in lazy().Hasan Ramezani
2021-03-15Added tests for AssertionErrors in get_complete_version() and _lazy_re_compil...Hasan Ramezani
2021-03-15Fixed #32540 -- Optimized DiscoverRunner.build_suite() by calling find_top_le...Chris Jerdonek
2021-03-15Refs #32540 -- Added django.test.runner.find_top_level().Chris Jerdonek
2021-03-15Fixed typo in docs/ref/checks.txt.Hasan Ramezani
2021-03-15Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak
2021-03-12Made GitHub action add welcome message only after opening PR.Mariusz Felisiak
2021-03-12Fixed #31516 -- Improved naming of migrations with multiple operations.manav014
2021-03-12Refs #31516 -- Added Migration.suggest_name() tests for migrations with no op...Adam Johnson
2021-03-12Added GitHub action with welcome message for first-time contributors.Tom Forbes
2021-03-12Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...Adam Johnson
2021-03-12Reduced nesting inside DiscoverRunner.build_suite().Chris Jerdonek
2021-03-11Fixed #32529 -- Delayed creating a test suite in build_suite().Chris Jerdonek
2021-03-11Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...Chris Jerdonek
2021-03-11Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...Hasan Ramezani
2021-03-10Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.Jonny Park
2021-03-10Refs #31235 -- Improved assertQuerysetEqual() warning message with stacklevel=2.Claude Paroz
2021-03-10Removed unnecessary lines in test_has_view_or_change_permission_required().Mariusz Felisiak
2021-03-10Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-10Refs #24121 -- Added __repr__() to OrderedSet.Nick Pope
2021-03-10Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak
2021-03-09Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-03-09Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.Chris Jerdonek
2021-03-09Updated link to Selenium webdrivers.Mariusz Felisiak
2021-03-09Updated Git branch "master" to "main".Markus Holtermann
2021-03-09Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann