summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2025-05-16Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...Jacob Walls
2025-05-16Fixed #33312 -- Raised explicit exception when copying deferred model instances.Simon Charette
2025-05-15Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2.Pablo Bengoechea
2025-05-14Fixed #35852 -- Fixed intcomma locale-aware formatting of string number repre...Timothy McCurrach
2025-05-14Fixed #35507 -- Improved accessibility of search and filter elements in the a...antoliny0919
2025-05-14Fixed #36273 -- Moved Index system checks from Model to Index.check().Tim Graham
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-05-14Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.hesham942
2025-05-13Fixed #36383 -- Improved migration serialization for functools.partial objects.Adam Johnson
2025-05-13Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...Adam Johnson
2025-05-13Refs #36383, #26151 -- Corrected spelling of DeconstructibleSerializer.Adam Johnson
2025-05-13Fixed #35518 -- Optimized RoutePattern by using string operations for convert...Jake Howard
2025-05-12Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].Thibaut Decombe
2025-05-12Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...Simon Charette
2025-05-09Fixed #36207 -- Cleared cached ForeignObject relations via refresh_from_db().Jacob Walls
2025-05-08Fixed #36295, Refs #24305 -- Allowed overriding GenericForeignKey fields on a...Ahmed Nassar
2025-05-08Fixed #36363 -- Added field names to admin duplicated fields error hint.Eric Blum
2025-05-08Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.Sage Abdullah
2025-05-06Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-05-04Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().신우진
2025-04-30Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...Baptiste Mispelon
2025-04-30Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.Simon Charette
2025-04-30Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...Simon Charette
2025-04-30Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations thro...Simon Charette
2025-04-28Fixed #36354 -- Removed JavaScript workaround for browsers lacking `:has()` C...Fabian Braun
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-04-27Fixed #36312 -- Removed invalid size units for svg in Safari.Ahmed Nassar
2025-04-26Refs #36326 -- Fixed QuerySet.raw() crash on models with CompositePrimaryKey ...Mariusz Felisiak
2025-04-24Fixed #36309 -- Made email alternatives and attachments pickleable.nessita
2025-04-23Fixed #36341 -- Preserved whitespaces in wordwrap template filter.Matti Pohjanvirta
2025-04-23Fixed #35801 -- Prevented collision of senders with non-overlapping lifetimes.Simon Charette
2025-04-23Simplified UserManager.with_perm() by using get_backends().Bona Fide IT GmbH
2025-04-22Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools b...antoliny0919
2025-04-17Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().SaJH
2025-04-17Fixed #35959 -- Displayed password reset button in admin only when user has s...Sarah Boyce
2025-04-17Refs #35959 -- Added render_password_as_hash auth template tag for password r...Sarah Boyce
2025-04-17Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-04-17Fixed #28050 -- Added template name to TemplateSyntaxError.farhan
2025-04-16Disabled Chrome browser pop-ups that were interfering with selenium tests.Sarah Boyce
2025-04-16Americanized some spellings.Adam Johnson
2025-04-16Fixed #36274 -- Added support for run_before and atomic in MigrationWriter.Mikuláš Poul
2025-04-11Fixed #36288 -- Addressed improper handling of duplicates in values_list().Simon Charette
2025-04-09Sorted imports in django/templatetags/tz.py per isort.Sarah Boyce
2025-04-09Fixed #35986 -- Fixed test classes with @translation.override decorator.Ahmed Nassar
2025-04-07Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_...Simon Charette
2025-04-07Fixed #36298 -- Truncated the overwritten file content in file_move_safe().Sarah Boyce
2025-04-05Fixed #36299 -- Prevented field selection on QuerySet.alias() after values().Simon Charette
2025-04-04Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on Po...Simon Charette
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2025-04-03Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.Simon Charette