index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-05
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-16
Fixed #34212 -- Made RedisCacheClient.incr() use write connection.
Leo
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-13
Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race con...
Marti Raudsepp
2022-12-09
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-11-16
Refs #34118 -- Used smtplib's context parameter instead of keyfile and certfile.
Mariusz Felisiak
2022-11-11
Refs #34110 -- Added StorageSettingsMixin.
Francesco Panico
2022-11-11
Refs #34110 -- Reorganized django.core.files.storage into a separate module.
Francesco Panico
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-10-24
Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.
Yuri Konotopov
2022-10-20
Fixed #34085 -- Made management commands don't use black for non-Python files.
Carlton Gibson
2022-10-13
Removed unused branch in Paginator.validate_number().
Marcelo Galigniana
2022-10-04
Fixed #34068 -- Corrected output of runserver command for "0" IP address.
Dhanush
2022-10-03
Refs #32987 -- Relaxed system check for template tag modules with the same na...
Mariusz Felisiak
2022-09-28
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-09-27
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-09-26
Improved migrate help text for the --check option.
Mike Lissner
2022-09-17
Fixed #34014 -- Fixed DecimalValidator validating 0 in positive exponent scie...
Kamil Turek
2022-09-14
Fixed #29186 -- Fixed pickling HttpRequest and subclasses.
Anvesh Mishra
2022-09-07
Fixed #33986 -- Hardened binary lookup in template commands.
Shai Berger
2022-09-05
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-08-23
Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.
Claude Paroz
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-25
Removed obsolete note in management.get_commands() docstring.
Anders Kaseorg
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-07-06
Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...
Christos Kopanos
2022-07-06
Used list comprehensions in RedisCache.delete_many().
Christos Kopanos
2022-07-06
Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...
Vladimir Kochetkov
2022-06-23
Fixed #33800 -- Fixed system check for the same template tag module in instal...
Mariusz Felisiak
2022-06-20
Fixed #33657 -- Allowed customizing formatter class of argument parsers.
Abhinav Yadav
2022-06-17
Fixed #24870 -- Added --update option to makemigrations command.
David Wobrock
2022-06-17
Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.
David Wobrock
2022-06-09
Fixed #33755 -- Moved ASGI body-file cleanup into request class.
Jonas Lundberg
2022-06-08
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-31
Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
Jonas Lundberg
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-05-16
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Mariusz Felisiak
2022-05-12
Made closing in connection handlers more DRY.
Nick Pope
2022-05-12
Fixed #32559 -- Added 'step_size’ to numeric form fields.
Kapil Bansal
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
[next]