• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

barseghyanartur / django-rest-framework-tricks / 3680627646

pending completion
3680627646

push

github

Artur Barseghyan
Up docs

170 of 190 relevant lines covered (89.47%)

4.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/rest_framework_tricks/serializers/__init__.py
1
"""
2
Serializers.
3
"""
4

5
from .nested_proxy import *
5✔
6

7
__author__ = "Artur Barseghyan <artur.barseghyan@gmail.com>"
5✔
8
__copyright__ = "2017-2022 Artur Barseghyan"
5✔
9
__license__ = "GPL-2.0-only OR LGPL-2.1-or-later"
5✔
10
__all__ = (
5✔
11
    "extract_nested_serializers",
12
    "HyperlinkedModelSerializer",
13
    "is_nested_proxy_field",
14
    "ModelSerializer",
15
    "NestedProxyFieldIdentifier",
16
    "set_instance_values",
17
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc