<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_widgets, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-05-21T14:07:54Z</updated>
<entry>
<title>Fixed #13560 -- Fixed localization of widgets.</title>
<updated>2010-05-21T14:07:54Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-21T14:07:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b057a8b247d14328f058b8bc89da0519516ced82'/>
<id>urn:sha1:b057a8b247d14328f058b8bc89da0519516ced82</id>
<content type='text'>
Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12024: Changed admin code to avoid raising an exception when a field listed </title>
<updated>2010-03-08T18:32:24Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-08T18:32:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2bc4dd0a9e4676f77d4a1c0ddb5e836750f966c'/>
<id>urn:sha1:f2bc4dd0a9e4676f77d4a1c0ddb5e836750f966c</id>
<content type='text'>
in raw_id_fields has limit_choices_to specified as a Q object. 

Tweaked a test to trigger the condition and verify the fix. 

Finally, documented that limit_choices_to specified as a Q object has no effect 
on the choices available for fields listed in raw_id_fields, and removed another 
incorrect note that claimed limit_choices_to had no effect on inlines in the admin.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not</title>
<updated>2010-03-02T02:28:49Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-02T02:28:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2890c2295bbd9144e30a74e7be9d11b4903a5101'/>
<id>urn:sha1:2890c2295bbd9144e30a74e7be9d11b4903a5101</id>
<content type='text'>
cause a server error. Thanks for report and initial patch sacre@wp.pl.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@12648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12705 -- Date/time and select filter widgets now work again with newly added inline forms in the admin.</title>
<updated>2010-02-17T18:54:02Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2010-02-17T18:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eaa17e13e849a18b0b0fb19468bd65a31b86b3b7'/>
<id>urn:sha1:eaa17e13e849a18b0b0fb19468bd65a31b86b3b7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12378 -- Removed some tests made redundant by feature deprecation. Thanks to jcd for the report.</title>
<updated>2010-02-13T12:00:10Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-13T12:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23d3450d5e596839cb27deb20d559d0cb558d987'/>
<id>urn:sha1:23d3450d5e596839cb27deb20d559d0cb558d987</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12444 - Date based widgets now correctly handle input values when using locale-aware formatting. Also fixes #7656.</title>
<updated>2009-12-30T22:11:48Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2009-12-30T22:11:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf33d3eb1d20157a09b4bf1f36f9c928bc1cabc7'/>
<id>urn:sha1:bf33d3eb1d20157a09b4bf1f36f9c928bc1cabc7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by old-style admin inclusions. Thanks to Travis Cline for the patch.</title>
<updated>2009-12-14T11:19:40Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-14T11:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a235050b6ec6b7bd1cb0f42c765849d97ccd52b'/>
<id>urn:sha1:5a235050b6ec6b7bd1cb0f42c765849d97ccd52b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin when the admin is deployed using the old style admin.root approach. Thanks to JP for the report.</title>
<updated>2009-07-23T14:31:33Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-07-23T14:31:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=53d16b1175682f1ff97358b67190e4c935372b26'/>
<id>urn:sha1:53d16b1175682f1ff97358b67190e4c935372b26</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch.</title>
<updated>2009-07-16T16:16:13Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-07-16T16:16:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d48eaa064c88533be5082e3f45638fbd48491d8'/>
<id>urn:sha1:8d48eaa064c88533be5082e3f45638fbd48491d8</id>
<content type='text'>
This change is backwards incompatible for anyone that is using the named URLs
introduced in [9739]. Any usage of the old admin_XXX names need to be modified
to use the new namespaced format; in many cases this will be as simple as a
search &amp; replace for "admin_" -&gt; "admin:". See the docs for more details on
the new URL names, and the namespace resolution strategy.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` subclasses. Thanks, Alex Gaynor.</title>
<updated>2009-04-08T20:25:56Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-08T20:25:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f55f2b9d74bf59d1b3ace5df5f498998eb62cb28'/>
<id>urn:sha1:f55f2b9d74bf59d1b3ace5df5f498998eb62cb28</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
