mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 07:31:00 +00:00
1 line
1.1 KiB
JSON
1 line
1.1 KiB
JSON
[{"user_id": 1736, "stars": [], "topic_id": 33313, "date_created": 1304376546.3977201, "message": "How do people normally store each user's locale? For normal requests it isn't an issue, but for anything that happens offline or as a response to events elsewhere (\"someone sent you a message\", \"your order is ready\", etc) it seems like you need to record it somewhere. The auth.User model doesn't seem to have anything for this, is there a Right Way to do it?", "group_id": 81, "id": 890544}, {"user_id": 1147, "stars": [], "topic_id": 33313, "date_created": 1304378028.1769891, "message": "In the user's profile is where I do it ... It's set based on the browser the first time. In some apps I've had to reset that on login.. Depends on how you allow language switching. But no matter how it's set I keep it in the profile.", "group_id": 81, "id": 890685}, {"user_id": 1736, "stars": [], "topic_id": 33313, "date_created": 1304378811.432534, "message": "@edmenendez Just using a char field?", "group_id": 81, "id": 890737}, {"user_id": 1147, "stars": [], "topic_id": 33313, "date_created": 1304427385.9057031, "message": "Yes.", "group_id": 81, "id": 897457}] |