---
title: "Django 4.1.3 release notes"
version: 5.1
locale: ko
source: https://docs.djangoproject.com/ko/5.1/releases/4.1.3/
canonical: https://djangodocs.dev/ko/5.1/releases/4.1.3/
---
# Django 4.1.3 release notes

*November 1, 2022*

Django 4.1.3 fixes a bug in 4.1.2 and adds compatibility with Python 3.11.

## 버그 수정

- Fixed a bug in Django 4.1 that caused non-Python files created by
  `startproject` and `startapp` management commands from custom templates
  to be incorrectly formatted using the `black` command ([#34085](https://code.djangoproject.com/ticket/34085)).
