mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3
Upgrade to release 3.12.3: - Properly handle ATOMIC_REQUESTS when multiple database configurations are used. - Bypass COUNT query when LimitOffsetPagination is configured but pagination params are not included on the request. - Respect allow_null=True on DecimalField. - Allow title cased "Yes"/"No" values with BooleanField. - Add PageNumberPagination.get_page_number() method for overriding behavior. - Fixed rendering of timedelta values in OpenAPI schemas, when present as default, min, or max fields. - Render JSONFields with indentation in browsable API forms. - Remove unnecessary database query in admin Token views. - Raise validation errors when bools are passed to PrimaryKeyRelatedField fields, instead of casting to ints. - Don't include model properties as automatically generated ordering fields with OrderingFilter. - Use deque instead of list for tracking throttling .history. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -5,8 +5,8 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
|
||||
|
||||
SRC_URI[md5sum] = "e70d58ee2f83f11d4efe33162bb8af3b"
|
||||
SRC_URI[sha256sum] = "0898182b4737a7b584a2c73735d89816343369f259fea932d90dc78e35d8ac33"
|
||||
SRC_URI[sha256sum] = "2fbbd5c28a1aaa1ad0b721b29e916797fc9aba9f9b3e7619da11c674880fc7aa"
|
||||
|
||||
PYPI_PACKAGE = "djangorestframework"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user