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
2022-02-09
Fixed #33495 -- Improved debug logging message about adapting handlers for mi...
Aaron Chong
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-21
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2022-01-18
Removed unused buf_size argument to LimitedStream().
Nick Pope
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2022-01-13
Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.
Adam Johnson
2022-01-12
Changed django.utils.log.log_response() to take exception instance.
Adam Johnson
2022-01-12
Added exception to SuspiciousOperation logging.
Adam Johnson
2022-01-10
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-07
Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.
Mariusz Felisiak
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2022-01-04
Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.
Florian Apolloner
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-12-20
Fixed #33367 -- Fixed URLValidator crash in some edge cases.
mendespedro
2021-12-14
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Jeremy Lainé
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-11-25
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Ad Timmering
2021-11-24
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Ad Timmering
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-11-02
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2021-11-02
Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...
andrewdotn
2021-10-25
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-10-20
Fixed #32987 -- Added system check for template tag modules with the same name.
Shreya Bamne
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-10-12
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-05
Refs #29026 -- Added log() to makemigrations.
Jacob Walls
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-09-20
Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in E...
Mariusz Felisiak
2021-09-20
Refs #31546 -- Removed support for boolean values in Command.requires_system_...
Mariusz Felisiak
2021-09-14
Fixed #33012 -- Added Redis cache backend.
Daniyal
2021-09-07
Fixed #32076 -- Added async methods to BaseCache.
Andrew-Chen-Wang
2021-09-07
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
Refs #33060 -- Ensured cache backends validate keys.
Nick Pope
2021-09-06
Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Peter Inglesby
2021-09-03
Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.
Nick Pope
2021-09-02
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...
Daniyal Abbasi
2021-09-02
Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.
Stefanos I. Tsaklidis
2021-09-01
Fixed #32309 -- Added --exclude option to startapp/startproject management co...
sage
2021-08-31
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2021-08-31
Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().
Mariusz Felisiak
2021-08-31
Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...
Sondre Lillebø Gundersen
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-06
Fixed typo in regex for IPv6 literals in EmailValidator.
qimingmafan
2021-08-04
Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...
Jacob Walls
[prev]
[next]