Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove remaining DRF imports and uninstall it #253

Merged
merged 10 commits into from
Aug 23, 2023
Merged

Remove remaining DRF imports and uninstall it #253

merged 10 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    12ef4e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e641b View commit details
    Browse the repository at this point in the history
  3. Remove DRF serializers

    mvandenburgh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c6c8255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec7d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60bf653 View commit details
    Browse the repository at this point in the history
  6. Remove usage of rest_framework.api_settings

    `ninja` doesn't expose its pagination limit, so I just set it explicitly in
    `settings.py` and read from that setting. We should refactor this to
    use ninja's built-in pagination support instead of manually paginating
    mvandenburgh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1c9582e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b4f244 View commit details
    Browse the repository at this point in the history
  8. Remove DRF from dependencies

    The entire codebase has been migrated to django-ninja, so we don't
    need this dependency anymore.
    mvandenburgh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d1df5cc View commit details
    Browse the repository at this point in the history
  9. Remove django-filter dependency

    This is also unused, and has been superseded by ninja's built-in
    filtering capabilities.
    mvandenburgh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b3afe94 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d7131c8 View commit details
    Browse the repository at this point in the history