mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-28 22:47:36 +03:00
* Fix issue1811: take limit_choices_to into account with FK * Issue 1811: Add tests to illustrate issue * Filter queryset only if limit_choices_to exists * Move test_relations_with_limited_querysets file within test_relations_pk * move limit_choices_to logic from relations.py to utils/field_mapping.py * move limit_choices_to above other check to avoid conflicts |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| breadcrumbs.py | ||
| encoders.py | ||
| field_mapping.py | ||
| formatting.py | ||
| html.py | ||
| humanize_datetime.py | ||
| json.py | ||
| mediatypes.py | ||
| model_meta.py | ||
| representation.py | ||
| serializer_helpers.py | ||
| urls.py | ||