summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-17Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().varunkasyap
2025-12-16Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...Clifford Gama
2025-12-16Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.Mridul Dhall
2025-12-15Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...Marc Gibbons
2025-12-15Refs #36652 -- Avoided missing imports in a temporary file generated in a mig...Jacob Walls
2025-12-15Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-12-12Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.Lily Acorn
2025-12-12Fixed #36735 -- Added UUID4 and UUID7 database functions.Lily Acorn
2025-12-11Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.Pravin Kamble
2025-12-11Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.Jacob Walls
2025-12-11Refs #36499 -- Adjusted test_strip_tags following Python behavior change for ...Jacob Walls
2025-12-10Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...Clifford Gama
2025-12-10Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.Clifford Gama
2025-12-10Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...Clifford Gama
2025-12-09Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...Tim Graham
2025-12-05Fixed #36728 -- Validated template tag arguments at definition time.Jake Howard
2025-12-05Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...Clifford Gama
2025-12-05Fixed #36367 -- Added a label to the date_hierarchy in admin changelist.Chaitanya
2025-12-04Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.Tim Graham
2025-12-03Closed pool when parallel test runner encounters unpicklable exceptions.Jacob Walls
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2025-12-03Fixed #36280 -- Replaced exception checks with assertRaisesMessage().Skyiesac
2025-12-02Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...Shai Berger
2025-12-02Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL injection in c...Jacob Walls
2025-12-02Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.Νικόλαος-Διγενής Καραγιάννης
2025-12-01Fixed #36712 -- Evaluated type annotations lazily in template tag registration.Jacob Walls
2025-12-01Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().Jacob Walls
2025-11-26Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.varunkasyap
2025-11-26Closed temporary files in OverwritingStorageTests.test_save_overwrite_behavio...Jacob Walls
2025-11-25Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...David Smith
2025-11-25Refs #21961 -- Added required_db_features to delete's RelatedDbOptionParent.Tim Graham
2025-11-24Corrected assertions for True/False results in tests/auth_tests/test_handlers...Jake Howard
2025-11-24Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.Simon Charette
2025-11-23Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...Tim Graham
2025-11-22Fixed #35774 -- Dropped support for GEOS 3.8.David Smith
2025-11-21Refs #36705 -- Added coverage for multiple types of enclosing punctuation in ...Jacob Walls
2025-11-21Refs #36031 -- Added tests of DecimalRangeField __contains lookup with unboun...Mariusz Felisiak
2025-11-20Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-20Fixed #36737 -- Escaped further control characters in escapejs.farthestmage
2025-11-19Fixed #26609 -- Extended fields.E004 system check for unordered iterables.Mariusz Felisiak
2025-11-18Fixed #36733 -- Escaped attributes in Stylesheet.__str__().varunkasyap
2025-11-18Fixed #36141 -- Checked for applied replaced migrations recursively.Georgi Yanchev
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-11-14Refs #24928 -- Added introspection support for PostgreSQL HStoreField.Mariusz Felisiak
2025-11-13Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.Kasyap Pentamaraju
2025-11-13Fixed #36663 -- Defaulted to running checks against all databases.Simon Charette
2025-11-13Refs #31055 -- Adjusted passing of Field.check kwargs to ArrayField.base_field.Simon Charette