File: rehome-db-model-query-234b1559f3728a5e.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - The public functions of ``neutron.db._model_query`` are now available in
    ``neutron_lib.db.model_query`` with the same name. While these modules can
    be used, forward looking projects should start moving to versioned objects
    and after which point we can remove this module.
  - A new fixture named ``DBQueryHooksFixture`` is provided for testing
    purposes allowing consumers to patch-out the model_query filter hooks.
  - The ``make_weak_ref`` and ``resolve_ref`` functions from neutron are now
    available in ``neutron_lib.utils.helpers``.
  - The ``TenantIdProjectIdFilterConflict`` exception is now available in
    ``neutron_lib.exceptions``.
  - The ``neutron.objects.utils`` module is now available in
    ``neutron_lib.objects.utils``.