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

Country implements ordering #361

Merged
merged 8 commits into from Feb 2, 2019
Merged

Country implements ordering #361

merged 8 commits into from Feb 2, 2019

Commits on Jan 29, 2019

  1. Orderable Country

    Country needs to be orderable if it is part of the primary key and cascade deletion is in use.
    Carlos García Montoro committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5ef868c View commit details
    Browse the repository at this point in the history
  2. total ordering added. Using six to determine whether other is string.

    Carlos Garcia Montoro committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    fb0fe64 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. test of Country order operators.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b458d37 View commit details
    Browse the repository at this point in the history
  2. Fixed buggy order precedence in tests.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    681320c View commit details
    Browse the repository at this point in the history
  3. NotImplemented is a returned type and not a thrown exception.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    effc5cd View commit details
    Browse the repository at this point in the history
  4. total_ordering replaces explicit declaration of all order operators.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    02c66b4 View commit details
    Browse the repository at this point in the history
  5. Removed implementation check for __le__, __ge__ and __gt__.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    05309c9 View commit details
    Browse the repository at this point in the history
  6. Parametrized test_ordering replaces test_op_operator.

    Carlos Garcia Montoro committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e2ea0ce View commit details
    Browse the repository at this point in the history