Package Release Info

python-djangorestframework-3.11.2-bp153.1.5

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-djangorestframework

Change Logs

Version: 3.11.2-bp152.2.3.1
* Fri Feb 12 2021 Markéta Machová <mmachova@suse.com>
- 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)
* Thu Sep 03 2020 Marketa Calabkova <mcalabkova@suse.com>
- 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
Version: 3.11.0-bp152.1.9
* Mon Jan 06 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.11.0:
  * various minor updates
  * django 3.x compatibility
* Mon Sep 16 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.10.3:
  * Drop python2 support
  * Various bugfixes
* Mon May 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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
* Wed Mar 06 2019 John Vandenberg <jayvdb@gmail.com>
- 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
* Fri Mar 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Switch to multibuild to avoid buildcycle with django-filter
* Sun Feb 24 2019 John Vandenberg <jayvdb@gmail.com>
- 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