AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 3.11.0: * various minor updates * django 3.x compatibility
- Update to 3.10.3: * Drop python2 support * Various bugfixes
- Update to 3.9.3: * This is the last Django REST Framework release that will support Python 2. * Adjusted the compat check for django-guardian to allow the last guardian version (v1.4.9) compatible with Python 2. #6613
- Switch to multibuild to avoid buildcycle with django-filter
- Update to 3.11.2 * Security: Drop urlize_quoted_links template tag in favour of Django's built-in urlize. Removes a XSS vulnerability for some kinds of content in the browsable API. (boo#1177205, CVE-2020-25626)
- Update to 3.11.1 * update Django for APIs book to 3.0 edition * decode base64 credentials as utf8; adjust tests * Remove compat urls for Django < 2.0
- Update to 3.11.0: * various minor updates * django 3.x compatibility
- Update to 3.10.3: * Drop python2 support * Various bugfixes
- Update to 3.9.3: * This is the last Django REST Framework release that will support Python 2. * Adjusted the compat check for django-guardian to allow the last guardian version (v1.4.9) compatible with Python 2. #6613
- Fix broken suggestion python-psycopg2 - Increased optional dependency django-guardian >= 1.5.0 - Update to v3.9.2 * Routers: invalidate `_urls` cache on `register()` * Deferred schema renderer creation to avoid requiring pyyaml * Added 'request_forms' block to base.html * Fixed SchemaView to reset renderer on exception * Update Django Guardian dependency * Ensured support for Django 2.2 * Made templates compatible with session-based CSRF * Adjusted field `validators` to accept non-list iterables * Added SearchFilter.get_search_fields() hook * Fix DeprecationWarning when accessing collections.abc classes via collections * Allowed Q objects in limit_choices_to introspection * Added lazy evaluation to composed permissions * Add negation ~ operator to permissions composition * Avoided calling distinct on annotated fields in SearchFilter * Introduced `RemovedInDRF…Warning` classes to simplify deprecations
- Switch to multibuild to avoid buildcycle with django-filter
- Activate test suite - Add Recommends and Suggests for optional runtime dependencies - Update to v3.9.1 * Resolve XSS issue in browsable API * Resolve issues with composable permissions * Respect `limit_choices_to` on foreign keys