summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2 daysFixed #37257, Refs #35738 -- Prevented double-dot deprecation warnings for te...Adam Johnson
7 daysFixed #29969 -- Omitted inlines without add permission on save-as-new.Jakob Friedrich
7 daysFixed #37224 -- Skipped questioner for field changes on unmanaged models.Vishy
7 daysFixed #37205 -- Asserted exact HttpResponse types in tests.Jonathan Biemond
8 daysFixed #37239 -- Cleared stale db_default when pk comes from related object.Jacob Walls
8 daysRefs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_default feat...Jacob Walls
8 daysFixed CVE-2026-15920 -- Made display_for_field() validate URLs before renderi...Natalia
8 daysFixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections.Jacob Walls
8 daysFixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Natalia
8 daysFixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial lookups.Jacob Walls
9 daysAdded free-threaded Python 3.14t to PostGIS CI workflow.David Smith
9 daysRefs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.Jacob Walls
9 daysFixed #36770 -- Fixed incomplete mocking in SQLiteInMemoryTestDbs.Jacob Walls
10 daysFixed #37242 -- Fixed reading null time fields in LayerMapping.Jacob Walls
12 daysFixed #36626 -- Preserved milliseconds in DataSource time fields.Francesco Bruni
12 daysFixed #37236 -- Allowed altering spatial indexes on RasterField.Mariano Baragiola
12 daysFixed #27734 -- Made parallel test workers reuse database clones of exited wo...Ahmed Mohamed
13 daysFixed #37238 -- Prevented fallback to python default for a pk with a db_default.Jacob Walls
13 daysFixed #37240 -- Fixed simplify_regex() with multiple unnamed groups.SEPURI-SAI-KRISHNA
13 daysUpdated asgiref dependency in free-threaded requirements.Jacob Walls
14 daysRefs #12227 -- Added test for PREPEND_WWW redirect following in test client.anurag629
2026-07-29Refs #28586 -- Added coverage for from_queryset's fetch mode in refresh_from_...Jacob Walls
2026-07-29Fixed #37234 -- Fixed bulk_create() for late-saved related primary keys.Filip Sedlák
2026-07-29Fixed #27752 -- Fixed ordering by Model.__str__ in the admin.VIZZARD-X
2026-07-29Fixed #37233 -- Prevented sort controls for unordered __str__ admin columns.Akshat Sparsh
2026-07-28Fixed #37230 -- Fixed a crash for second-degree relations in ModelAdmin.list_...Zubair Hassan
2026-07-27Refs #22712 -- Restored django.contrib.staticfiles.finders.BaseFinder.find().Nick Pope
2026-07-27Fixed #37198 -- Fixed content_disposition_header() quoting of filenames endin...Vishy
2026-07-24Fixed #37160 -- Made admin views raise PermissionDenied consistently.Natalia
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-23Refs #36694 -- Skipped GIS test needing spatial index on Oracle.Jacob Walls
2026-07-23Fixed #36027 -- Made error response rendering thread-sensitive.Carlton Gibson
2026-07-23Fixed #37203 -- Used normalized field names for composite pks in inspectdb.mundur
2026-07-23Refs #37203 -- Escaped introspection error comments in inspectdb.mundur
2026-07-20Fixed #36694 -- Restored missing Index options in PostGISSchemaEditor._create...Clifford Gama
2026-07-20Refs #32539 -- Fixed flaky facet filter tests.Jacob Walls
2026-07-16Fixed #32915 -- Suppressed fewer ImportErrors in management commands.Ben Cail
2026-07-15Refs #36983 -- Fixed race condition in ExceptionReporterTests under free-thre...Carlton Gibson
2026-07-15Refs #36983 -- Added CI tests on free-threaded Python 3.13t and 3.14t.Carlton Gibson
2026-07-15Updated asgiref dependency.Carlton Gibson
2026-07-14Closed temporary files in GDALRasterTests.Jacob Walls
2026-07-14Fixed #37210 -- Logged cached_db session cache delete failures.vismaytiwari
2026-07-14Fixed #25243 -- Added inspectdb regression test for sqlite_schema FK.dcsid
2026-07-13Fixed #37187, #37190 -- Pointed ModelAdmin warnings to the deprecated code.Mike Edmunds
2026-07-13Refs #37187 -- Implemented warn_about_implementation() deprecation utility.Mike Edmunds
2026-07-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-13Fixed #29303 -- Avoided mutating original view in non_atomic_requests().Sina Chaichi Maleki
2026-07-10Fixed #36864 -- Supported modules and submodules in import_string().Leland
2026-07-10Fixed #37181 -- Corrected assertion in SeleniumTests.test_pagination.Varun Kasyap
2026-07-10Fixed #37182 -- Corrected property typo in skip link to content test.Varun Kasyap