<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extending Django&#8217;s user admin</title>
	<atom:link href="http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/</link>
	<description>providing news and views since 2003</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:29:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: timc3</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-32033</link>
		<dc:creator>timc3</dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-32033</guid>
		<description>SDC: Yes I haven&#039;t tried this with Django 1.3, at the time it was written I think that I was on Django 1.2</description>
		<content:encoded><![CDATA[<p>SDC: Yes I haven&#8217;t tried this with Django 1.3, at the time it was written I think that I was on Django 1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timc3</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-32032</link>
		<dc:creator>timc3</dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-32032</guid>
		<description>imposter: How are the models setup? Do you have a OneToOne relationship with the models, or OneToMany?

I would suggest building more of a custom form where you include the others, but that really does mean more work.</description>
		<content:encoded><![CDATA[<p>imposter: How are the models setup? Do you have a OneToOne relationship with the models, or OneToMany?</p>
<p>I would suggest building more of a custom form where you include the others, but that really does mean more work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imposter</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-31997</link>
		<dc:creator>Imposter</dc:creator>
		<pubDate>Thu, 08 Dec 2011 18:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-31997</guid>
		<description>Thank you for the concise explanation, it definitely got me up and going on a &#039;phase 1&#039; of editing my user via admin.  However, StackedInline seems to expect a one to many type relationship, where one user can have many profiles.  My conclusion is based on the fact that stacked inlines are appended to the bottom of the user form (in a collapsible form, if using grappelli) and I can&#039;t seem to integrate the ProfileUser fields nicely with the user form.  It would be nice to group the ProfileUser forms fields in with the User form fields (Personal Info, Business Info) etc, but Fieldsets seem to have no knowledge of inlines.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thank you for the concise explanation, it definitely got <a target="_self" href="mailto:tim@nospamplease.timc3.com">me</a> up and going on a &#8216;phase 1&#8242; of editing my user via admin.  However, StackedInline seems to expect a one to many type relationship, where one user can have many profiles.  My conclusion is based on the fact that stacked inlines are appended to the bottom of the user form (in a collapsible form, if using grappelli) and I can&#8217;t seem to integrate the ProfileUser fields nicely with the user form.  It would be nice to group the ProfileUser forms fields in with the User form fields (Personal Info, Business Info) etc, but Fieldsets seem to have no knowledge of inlines.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SDC</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-31806</link>
		<dc:creator>SDC</dc:creator>
		<pubDate>Sun, 04 Dec 2011 18:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-31806</guid>
		<description>People of the future:

I get some aggravating &#039;non unique user id errors&#039; with this approach

had to use the answer here
http://stackoverflow.com/questions/2813189/django-userprofile-with-unique-foreign-key-in-django-admin


to get it to work

(Django 1.3)</description>
		<content:encoded><![CDATA[<p>People of the future:</p>
<p>I get some aggravating &#8216;non unique user id errors&#8217; with this approach</p>
<p>had to use the answer here<br />
<a href="http://stackoverflow.com/questions/2813189/django-userprofile-with-unique-foreign-key-in-django-admin" rel="nofollow">http://stackoverflow.com/questions/2813189/django-userprofile-with-unique-foreign-key-in-django-admin</a></p>
<p>to get it to work</p>
<p>(Django 1.3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Musil</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-28020</link>
		<dc:creator>Jakub Musil</dc:creator>
		<pubDate>Sat, 09 Jul 2011 17:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-28020</guid>
		<description>That&#039;s a very nice and simple solution. Thank you!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a very nice and simple solution. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javi</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-25340</link>
		<dc:creator>Javi</dc:creator>
		<pubDate>Tue, 03 May 2011 19:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-25340</guid>
		<description>Just wanted to say you thanks for this snippet. I was going crazy :D</description>
		<content:encoded><![CDATA[<p>Just wanted to say you thanks for this snippet. I was going crazy :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavan</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-19854</link>
		<dc:creator>Gavan</dc:creator>
		<pubDate>Tue, 30 Nov 2010 20:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-19854</guid>
		<description>Great post.  Very elegant.</description>
		<content:encoded><![CDATA[<p>Great post.  Very elegant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timc3</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-18548</link>
		<dc:creator>timc3</dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-18548</guid>
		<description>Not really sure what you mean? you can display the attributes by User.get_profile().attributename</description>
		<content:encoded><![CDATA[<p>Not really sure what you mean? you can display the attributes by User.get_profile().attributename</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dusean</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-18300</link>
		<dc:creator>dusean</dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-18300</guid>
		<description>Hey,
 thanks for the tutorial, but I am still not able to display my attributes with pre-inserted attributes. How can i do that ? any idea ?</description>
		<content:encoded><![CDATA[<p>Hey,<br />
 thanks for the tutorial, but I am still not able to display my attributes with pre-inserted attributes. How can i do that ? any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timc3</title>
		<link>http://blog.timc3.com/2010/02/18/extending-djangos-user-admin/comment-page-1/#comment-17270</link>
		<dc:creator>timc3</dc:creator>
		<pubDate>Sun, 21 Mar 2010 00:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timc3.com/?p=732#comment-17270</guid>
		<description>Lots of cool stuff that you can do for sure. But they have done quite an amazing job of the documentation anyways. </description>
		<content:encoded><![CDATA[<p>Lots of cool stuff that you can do for sure. But they have done quite an amazing job of the documentation anyways.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 11/29 queries in 0.175 seconds using disk: basic
Object Caching 368/374 objects using disk: basic

Served from: blog.timc3.com @ 2012-02-10 10:22:07 -->
