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

Price is not a relation and cannot select_related #112

Closed
wants to merge 7 commits into from

Commits on Apr 5, 2017

  1. Price is not a relation and cannot select_related

    This field is ignored in 1.9, however in 1.10+ it is an error.
    As this is a no-op in 1.9, removal keeps functionality while
    extending compatability going forward.
    
    For full details please see Django Ticket 10414 at:
    https://code.djangoproject.com/ticket/10414
    nakato committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    4456398 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Import fixups - not relative

    nakato committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    bcb63fd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Huge batch of pep8 fixes

    nakato committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    1769375 View commit details
    Browse the repository at this point in the history
  2. ve is scoped to the except block.

    We probably want to see a whole bunch of errors collected in errors
    anyways.  That should get converted to a string uppon being raised, so
    pass errors directly.
    nakato committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    a2464bd View commit details
    Browse the repository at this point in the history
  3. Python 3 fixes

    nakato committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    b156be1 View commit details
    Browse the repository at this point in the history
  4. Test fixes

    There are a number of attempts to use Deci in ints, which won't work in
    2.7 or 3.x, we fix that.
    
    Description doesn't exist in symposion.  So that fails our tests pretty
    hard.  Switch that to Private Abstract.  It's clear these tests have not
    been run in a very long time.  So both failures and especially passes
    need to be taken with salt.
    nakato committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    03c7633 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Add a CSS class on required fields labels

    This makes it possible to add a ' *' required notifier to labels without
    needing a bunch of custom form code in templates.
    nakato committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    189abf3 View commit details
    Browse the repository at this point in the history