Ticket #9887: authtestdata.json.patch

File authtestdata.json.patch, 562 bytes (added by nuald <alex.slesarev@…>, 15 years ago)
  • django/contrib/auth/fixtures/authtestdata.json

     
    77            "first_name": "Test",
    88            "last_name": "Client",
    99            "is_active": true,
    10             "is_superuser": false,
     10            "is_superuser": true,
    1111            "is_staff": false,
    1212            "last_login": "2006-12-17 07:03:31",
    1313            "groups": [],
Back to Top