summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2022-06-01Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh
2022-05-31Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-05-16Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak
2022-05-12Made closing in connection handlers more DRY.Nick Pope
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-11Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson
2022-05-10Refs #33173, Refs #30451 -- Fixed ResourceWarning from unclosed body files in...Mariusz Felisiak
2022-04-16Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...Scott
2022-04-11Fixed #32604 -- Made file upload respect group id when uploading to a tempora...Mateo Radman
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-18Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-16Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken
2022-02-23Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak
2022-02-22Fixed #27844 -- Added optimizemigration management command.David Wobrock
2022-02-21Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_H...Mariusz Felisiak
2022-02-17Refs #27468 -- Updated django.core.signing docstring.Matthias Kestenholz
2022-02-14Refs #25684 -- Removed double newline from request/response output of runserver.rafrafek
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson