summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2024-07-09[4.2.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's...Natalia
2024-04-10[4.2.x] Refs #34900, Refs #35361 -- Fixed SafeMIMEText.set_payload() crash on...Mariusz Felisiak
2023-11-09[4.2.x] Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-10-10[4.2.x] Refs #26029 -- Improved get_storage_class() deprecation warning with ...Carlton Gibson
2023-08-19[4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fie...Juan Alvarez
2023-07-03[4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a...Mariusz Felisiak
2023-06-04[4.2.x] Fixed #34620 -- Fixed serialization crash on m2m fields without natur...Mariusz Felisiak
2023-05-17[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
2023-04-12[4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...Mariusz Felisiak
2023-03-06[4.2.x] Fixed #34386 -- Made SMTP backend load default system root CA certifi...Dmitriy Sintsov
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-10[4.2.x] Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-03[4.2.x] Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-27[4.2.x] Fixed #28054 -- Made runserver not return response body for HEAD requ...Sarah Boyce
2023-01-26[4.2.x] Fixed #34294 -- Protected django.core.files.locks against argtypes re...Simon Sawicki
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-10Fixed #34110 -- Added in-memory file storage.Francesco Panico
2023-01-05Fixed #33865 -- Optimized LimitedStream wrapper.Nick Pope
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-12-16Fixed #34212 -- Made RedisCacheClient.incr() use write connection.Leo
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-13Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race con...Marti Raudsepp
2022-12-09Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...SirAbhi13
2022-12-08Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak
2022-11-16Refs #34118 -- Used smtplib's context parameter instead of keyfile and certfile.Mariusz Felisiak
2022-11-11Refs #34110 -- Added StorageSettingsMixin.Francesco Panico
2022-11-11Refs #34110 -- Reorganized django.core.files.storage into a separate module.Francesco Panico
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-11-07Refs #33374 -- Adjusted full match condition handling.Simon Charette
2022-10-24Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.Yuri Konotopov
2022-10-20Fixed #34085 -- Made management commands don't use black for non-Python files.Carlton Gibson
2022-10-13Removed unused branch in Paginator.validate_number().Marcelo Galigniana
2022-10-04Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
2022-09-28Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls
2022-09-27Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon
2022-09-26Improved migrate help text for the --check option.Mike Lissner
2022-09-17Fixed #34014 -- Fixed DecimalValidator validating 0 in positive exponent scie...Kamil Turek
2022-09-14Fixed #29186 -- Fixed pickling HttpRequest and subclasses.Anvesh Mishra
2022-09-07Fixed #33986 -- Hardened binary lookup in template commands.Shai Berger
2022-09-05Fixed #33937 -- Optimized serialization of related m2m fields without natural...Mark Evans
2022-08-23Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.Claude Paroz
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-25Removed obsolete note in management.get_commands() docstring.Anders Kaseorg
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock