<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin, branch archive/attic/newforms-admin</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-07-17T16:48:27Z</updated>
<entry>
<title>newforms-admin: Fixed #7790 -- Check form fields, not model fields when testing for field existence in fields and fieldsets. Thanks Rozza for catching this and writing an initial patch.</title>
<updated>2008-07-17T16:48:27Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-17T16:48:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1eed9b076c28f3cd1720743cfff5a31fcb5aef5d'/>
<id>urn:sha1:1eed9b076c28f3cd1720743cfff5a31fcb5aef5d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7794 -- Allow BaseModelFormSet classes to work as an inline formset. This just loosens the validator checks. Thanks paltman for the report.</title>
<updated>2008-07-17T16:11:49Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-17T16:11:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81b185319c86d4770af88a6781cbbfcd1def7ab5'/>
<id>urn:sha1:81b185319c86d4770af88a6781cbbfcd1def7ab5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5490 -- Properly quote special characters in primary keys in the admin. Added tests to ensure functionality. This also moves quote and unquote to django/contrib/admin/util.py. Thanks jdetaeye and shanx for all your help.</title>
<updated>2008-07-16T19:21:15Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-16T19:21:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=075a2fd938a95a77a5a63567bfad596b303765bf'/>
<id>urn:sha1:075a2fd938a95a77a5a63567bfad596b303765bf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7466 -- Generate a root_path for admindocs views so the userlinks are properly linked. Thanks handelaar for the report.</title>
<updated>2008-07-16T13:53:39Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-16T13:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=584c41aff77bdee0d2e20c6741b7698d3be524f5'/>
<id>urn:sha1:584c41aff77bdee0d2e20c6741b7698d3be524f5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7553 -- Reverted [7824] in favor of a better fix in #7553. The never_cache decorator is no longer special casing None. Thanks Michael Newman for the patch.</title>
<updated>2008-07-16T03:42:42Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-16T03:42:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=885ade77846f720c553e449947a2148f58e85577'/>
<id>urn:sha1:885ade77846f720c553e449947a2148f58e85577</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7772 -- Moved the validation check for when both fields and fieldsets are specified on a ModelAdmin to django/contrib/admin/validation.py. Thanks Julien Phalip for catching this.</title>
<updated>2008-07-16T02:01:18Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-16T02:01:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83afd39b1aa0e4235a8490ebc7219f97c35a0106'/>
<id>urn:sha1:83afd39b1aa0e4235a8490ebc7219f97c35a0106</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7771 -- Improved the validation check on the ordering field. Now takes '?' and 'field1__field2' syntax into consideration. Thanks Michael Jung for catching this.</title>
<updated>2008-07-16T01:02:57Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-16T01:02:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5317864e5fda896e777cfd001ec40a3c924b853a'/>
<id>urn:sha1:5317864e5fda896e777cfd001ec40a3c924b853a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5374 -- Added validation for ModelAdmin and InlineModelAdmin options including tests. Thanks mrts for initial legwork.</title>
<updated>2008-07-15T21:43:21Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-15T21:43:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2c7bfc1bee48b2aed9124c1a5a59a72274c73f7'/>
<id>urn:sha1:a2c7bfc1bee48b2aed9124c1a5a59a72274c73f7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Revmoved some old dead code and whitespace cleanup.</title>
<updated>2008-07-15T04:38:10Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2008-07-15T04:38:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=affc9b9b3b5bb5e92f38193ad731707af43b99c8'/>
<id>urn:sha1:affc9b9b3b5bb5e92f38193ad731707af43b99c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Removed some places where model was being passed around for no reason.</title>
<updated>2008-07-15T04:37:43Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2008-07-15T04:37:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=641711dd9d55dc3972d60f9a3dfbb39ba8902b73'/>
<id>urn:sha1:641711dd9d55dc3972d60f9a3dfbb39ba8902b73</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
