summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2026-01-20Refs #36382 -- Fixed GDAL_VERSION comparison in gdal_tests.Jacob Walls
2026-01-20Fixed #36030 -- Fixed precision loss in division of Decimal literals on SQLite.VIZZARD-X
2026-01-20Refs #36639 -- Updated test migrations to match models.Skyiesac
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2026-01-16Refs #36382 -- Updated GDAL tests for Memory driver deprecation in GDAL 3.11.David Smith
2026-01-16Fixed #36352 -- Improved error message for fields excluded by prior values()/...JaeHyuck Sa
2026-01-16Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.JaeHyuck Sa
2026-01-16Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.JaeHyuck Sa
2026-01-14Bumped linter versions in requirements files and tox.ini.Jacob Walls
2026-01-14Fixed #36821 -- Treated empty strings as NULL for iexact lookups on Oracle.JaeHyuck Sa
2026-01-14Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when runnin...Jacob Walls
2026-01-13Fixed #35442 -- Prevented N+1 queries in RelatedManager with only().Samriddha9619
2026-01-12Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...Jacob Walls
2026-01-12Refs #36769 -- Avoided visiting grandchild nodes in XML Deserializer.Jacob Walls
2026-01-12Refs #36769 -- Corrected invalid XML fixtures.Jacob Walls
2026-01-12Fixed #36708 -- Initialized formset to None in ChangeList.__init__().Rudraksha Dwivedi
2026-01-12Fixed #36804 -- Fixed admin system check crash for missing models.Parth Paradkar
2026-01-10Fixed #36827 -- Added support for exclusion constraints using Hash indexes on...Haki Benita
2026-01-09Refs #35875 -- Added dark mode support in additional views.mbcodes
2026-01-08Fixed #36852 -- Ignored index_type case in ExclusionConstraint equality check.Haki Benita
2026-01-06Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...VIZZARD-X
2026-01-05Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...Jacob Walls
2026-01-03Added DatabaseCreation.destroy_test_db_connection_close_method hook.Tim Graham
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-12-31Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.Johannes Maron
2025-12-30Refs #21961 -- Added supports_on_delete_db_cascade skips in schema tests.Tim Graham
2025-12-29Fixed #36714 -- Fixed context sharing among async signal handlers.Arfey
2025-12-28Refs #24920 -- Made DecimalField system checks database dependent.Mariusz Felisiak
2025-12-28Added some skips to GIS tests.Tim Graham
2025-12-26Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...VIZZARD-X
2025-12-26Refs #30515 -- Added tests for resolve_url() with view callables and arguments.Natalia
2025-12-26Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().kundan223
2025-12-24Fixed #36810 -- Avoided infinite recursion in SimpleLazyObject.__repr__().Sean
2025-12-24Refs #36810 -- Avoided infinite recursion in LazyNonce.__repr__().Sean Reed
2025-12-24Refs #36787 -- Fixed lookup test crash on Oracle.Mariusz Felisiak
2025-12-22Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.Jacob Walls
2025-12-22Refs #36806 -- Removed unnecessary null=True from GeneratedField in test models.Nilesh Kumar Pahari
2025-12-22Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.guro-Ishiguro
2025-12-22Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.JaeHyuck Sa
2025-12-22Fixed #36786 -- Fixed XML serialization of None values in natural keys.Youngkwang Yang
2025-12-22Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.Clifford Gama
2025-12-22Replaced per-object create() calls with bulk_create in tests/model_fields/tes...Clifford Gama
2025-12-22Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-12-22Fixed #36806 -- Added system check for null kwarg in GeneratedField.Nilesh Kumar Pahari
2025-12-19Fixed #36618 -- Corrected error message in BaseForm.add_error().Nilesh Kumar Pahari
2025-12-19Fixed #36791 -- Made MigrationAutodetector recreate through table when m2m ta...Johanan Oppong Amoateng
2025-12-19Fixed #36590 -- Made async cache methods use specialized sync versions if ava...eevelweezel
2025-12-19Fixed #36487 -- Fixed logger error message with partial callbacks.Krishnaprasad MG
2025-12-19Fixed #36808 -- Required name argument in UniqueConstraint signature.Jonathan Biemond
2025-12-18Fixed #36701 -- Fixed memory leak in ModelState.Samriddha9619