python-Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Devel package for openSUSE:Factory
-
12
derived packages
- Links to openSUSE:Factory / python-Django
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:django/python-Django && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Django-5.0.7.checksum.txt | 0000002569 2.51 KB | |
Django-5.0.7.tar.gz | 0010642686 10.1 MB | |
_link | 0000000124 124 Bytes | |
python-Django-rpmlintrc | 0000000216 216 Bytes | |
python-Django.changes | 0000138571 135 KB | |
python-Django.keyring | 0000005644 5.51 KB | |
python-Django.spec | 0000005209 5.09 KB |
Revision 167 (latest revision is 182)
Alberto Planas Dominguez (aplanas)
accepted
request 1186489
from
Markéta Machová (mcalabkova)
(revision 167)
- Update to 5.0.7 * Supports Python >= 3.10. * Facet counts are now shown for applied filters in the admin changelist when toggled on via the UI. This behavior can be changed via the new ModelAdmin.show_facets attribute. * Django 5.0 introduces the concept of a field group, and field group templates. This simplifies rendering of the related elements of a Django form field such as its label, widget, help text, and errors. * The new Field.db_default parameter sets a database-computed default value. * The new GeneratedField allows creation of database generated columns. This field can be used on all supported database backends to create a field that is always computed from other fields. * More options for declaring field choices * Few backwards-incompatible changes in the database backend API, django.contrib.gis and django.contrib.sitemaps * Dropped support for MySQL < 8.0.11 * Using create_defaults__exact may now be required with QuerySet.update_or_create() * Migrating existing UUIDField on MariaDB 10.7+ - Drop no-longer-needed patches: * dirty-hack-remove-assert.patch * sanitize_address.patch
Comments 0