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

Django 3 / Python 3 support with some features #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    d48b628 View commit details
    Browse the repository at this point in the history
  2. Switched to Django 3

    wahajmurtaza committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    aa4be1b View commit details
    Browse the repository at this point in the history
  3. Only update object with same primary key, if the local modified objec…

    …t is newer than remotely modified object (needs synchro on remote db also )
    wahajmurtaza committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e9e4e79 View commit details
    Browse the repository at this point in the history
  4. Added 'SYNCHRO_CREATE_NEW' settings for models that are created new (…

    …new pk) even if they already exist on remote servers (i.e Logs model)
    wahajmurtaza committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    17aa686 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35429c4 View commit details
    Browse the repository at this point in the history
  6. Updated README

    wahajmurtaza committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    120d2ef View commit details
    Browse the repository at this point in the history