latest 100 | #django-sprint
April 16th, 2008
| 21:51 | yml | good to know |
| 21:53 | yml | so I need to remove "python" or .. code-block:: python ? |
| 21:54 | jacobkm | yeah, you don't need the entire code-block bit; you can just end the paragraph with "::" -- sphinx automatically assumes Python unless you explicitally tell it otherwise |
| 21:54 | jacobkm | See the first part of http://sphinx.pocoo.org/markup/code.html |
| 21:57 | yml | GRRRR!!! ok I will do it like this and send you back a patch. |
| 22:04 | yml | Is there a way to uncommit with hg ? |
| 22:07 | jacobkm | yml: you can undo the last commit with hg rollback |
| 22:08 | yml | is that also going to affect the modification I have done like "revert" for some other SCM ? |
| 22:09 | jacobkm | so rollback is basically "uncommit" -- it undoes the last commit. then you'll have all the changes from that commit outstanding in your sandbox; you can "hg revert --all" if you want to undo the actual nmodifications to the files. |
| 22:13 | jezdez | should I refer to model manager methods with User.objects.make_random_password or UserManager.make_random_password ? |
| 22:15 | yml | jacobkm: I sent you yet another try |
| 22:22 | jacobkm | yml: that's only the latest patch -- the thing that would help me the most would be to bundle up both diffs into one so you'd do "hg diff -r <A> -r tip" where <A> is the revision before you started. |
| 22:23 | jacobkm | jezdez: I'd use UserManager |
| 22:23 | jacobkm | unless it's a queryset method like get/filter/whatever; in that case I've been pointing to django.db.models.QuerySet.whatever so that those all point to the same place |
| 22:23 | jacobkm | (since Manager.get/filter/whatever all delegate to qs anyway) |
| 22:24 | jezdez | ok, agreed |
| 22:26 | yml | jacobkm: I guess you have it all there. I removed the .. code-block:: python that I have added carefully. |
| 22:27 | jacobkm | yml: it's hard to apply both diffs correctly, though -- it would be easier if I had a single diff. |
| 22:27 | jacobkm | yml: another way you could do that: |
| 22:27 | yml | in my hg rep I have only added a revision (#95) |
| 22:27 | DjangoBot | |
| 22:27 | jezdez | hehe |
| 22:27 | jacobkm | yml: that's not what I see in your patch |
| 22:27 | jacobkm | yml: try this: |
| 22:28 | jacobkm | do "hg out http://toys.jacobian.org/hg/docs-refactor/" -- it should show any changesets in your repos that aren't in the master. |
| 22:28 | yml | ok |
| 22:28 | jacobkm | Assuming that only shows the codeblock changes, do "hg out --patch" to generate a patch of those changesets. |
| 22:29 | yml | souris@penguin:docs-refactor$ hg out http://toys.jacobian.org/hg/docs-refactor/exten... 'patchbomb' overrides commands: emailcomparing with http://toys.jacobian.org/hg/docs-refactor/searc... for changeschangeset: 95:cfd5c1dfc353tag: tipparent: 81:0c245385c53duser: Yann Malet <yann.malet@gmail.com>date: Thu Apr 17 00:10:49 2008 +0200summary: Add the directive .. code-block:: to decorate the code and |
| 22:29 | jacobkm | yml: pastebin that - I can't really read it |
| 22:30 | yml | ok |
| 22:30 | yml | |
| 22:31 | jacobkm | yml: OK, that looks fine -- just do hg out --patch or hg email now. |
| 22:32 | jacobkm | jezdez: you're remving topics/auth, right? |
| 22:32 | jezdez | yup, to topics/http/auth and ref/contrib/auth |
| 22:32 | jacobkm | jezdez: cool, thanks |
| 22:33 | jezdez | sorry, should add that to the wiki page |
| 22:34 | yml | jezdez: Are you in europe or us? |
| 22:34 | jezdez | europe |
| 22:35 | yml | so you are like me. Should go to bed :-) |
| 22:35 | jezdez | hehe right :) |
| 22:35 | jezdez | though trying to get this moving done tonight |
| 22:36 | yml | jacobkm: is it better this time? |
| 22:36 | jacobkm | yml: that's good, yeah |
| 22:36 | yml | Thank you for your patience and help to get me going |
| 22:37 | yml | I will continue tomorrow to go throught all the files to see if I can add some code-block:: |
| 22:38 | yml | I wish you all good night or good day. |
| 22:38 | yml | it depends |
| 22:38 | jacobkm | Yeah, I'm gonna wrap it up for now, too. |
| 22:39 | yml | also you jacobkm could for a nap |
April 18th, 2008
| 19:01 | yml | Hello good "evening", "morning" |
April 19th, 2008
| 19:52 | cramm | hi guys, anyone finding this kind of problems running make html with any recen Sphinx checkout?: http://dpaste.com/45826/ |
| 19:57 | cramm | nm, it cn be solved by removing the sphinx WC and getting a new checkout |
| 20:01 | cramm | it seems related to the switch from svn external kinga to jinja as a dependacy . Making svn up thru that refactoring isn't smart enough to remove the leftovers from the WC |
April 20th, 2008
| 00:28 | cramm | so, anyone konow what's the referred way to send patches/changesets to Jacob for review? |
| 00:31 | [Ohotnik] | he mentions "hg email" |
| 00:32 | [Ohotnik] | you need to enable that through your ~/.hgrc first |
| 00:32 | cramm | [Ohotnik]: ah ok, i've just finished setting up the patchbomb extension so I'll use that. Thanks! |
April 21st, 2008
| 16:03 | cramm | oh, I didn' t realise jacob vacations start today |
| 16:03 | cramm sent him 4 patches in the last 48 hours | |
| 16:03 | cramm | :) |
| 16:40 | jezdez | cramm: any idea if jacob is still working on this? |
| 16:40 | jezdez | because I have also two big patches in the pipe |
| 17:49 | cramm | jezdez: I don' t think so. Did you see the email he sennt re: his vacations to -dev? |
May 15th, 2008
| 08:49 | jezdez | cramm: are you involved in the spanish translation of the djangobook? |
| 13:07 | cramm | jezdez: hi, yes |
| 13:11 | jezdez | cramm: hi |
| 13:12 | jezdez | I thinking about translating it to german and wondered if you made any corrections or modifications? |
| 13:12 | cramm | corrections to the original? |
| 13:13 | david`bgk | (I got the same questions for the french translation) |
| 13:13 | cramm | In the chapters I translated I applied the corrections from the official errata |
| 13:13 | jezdez | yup, corrections to the english version |
| 13:13 | david`bgk | can we add french channels/mailing-lists/sites, localflavor, etc |
| 13:13 | david`bgk | oh ok not the same :) |
| 13:13 | cramm | and that's I proposed in our mail-list |
| 13:14 | cramm | *thatsw what |
| 13:14 | cramm | oh well :) |
| 13:14 | jezdez | I see, ok.. well I just started to think about translating the book and I wondered how the gfdl effects the translation process |
| 13:15 | cramm | some other translator fixed some obvious small errors in example code, and generally we fixed reST errors |
| 13:15 | jezdez | ok, this sounds reasonable |
| 13:16 | jezdez | are there any plans to actually distribute the book via a publisher? |
| 13:16 | jezdez | I mean the spanish or french version |
| 13:16 | cramm | Somebody proposed updating it fro trunk state os that kind of changes. ThenI proposed we just stick to the printed word on the book and later, if we want, we could create some addenda os something like that |
| 13:17 | david`bgk | afaik, no |
| 13:17 | david`bgk | I'll discuss about that this weekend |
| 13:17 | jezdez | yup, I bet jacob and adrian will update the book once django hits 1.0 |
| 13:17 | david`bgk | we've got pycon-fr ;) |
| 13:17 | cramm | jezdez: somebody proposed to ontct a publisher bot nobody replied, I guess we are trying to get the book in good shape first. |
| 13:17 | jezdez | yay! |
| 13:17 | jezdez | cramm: cool |
| 13:17 | jezdez | sounds good |
| 13:17 | cramm | Jacob has stated he will publish it on http://djangobook/es/ though |
| 13:17 | jezdez | david`bgk: maby you could lobby for europython :) |
| 13:18 | jezdez | cramm: well, that's great! |
| 13:18 | jezdez wonders who could help with translation | |
| 13:18 | david`bgk | jezdez, in fact there is maybe a poll for conferences and the winner maybe will have a free ticket for europython |
| 13:19 | david`bgk | I'll give 2 about django, I hope I'll win ;) |
| 13:19 | jezdez | cool, sounds great, I wish my french would not suck so much :) |
| 13:19 | david`bgk | there will probably be a djangobook/fr/ too |
| 13:20 | david`bgk | heh |
May 22nd, 2008
| 08:18 | laurence_ | membogg |