Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

WIP: Add import_redirects command to allow csv redirects import #204

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

Commits on Sep 11, 2019

  1. Add import_redirects command to allow csv redirects import

    Adapted from Ambition with additions:
    - links directly  to URL if page object cannot be found
    - wrapped in transactions.atomic()
    jacobtm@torchbox.com committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    762d683 View commit details
    Browse the repository at this point in the history
  2. Removed unused variable local_netloc

    jacobtm@torchbox.com committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    1d607de View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Remove unnecessary try/catch blocks, debugger reference, transaction.…

    …atomic()
    jacobtm@torchbox.com committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    111d0da View commit details
    Browse the repository at this point in the history
  2. Remove unncessary nesting

    jacobtm@torchbox.com committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2aef907 View commit details
    Browse the repository at this point in the history