summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2022-06-23[4.1.x] Fixed #33800 -- Fixed system check for the same template tag module i...Mariusz Felisiak
2022-06-20[4.1.x] Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav
2022-05-31[4.1.x] Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg
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
2022-02-09Fixed #33495 -- Improved debug logging message about adapting handlers for mi...Aaron Chong
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-18Removed unused buf_size argument to LimitedStream().Nick Pope
2022-01-13Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson
2022-01-13Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.Adam Johnson
2022-01-12Changed django.utils.log.log_response() to take exception instance.Adam Johnson
2022-01-12Added exception to SuspiciousOperation logging.Adam Johnson
2022-01-10Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls
2022-01-07Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.Florian Apolloner
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-12-20Fixed #33367 -- Fixed URLValidator crash in some edge cases.mendespedro
2021-12-14Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-11-25Fixed #32397 -- Made startapp/startproject management commands set User-Agent.Ad Timmering
2021-11-24Fixed #4282 -- Made startapp/startproject management commands honor umask.Ad Timmering
2021-11-11Fixed #6106 -- Prevented makemessages from changing .po files when up to date.Ad Timmering
2021-11-02Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2021-10-25Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee