Mercurial > public > sg101
view gpp/accounts/fixtures/accounts.json @ 276:8a46843c258f
Fixing tickets #119 & #124. All search categories are checked on the search form by default now. Made cosmetic tweaks as suggested in #124.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 30 Sep 2010 00:06:04 +0000 |
parents | 953c71f382df |
children |
line wrap: on
line source
[ { "pk": 1, "model": "accounts.illegalusername", "fields": { "username": "root" } }, { "pk": 2, "model": "accounts.illegalusername", "fields": { "username": "sg101" } }, { "pk": 3, "model": "accounts.illegalusername", "fields": { "username": "surfguitar101" } }, { "pk": 4, "model": "accounts.illegalusername", "fields": { "username": "webmaster" } } ]