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

Prepare for Django 2.0 #320

Closed
wants to merge 17 commits into from
Closed

Prepare for Django 2.0 #320

wants to merge 17 commits into from

Commits on Oct 20, 2017

  1. Update models.py for Django 2.0

    `field.rel.to` was deprecated since 1.9 and removed in 2.0
    flesser committed Oct 20, 2017
    Copy the full SHA
    7cc283e View commit details
    Browse the repository at this point in the history
  2. Update admin.py for Django 2.0

    `django.core.urlresolvers` was deprecated since 1.10 and removed in 2.0
    see https://docs.djangoproject.com/en/1.11/ref/urlresolvers/
    flesser committed Oct 20, 2017
    Copy the full SHA
    32f2dc2 View commit details
    Browse the repository at this point in the history
  3. Swap imports

    flesser committed Oct 20, 2017
    Copy the full SHA
    0d73d84 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Copy the full SHA
    48147a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dgilge/django2.0

    Updated `is_authenticated` to be a property.
    flesser committed Nov 28, 2017
    Copy the full SHA
    e36a105 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    38c72ca View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. is_authenticated shouldn't emit a warning in Django 1.10+ anymore.

    Note: In Django 2.0 the AttributeError is raised in all passing tests right now.
    dgilge committed Dec 4, 2017
    Copy the full SHA
    41c5965 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    212dd35 View commit details
    Browse the repository at this point in the history
  3. Swap import in test

    dgilge committed Dec 4, 2017
    Copy the full SHA
    49d53d4 View commit details
    Browse the repository at this point in the history
  4. Updated urls in tests

    dgilge committed Dec 4, 2017
    Copy the full SHA
    07b206c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from dgilge/django2.0

    Further fixes for Django 2.0 contributed by @dgilge
    flesser committed Dec 4, 2017
    Copy the full SHA
    b5a32b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Copy the full SHA
    5622e85 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Merge pull request #3 from RossRogers/django2.0

    Django2.0
    flesser committed Dec 21, 2017
    Copy the full SHA
    701a815 View commit details
    Browse the repository at this point in the history
  2. Correct @flesser's merge to remove new uses of old_field.rel.to. Re…

    …order field check per @merwok feedback
    Ross Rogers committed Dec 21, 2017
    Copy the full SHA
    bd58b70 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Merge pull request #4 from RossRogers/django2.0

    Correct merge to remove new uses of `old_field.rel.to`.  Reorder field check per @merwok feedback
    flesser committed Dec 22, 2017
    Copy the full SHA
    a75adab View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Copy the full SHA
    2fe4038 View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS and CHANGES

    macro1 committed Mar 18, 2018
    Copy the full SHA
    c8e09e8 View commit details
    Browse the repository at this point in the history