summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-03-17Refs #32548 -- Added tests for passing conditional expressions to Q().Mariusz Felisiak
2021-03-17Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato
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-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-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-12Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...Adam Johnson
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-10Removed unnecessary lines in test_has_view_or_change_permission_required().Mariusz Felisiak
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-09Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.Chris Jerdonek
2021-03-09Updated Git branch "master" to "main".Markus Holtermann
2021-03-08Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to a...Tim Graham
2021-03-08Fixed #32517 -- Made OrderedSet reversible.Diego Lima
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-03-05Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek
2021-03-04Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani
2021-03-04Corrected messages of admin checks for invalid model field names.Hasan Ramezani
2021-03-03Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls
2021-03-03Used CollectionTestCase in FindersCheckTests tests.Mariusz Felisiak
2021-03-02Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag
2021-03-02Refs #24121 -- Added __repr__() to URLNode.Rohith PR
2021-03-01Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...Jacob Walls
2021-03-01Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani
2021-02-26Fixed typo in assertQuerysetEqual() exception message.Jacob Walls
2021-02-26Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...Mariusz Felisiak
2021-02-26Removed unused code in admin_views tests.Jacob Walls
2021-02-26Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...Jacob Walls
2021-02-26Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith
2021-02-24Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette
2021-02-24Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita
2021-02-24Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...Simon Charette
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-23Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...Marc Gibbons
2021-02-23Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded().Mariusz Felisiak
2021-02-23Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-...Chris Jerdonek
2021-02-22Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.Nick Pope
2021-02-19Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg
2021-02-19Fixed #32256 -- Fixed migration optimization crash when swapping field names.Hasan Ramezani
2021-02-19Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope
2021-02-19Refs #30231 -- Fixed SeleniumTests.test_inlines_verbose_name with headless mode.David Smith
2021-02-18Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-18Refs #32455 -- Added tests for left combining an empty Q() with boolean expre...Mariusz Felisiak
2021-02-18Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...starryrbs