1
0
forked from pool/python-Django

Accepting request 1032928 from home:aplanas:branches:devel:languages:python:django

- Update to 4.1.3
  + 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

OBS-URL: https://build.opensuse.org/request/show/1032928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=117
This commit is contained in:
2022-11-02 16:27:34 +00:00
committed by Git OBS Bridge
parent 115233053a
commit acfcaf8280
7 changed files with 197 additions and 229 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 2 15:50:11 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.1.3
+ 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
-------------------------------------------------------------------
Tue Oct 4 08:22:42 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>