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

feat: raw delete expired instead of Queryset.delete #235

Merged
merged 12 commits into from Oct 11, 2021

Commits on Sep 27, 2021

  1. feat: raw delete expired instead of Queryset.delete

    This is avoid unncessary loading of objects in-memory in certain conditions
    daadu committed Sep 27, 2021
    Copy the full SHA
    0b63256 View commit details
    Browse the repository at this point in the history
  2. minor: verbose fix

    daadu committed Sep 27, 2021
    Copy the full SHA
    c256d82 View commit details
    Browse the repository at this point in the history
  3. minor: verbose fix

    daadu committed Sep 27, 2021
    Copy the full SHA
    350aeb1 View commit details
    Browse the repository at this point in the history
  4. minor: verbose fix

    daadu committed Sep 27, 2021
    Copy the full SHA
    df10206 View commit details
    Browse the repository at this point in the history
  5. minor: verbose simplified

    daadu committed Sep 27, 2021
    Copy the full SHA
    ed859b5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6559dd9 View commit details
    Browse the repository at this point in the history
  7. minor: fix some lint issues

    daadu committed Sep 27, 2021
    Copy the full SHA
    e15a3de View commit details
    Browse the repository at this point in the history
  8. minor: fix some lint issues

    daadu committed Sep 27, 2021
    Copy the full SHA
    d3099e3 View commit details
    Browse the repository at this point in the history
  9. minor: fix method names

    daadu committed Sep 27, 2021
    Copy the full SHA
    9c65797 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. [test] MigrationTests: calling makemigrations --check instead of …

    …calling internal logic of `makemigrations` to check if no pending migrations
    daadu committed Sep 28, 2021
    Copy the full SHA
    113ac2e View commit details
    Browse the repository at this point in the history
  2. [test] import optimized

    daadu committed Sep 28, 2021
    Copy the full SHA
    b8aaad2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ba0efdc View commit details
    Browse the repository at this point in the history