<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>piro_suke</author_name>
  <author_url>https://blog.hatena.ne.jp/piro_suke/</author_url>
  <blog_title>ほんじゃーねっと</blog_title>
  <blog_url>https://blog.honjala.net/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>備忘メモ。django側のモデルクラスが他のクラス型の変数を内部に持っている時の受け取り方。 知っていれば簡単なことのようで、django側のモデルクラスで定義された変数名ではなく、 DBのテーブルが持つ外部キー名が入る。変数名_idというint型。 django側モデルクラス class Article(models.Model): parent = models.ForeignKey(&quot;Article&quot;, null=True) user = models.ForeignKey(User) contents = models.TextField(&quot;内容&quot;) insert_date = mod…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.honjala.net%2Fentry%2Fblog%2F2008%2F01%2F26%2F200801261201285929%2F&quot; title=&quot;djangoAMF経由でクラス型変数を持つクラスのオブジェクトを受け取る場合のActionscript側クラス定義 - ほんじゃーねっと&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-01-26 03:32:09</published>
  <title>djangoAMF経由でクラス型変数を持つクラスのオブジェクトを受け取る場合のActionscript側クラス定義</title>
  <type>rich</type>
  <url>https://blog.honjala.net/entry/blog/2008/01/26/200801261201285929/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
