Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

article.md 993B

1234567891011121314151617
  1. title: RDF store et Django
  2. slug: rdf-store-et-django
  3. date: 2008-04-25 15:55:04
  4. type: thought
  5. vignette:
  6. contextual_title1: EC2 pour les bioinformaticiens
  7. contextual_url1: 20080422-ec2-pour-les-bioinformaticiens
  8. contextual_title2: GTD avec Mail.app et iCal sous OSX leopard
  9. contextual_url2: 20080420-gtd-avec-mailapp-et-ical-sous-osx-leopard
  10. contextual_title3: Un provider OpenID sur votre propre domaine
  11. contextual_url3: 20080414-un-provider-openid-sur-votre-propre-domaine
  12. > Mostly, QuerySet does not poke at the internals of Query: it uses “public” methods only. This is deliberate. It means that writing something like a Query class for a different sort of backend (RDF store, or LDAP or whatever) might very well be possible.
  13. D'après [Malcolm](http://42topics.com/blog/2008/04/an-interview-with-malcolm-tredinnick/), enfin une bonne raison de tester la branche [queryset-refactor](http://code.djangoproject.com/wiki/QuerysetRefactorBranch).