mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-20 23:20:57 +00:00
1 line
5.8 KiB
JSON
1 line
5.8 KiB
JSON
[{"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402710.549294, "message": "theory", "group_id": 81, "id": 607543}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402720.048548, "message": "but it's bugging me", "group_id": 81, "id": 607545}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401531.0851679, "message": "questionmark is used to separate the path part from the query (get parameters part)", "group_id": 81, "id": 607448}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401704.3784311, "message": "(the browser)", "group_id": 81, "id": 607461}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401604.227396, "message": "Right. But what if you wanted it in your url?", "group_id": 81, "id": 607455}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401938.342217, "message": "i'm going to though", "group_id": 81, "id": 607487}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402656.538996, "message": "yes, but you can encode it when you generate the link", "group_id": 81, "id": 607536}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402854.9310429, "message": "http://docs.djangoproject.com/en/dev/ref/models/fields/#slugfield", "group_id": 81, "id": 607561}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402924.7586589, "message": "that's what's usually used for the purpose, so the links don't need to have stuff like %3F", "group_id": 81, "id": 607569}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401699.037775, "message": "the client needs to send %3F instead of a questionmark", "group_id": 81, "id": 607460}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401774.1933939, "message": "what's your urlconf?", "group_id": 81, "id": 607473}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401904.7301421, "message": "ok, did you try %3F%3F%3F%3F instead of ????", "group_id": 81, "id": 607483}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402949.3463089, "message": ":)", "group_id": 81, "id": 607571}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401748.1939721, "message": "OOOH. I hadn't thought of that. Is there an automatic way to convert or do I have to make something?", "group_id": 81, "id": 607467}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401294.492341, "message": "Soooo, in testing a Django app I have ????? in a url. I cannot seem to get any urlconf to match this. Suggestions?", "group_id": 81, "id": 607436}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401799.638643, "message": "(r'^base/(?P<param>\\S+)/$', ('core.views.base')),", "group_id": 81, "id": 607476}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401812.4479771, "message": "i've tried a bunch of them though", "group_id": 81, "id": 607478}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401934.7984979, "message": "no", "group_id": 81, "id": 607485}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402348.65587, "message": "that's good to know", "group_id": 81, "id": 607519}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402703.0446939, "message": "ah", "group_id": 81, "id": 607540}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402717.715486, "message": "i'm sure no one will use it", "group_id": 81, "id": 607544}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302401766.3789589, "message": "and in your urlconf regex it needs to be escaped not to be treated as what it means in a regex", "group_id": 81, "id": 607472}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402025.502362, "message": "your regex is fine", "group_id": 81, "id": 607494}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402368.517674, "message": "the url will be generated by user input, so they would be entering ?????", "group_id": 81, "id": 607522}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402709.423166, "message": "lol", "group_id": 81, "id": 607542}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302401936.0008659, "message": "not yet", "group_id": 81, "id": 607486}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402756.2549701, "message": "usually if you let the user generate the url you use a slug field for input", "group_id": 81, "id": 607553}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402772.5334871, "message": "it doesn't allow for question marks", "group_id": 81, "id": 607554}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302403000.187139, "message": "see how convore escaped your questionmarks there?", "group_id": 81, "id": 607574}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302403013.547466, "message": "url of this page", "group_id": 81, "id": 607575}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302403054.650337, "message": "yeah", "group_id": 81, "id": 607578}, {"user_id": 13912, "stars": [], "topic_id": 18322, "date_created": 1302402705.314805, "message": "and why ??? for pete's sake?", "group_id": 81, "id": 607541}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402794.2943931, "message": "slug field?", "group_id": 81, "id": 607556}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302402931.0502, "message": "oh fer crying out loud. yeah. that makes sense. thank you.", "group_id": 81, "id": 607570}, {"user_id": 21059, "stars": [], "topic_id": 18322, "date_created": 1302403051.7660251, "message": "oh", "group_id": 81, "id": 607577}] |