/tests/regressiontests/m2m_through_regress/fixtures/m2m_through.json
https://code.google.com/p/mango-py/ · JSON · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 9bb335f7b12470eb415be1a3fa05dc96 MD5 · raw file
- [
- {
- "pk": "1",
- "model": "m2m_through_regress.person",
- "fields": {
- "name": "Guido"
- }
- },
- {
- "pk": "1",
- "model": "auth.user",
- "fields": {
- "username": "Guido",
- "email": "bdfl@python.org",
- "password": "abcde"
- }
- },
- {
- "pk": "1",
- "model": "m2m_through_regress.group",
- "fields": {
- "name": "Python Core Group"
- }
- },
- {
- "pk": "1",
- "model": "m2m_through_regress.usermembership",
- "fields": {
- "user": "1",
- "group": "1",
- "price": "100"
- }
- }
- ]