summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-05Fixed #35354 -- Simplified ASGIRequest path handling.Carlton Gibson
2024-04-05Refs #35169 -- Added test for ASGIRequest root_path handling.Carlton Gibson
2024-04-03Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert.Sarah Boyce
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
2024-04-01Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...Johannes Westphal
2024-03-27Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...Fabian Braun
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-26Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...Mariusz Felisiak
2024-03-25Increased test coverage for django.db.migrations.operations.special.Mariusz Felisiak
2024-03-24Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing ...Ben Cail
2024-03-22Added ModelState.from_model() test for abstract model with unnamed indexes.Mariusz Felisiak
2024-03-21Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalFiel...sharonwoo
2024-03-20Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python...Mariusz Felisiak
2024-03-20Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.Laurent Lyaudet
2024-03-19Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.Mariusz Felisiak
2024-03-18Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.Claude Paroz
2024-03-17Fixed #35301 -- Fixed Options._property_names for overriden properties.Adam Johnson
2024-03-15Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans.Adam Johnson
2024-03-14Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.Ben Cail
2024-03-14Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...Johannes Maron
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-13Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups.Mariusz Felisiak
2024-03-10Applied BoundingCircle test to only one country.Claude Paroz
2024-03-08Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...Giannis Terzopoulos
2024-03-08Refs #35044 -- Added Model.refresh_from_db(fields=...) test for clearing reve...Giannis Terzopoulos
2024-03-08Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when va...Ben Cail
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-03-07Fixed typos in docstrings and docs.cuinix
2024-03-06Refs #35030 -- Added more tests for @user_passes_test decorator.Mariusz Felisiak
2024-03-06Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...Michail Chatzis
2024-03-05Fixed #35252 -- Optimized _route_to_regex().Adam Johnson
2024-03-05Used sys_platform in tests requirements.Mariusz Felisiak
2024-03-04Refs #21286 -- Removed invalid commented out models and tests from serializer...Adam Zapletal
2024-03-04Updated fuzzy translations in tests.i18n.patterns.Mariusz Felisiak
2024-03-04Refs CVE-2024-27351 -- Forwardported release notes and tests.Shai Berger
2024-03-04Fixed #35265 -- Added AdminSite tests for changing titles.Kasun Herath
2024-03-04Refs #9847 -- Added tests for handler403 resolution.Adam Johnson
2024-03-02Refs #26431 -- Added more test for translated path().Adam Johnson
2024-03-02Updated translation catalogs in tests.i18n.patterns.Adam Johnson
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-29Fixed #35234 -- Added system checks for invalid model field names in Exclusio...Simon Charette
2024-02-29Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.Shafiya Adzhani
2024-02-29Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in reverse.Mariusz Felisiak
2024-02-28Fixed #29022 -- Fixed handling protocol-relative URLs in ManifestStaticFilesS...Adam Zapletal
2024-02-26Refs #32114 -- Fixed test crash on non-picklable objects in subtests when Pic...David Wobrock
2024-02-26Fixed #35241 -- Cached model's full parent list.Adam Johnson
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi