• 
      

    Remove some (unused) relations from test_users.json

    Review Request #8718 — Created Feb. 6, 2017 and submitted

    Information

    Review Board
    release-3.0.x
    79327d6...

    Reviewers

    The test fixtures for users contained a couple items that had relations to
    other things that didn't exist (a LocalSiteProfile and a ReviewRequestVisit).
    In Django 1.6, loading a fixture with unresolved foreign keys works just fine,
    but in 1.8, it throws an error. Because we don't actually use these particular
    items in any tests, we can just get rid of them.

    Ran unit tests on Django 1.6 and 1.8.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          reviewboard/accounts/fixtures/test_users.json
      
      
      
      Tool: Pyflakes
      Ignored Files:
          reviewboard/accounts/fixtures/test_users.json
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (1330599)