django.utils.deprecation RenameMethodsBase Example Code

RenameMethodsBase is a class within the django.utils.deprecation module of the Django project.

Example 1 from django-filter

django-filter (project documentation and PyPI page) makes it easier to filter down querysets from the Django ORM by providing common bits of boilerplate code. django-filter is provided as open source.

django-filter / django_filters / rest_framework / backends.py