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

Fix that all models cache with same id will be cleaned if any of one is cleaned #9

Merged
merged 9 commits into from
May 5, 2018

Commits on May 5, 2018

  1. test that no cacher is set on Contact

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    5f9d67a View commit details
    Browse the repository at this point in the history
  2. test delete a model which doesn't cached by others

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    0149ac6 View commit details
    Browse the repository at this point in the history
  3. fix that cache_self doesn't clean cache on delete

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    5f81db8 View commit details
    Browse the repository at this point in the history
  4. test that delete will clean all models with same id

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    95bf568 View commit details
    Browse the repository at this point in the history
  5. fix that delete_hooks are shared by all models

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    f35c8c6 View commit details
    Browse the repository at this point in the history
  6. test that Difficulty only have cache_self

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    b123216 View commit details
    Browse the repository at this point in the history
  7. refactoring hook_on_model_delete

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    c051864 View commit details
    Browse the repository at this point in the history
  8. refactoring hook_dependencies

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    0629381 View commit details
    Browse the repository at this point in the history
  9. add comments for more readibility

    khiav reoy committed May 5, 2018
    Configuration menu
    Copy the full SHA
    05dab18 View commit details
    Browse the repository at this point in the history