1
0
forked from pool/python-Django

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

- Update to 4.1:
  This is just a summary. Full release notes are available at
  https://docs.djangoproject.com/en/4.1/releases/4.1/
  + Django 4.1 supports Python 3.8, 3.9, and 3.10
  + Asynchronous handlers for class-based views
  + Asynchronous ORM interface
  + Validation of Constraints
  + Form rendering accessibility
  + CSRF_COOKIE_MASKED setting
- Drop fix_test_custom_fields_SQLite.patch (already merged)

OBS-URL: https://build.opensuse.org/request/show/992592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=110
This commit is contained in:
2022-08-03 14:14:04 +00:00
committed by Git OBS Bridge
parent 96cbf5f82b
commit 42e85b2195
8 changed files with 127 additions and 124 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 3 13:20:52 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.1:
This is just a summary. Full release notes are available at
https://docs.djangoproject.com/en/4.1/releases/4.1/
+ Django 4.1 supports Python 3.8, 3.9, and 3.10
+ Asynchronous handlers for class-based views
+ Asynchronous ORM interface
+ Validation of Constraints
+ Form rendering accessibility
+ CSRF_COOKIE_MASKED setting
- Drop fix_test_custom_fields_SQLite.patch (already merged)
-------------------------------------------------------------------
Wed Aug 3 11:48:48 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>