summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-12-16Used subTest() in forms.URLField() tests.Mariusz Felisiak
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-12-14Fixed unescape_string_literal() crash on empty strings.Florian Apolloner
2021-12-14Added test for ValueErrors in unescape_string_literal().Florian Apolloner
2021-12-14Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp
2021-12-14Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-12-14Refs #33361 -- Added Added DummyCache.set() test for boolean values.Jeremy Lainé
2021-12-13Refs #33338 -- Added never_cache() tests for Expires header.mgaligniana
2021-12-13Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson
2021-12-13Refs #33355 -- Moved Trunc() assertions for invalid arguments and ISO 8601 we...Mariusz Felisiak
2021-12-13Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...mendespedro
2021-12-10Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...Mariusz Felisiak
2021-12-10Added test for field names of ManagementForm.Adam Johnson
2021-12-09Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLite 3.37+.Mariusz Felisiak
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-12-08Fixed #33319 -- Fixed crash when combining with the | operator querysets with...Ömer Faruk Abacı
2021-12-08Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...Baptiste Mispelon
2021-12-08Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne
2021-12-07Updated asgiref dependency for 4.0 release series.Mariusz Felisiak
2021-12-07Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...Florian Apolloner
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-12-06Fixed #33335 -- Made model validation ignore functional unique constraints.Hannes Ljungberg
2021-12-04Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_callable_defa...Mariusz Felisiak
2021-12-03Fixed #33078 -- Added support for language regions in i18n_patterns().Maxim Piskunov
2021-12-03Refs #33078 -- Added extra assertions to MiscTests.test_get_language_from_pat...Mariusz Felisiak
2021-12-03Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...Mariusz Felisiak
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-12-02Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.Simon Charette
2021-12-01Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2021-11-29Refs #32800 -- Renamed _sanitize_token() to _check_token_format().Chris Jerdonek
2021-11-29Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.Chris Jerdonek
2021-11-29Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh1815
2021-11-29Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...Hannes Ljungberg
2021-11-26Refs #33301 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...Baptiste Mispelon
2021-11-26Added tests for SimpleTestCase.assertFormError()/assertFormsetErrors().Baptiste Mispelon
2021-11-26Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.Hasan Ramezani
2021-11-25Fixed #32397 -- Made startapp/startproject management commands set User-Agent.Ad Timmering
2021-11-25Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh1815
2021-11-24Fixed #4282 -- Made startapp/startproject management commands honor umask.Ad Timmering
2021-11-24Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...mgaligniana
2021-11-24Removed unneeded @skipUnlessDBFeature('supports_combined_alters').Tim Graham
2021-11-24Fixed typo in delete test docstring.Tim Graham
2021-11-23Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.arsalan.ghassemi
2021-11-23Fixed #33304 -- Allowed passing string expressions to Window(order_by).Simon Charette
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
2021-11-22Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...Baptiste Mispelon
2021-11-19Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...SwastikTripathi