summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-09Refs #16063 -- Added tests for searching against multiple related fields in a...Jacob Walls
2021-11-08Fixed #33264 -- Made test runner return non-zero error code for unexpected su...Baptiste Mispelon
2021-11-08Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...Matthijs Kooijman
2021-11-08Fixed #32980 -- Made models cache related managers.Keryn Knight
2021-11-05Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak
2021-11-05Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith
2021-11-04Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2021-11-04Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...Guilherme Martins Crocetti
2021-11-04Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg
2021-11-03Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...Hannes Ljungberg
2021-11-03Fixed #32996 -- Cached PathInfos on relations.Keryn Knight
2021-11-03Fixed #33252 -- Made cache middlewares thread-safe.Iuri de Silvio
2021-11-03Refs #33252 -- Used @override_settings in BaseCacheTests.test_cache_write_unp...Iuri de Silvio
2021-11-02Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...Roman
2021-11-02Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae
2021-11-02Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...Mariusz Felisiak
2021-11-02Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2021-11-02Fixed isolation of admin_views.tests.ValidXHTMLTests.Mariusz Felisiak
2021-10-29Fixed #33236 -- Fixed assertHTMLEqual() error messages for escaped HTML.Pratyush Mittal
2021-10-27Fixed #33201 -- Made RenameModel operation a noop for models with db_table.Iuri de Silvio
2021-10-26Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.Anv3sh
2021-10-26Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.Mariusz Felisiak
2021-10-26Fixed #27079 -- Avoided multiple setUpClass()/tearDownClass() calls in LiveSe...Jacob Walls
2021-10-26Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressio...Tim Graham
2021-10-25Fixed #31503 -- Made autodetector remove unique/index_together before alterin...David Wobrock
2021-10-25Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani
2021-10-25Fixed typo in tests/servers/tests.py.Jacob Walls
2021-10-22Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...Manaia Junior
2021-10-21Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-10-21Refs #25916 -- Isolated sitemap.test_utils testsDavid Smith
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-21Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson
2021-10-21Made F deconstruction omit 'expressions' in the path.Adam Johnson
2021-10-20Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2021-10-20Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19Fixed #33197 -- Made field rename with prior matching db_column change a noop.Simon Charette
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18Fixed #33194 -- Fixed migrations when altering a field with functional indexe...Hannes Ljungberg
2021-10-15Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.Mariusz Felisiak
2021-10-15Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls
2021-10-15Refs #23953 -- Added MigrationAutodetector.parse_number() tests.Jacob Walls
2021-10-14Refs #30509 -- Adjusted FileResponse test to close file earlier.Piotr Kunicki
2021-10-14Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...Piotr Kunicki
2021-10-14Refs #30509 -- Increased FileResponse test coverage.Piotr Kunicki
2021-10-14Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-14Refs #27131 -- Removed SMTPBackendTests.test_server_login().Mariusz Felisiak