summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated Git branch "master" to "main".Markus Holtermann2021-03-091-1/+1
* Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to a...masterTim Graham2021-03-081-0/+1
* Fixed #32517 -- Made OrderedSet reversible.Diego Lima2021-03-081-1/+6
* Fixed #24141 -- Added QuerySet.contains().Johan Schiff2021-03-063-0/+69
* Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.Chris Jerdonek2021-03-051-0/+81
* Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani2021-03-041-0/+12
* Corrected messages of admin checks for invalid model field names.Hasan Ramezani2021-03-042-11/+11
* Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls2021-03-031-2/+23
* Used CollectionTestCase in FindersCheckTests tests.Mariusz Felisiak2021-03-031-26/+32
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-027-19/+56
* Refs #24121 -- Added __repr__() to URLNode.Rohith PR2021-03-021-0/+21
* Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...Jacob Walls2021-03-011-0/+9
* Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani2021-03-011-0/+28
* Fixed typo in assertQuerysetEqual() exception message.Jacob Walls2021-02-261-1/+4
* Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...Mariusz Felisiak2021-02-261-1/+1
* 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-261-0/+2
* Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith2021-02-261-1/+17
* Fixed #32446 -- Deprecated SERIALIZE test database setting.Simon Charette2021-02-243-10/+30
* Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita2021-02-241-1/+28
* Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...Simon Charette2021-02-241-0/+15
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-235-2/+589
* Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.url...Marc Gibbons2021-02-232-1/+42
* Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded().Mariusz Felisiak2021-02-231-1/+1
* Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-...Chris Jerdonek2021-02-231-5/+11
* Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.Nick Pope2021-02-221-0/+31
* Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg2021-02-195-24/+57
* Fixed #32256 -- Fixed migration optimization crash when swapping field names.Hasan Ramezani2021-02-191-0/+17
* Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope2021-02-192-4/+4
* Refs #30231 -- Fixed SeleniumTests.test_inlines_verbose_name with headless mode.David Smith2021-02-191-0/+4
* Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani2021-02-181-0/+10
* Refs #32455 -- Added tests for left combining an empty Q() with boolean expre...Mariusz Felisiak2021-02-181-0/+12
* Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...starryrbs2021-02-181-0/+8
* Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo2021-02-181-0/+1
* Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...Hannes Ljungberg2021-02-172-1/+29
* Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida2021-02-163-3/+115
* Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts2021-02-161-1/+30
* Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav0142021-02-152-0/+10
* Refs #32417 -- Improved cleaning up and fixed isolation of staticfiles_tests ...Chris Jerdonek2021-02-151-10/+19
* Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...Chris Jerdonek2021-02-121-0/+37
* Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.Chris Jerdonek2021-02-121-0/+16
* Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas2021-02-111-1/+12
* Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_distinct...Egidijus Macijauskas2021-02-111-14/+0
* Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva2021-02-112-0/+9
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-1011-116/+21
* Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos2021-02-091-2/+6
* Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae2021-02-091-0/+27
* Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos2021-02-082-2/+36
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-068-11/+11
* Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.Hasan Ramezani2021-02-051-0/+6