summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2022-07-06Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...Christos Kopanos
2022-07-06Used list comprehensions in RedisCache.delete_many().Christos Kopanos
2022-07-06Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...Vladimir Kochetkov
2022-06-23Fixed #33800 -- Fixed system check for the same template tag module in instal...Mariusz Felisiak
2022-06-20Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav
2022-06-17Fixed #24870 -- Added --update option to makemigrations command.David Wobrock
2022-06-17Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.David Wobrock
2022-06-09Fixed #33755 -- Moved ASGI body-file cleanup into request class.Jonas Lundberg
2022-06-08Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker