summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2023-02-18Refs #34176 -- Adjusted group by position variables naming to follow SQL spec.Simon Charette
2023-02-17Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre
2023-02-17Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand
2023-02-17Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand
2023-02-17Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth
2023-02-17Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-15Fixed #34320 -- Make sure constraints names are obtained from truncated colum...nabil-rady
2023-02-14Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn
2023-02-14Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling
2023-02-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-13Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce
2023-02-10Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-08Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief
2023-02-08Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...Mariusz Felisiak
2023-02-08Refs #7430 -- Removed broken Template.__iter__().Anders Hovmöller
2023-02-08Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot
2023-02-08Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang
2023-02-07Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing...Bakdolot
2023-02-07Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN
2023-02-07Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls
2023-02-07Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir
2023-02-06Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.Dan Glass
2023-02-04Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak
2023-02-03Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
2023-02-02Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.skidipap
2023-02-02Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-02-01Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...Nick Pope
2023-01-31Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...sag᠎e
2023-01-30Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2023-01-27Fixed #28054 -- Made runserver not return response body for HEAD requests.Sarah Boyce
2023-01-27Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on Po...Mariusz Felisiak
2023-01-26Fixed #34254 -- Fixed return value of Exists() with empty queryset.Raj Desai
2023-01-26Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...Simon Sawicki
2023-01-26Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2023-01-24Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRela...朱穆穆
2023-01-23Fixed #34192 -- Preserved callable storage when it returns default_storage.Matt Westcott
2023-01-23Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js.Claude Paroz
2023-01-20Added short description to remove_stale_contenttypes command.touhf
2023-01-20Fixed #34267 -- Fixed sliced QuerySet.union() crash.Francesco Panico
2023-01-20Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo
2023-01-19Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...David Wobrock
2023-01-19Refs #32528 -- Simplified MigrationAutodetector._sort_migrations().Nick Pope
2023-01-19Refs #32528 -- Simplified Media.merge().Nick Pope
2023-01-19Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2023-01-18Refs #34233 -- Used aiter() and anext().Nick Pope