Files
2012-02-21 01:15:00 -05:00

1 line
3.0 KiB
JSON

[{"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303509725.973542, "message": "Has anyone else run in to this?", "group_id": 81, "id": 785557}, {"user_id": 13912, "stars": [], "topic_id": 20902, "date_created": 1303509871.1282401, "message": "sure looks like it should throw a 500", "group_id": 81, "id": 785572}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303509722.6957271, "message": "http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/admin.py#L155", "group_id": 81, "id": 785556}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303509713.5941529, "message": "In contrib.auth's admin UI, it is modifying the querydict. This triggers an error in 1.3", "group_id": 81, "id": 785554}, {"user_id": 13912, "stars": [], "topic_id": 20902, "date_created": 1303510234.349184, "message": "well it's modifying a a querydict, it's there plain and simple. Unless the POST query dict has been copied and reattached to the request it should throw an error.", "group_id": 81, "id": 785612}, {"user_id": 13912, "stars": [{"date_created": 1303510139.7731681, "user_id": 1}], "topic_id": 20902, "date_created": 1303509923.9576449, "message": "it can be demonstrated with a testcase if it does", "group_id": 81, "id": 785580}, {"user_id": 1736, "stars": [{"date_created": 1303510141.898416, "user_id": 1}], "topic_id": 20902, "date_created": 1303509967.293448, "message": "Given that I have a test case failing, I'm just not sure if it is my code doing something wrong or Django", "group_id": 81, "id": 785584}, {"user_id": 13912, "stars": [], "topic_id": 20902, "date_created": 1303510254.300921, "message": "QueryDicts are mutable after you call copy on them", "group_id": 81, "id": 785616}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303513497.872479, "message": "I'm also seeing a DeprecationWarning from the auth admin: The user messaging API is deprecated. Please update your code to use the new messages framework.", "group_id": 81, "id": 785930}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303513513.7117679, "message": "Looks like it is deep in the admin rendering layer", "group_id": 81, "id": 785933}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303513568.432662, "message": "The internets tells me thats just from within Django itself though", "group_id": 81, "id": 785937}, {"user_id": 1736, "stars": [], "topic_id": 20902, "date_created": 1303524018.9733281, "message": "Seems like there is at least one bug in here somewhere, but I'm not sure where", "group_id": 81, "id": 786831}, {"user_id": 1736, "stars": [{"date_created": 1303548238.8194611, "user_id": 13912}], "topic_id": 20902, "date_created": 1303524004.7924199, "message": "Figured out the QueryDict error. Django sets request.POST as mutable by default for multipart requests but WebTest was sending the request as form-encoded (since there are no file fields, this makes sense to me).", "group_id": 81, "id": 786830}]