<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views/tests.py, 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-16T19:21:15Z</updated>
<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: Removed a comment that was no longer applicable and cleaned up some whitespace.</title>
<updated>2008-07-15T04:37:57Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2008-07-15T04:37:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85eb8b3fd308d0f9791e78e1ba9210087d87ca0e'/>
<id>urn:sha1:85eb8b3fd308d0f9791e78e1ba9210087d87ca0e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: custom URL handling in admin now redirects to add trailing slash if needed - this fixes several bugs that occurred when you navigated to an admin page and omitted the trailing slash.</title>
<updated>2008-07-02T08:32:55Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-07-02T08:32:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f918f9180f38451e3924fa04da453bb81a9dc6ed'/>
<id>urn:sha1:f918f9180f38451e3924fa04da453bb81a9dc6ed</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Removed a print statement in tests/regressiontests/admin_views/tests.py that snuck by.</title>
<updated>2008-06-19T16:21:21Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-19T16:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abe84c8648b9d5eb5a77093cf61d7a79c4f1baf4'/>
<id>urn:sha1:abe84c8648b9d5eb5a77093cf61d7a79c4f1baf4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7708 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #6943 and #7263 -- Handle multiple e-mail addresses when checking if it was mistakenly entered. Also prevent e-mail guessing by checking password before throwing an error. Thanks Michael Newman and Valera Grishin.</title>
<updated>2008-06-18T19:05:16Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-18T19:05:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=308cef40680050f2617400bb729a9e9a1fc0835a'/>
<id>urn:sha1:308cef40680050f2617400bb729a9e9a1fc0835a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7483 (thanks, Daniel Roseman) - delete view now correctly links to related objects</title>
<updated>2008-06-18T09:00:11Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-06-18T09:00:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86a946a1a6be09e3d857f981313661565df3a449'/>
<id>urn:sha1:86a946a1a6be09e3d857f981313661565df3a449</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7685 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: AdminSite index and display_login_form method can now take an optional extra_context argument, allowing you to inject extra template variables in to them from an over-ridden method on a subclass</title>
<updated>2008-06-13T17:26:30Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-06-13T17:26:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=faae7c0faf859edb9b60a1a45669b9127efa3f37'/>
<id>urn:sha1:faae7c0faf859edb9b60a1a45669b9127efa3f37</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Made it easier to specify a custom template to be used in the admin section. You can now specify index_template and login_template properties on an AdminSite subclass, and change_form_template, change_list_template, object_history_template and delete_confirmation_template properties on a ModelAdmin subclass.</title>
<updated>2008-06-13T15:42:43Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-06-13T15:42:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=725293d51ad6f5dbefb59fa9adfd76d09e1526c6'/>
<id>urn:sha1:725293d51ad6f5dbefb59fa9adfd76d09e1526c6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Added ability to pass extra_context argument to ModelAdmin's add_view, change_view, changelist_view, delete_view and history_view methods. This makes it easier to customise those pages; you can over-ride the methods in your subclass and call the super method with extra_context to feed additional variables to your custom admin templates.</title>
<updated>2008-06-12T20:58:56Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-06-12T20:58:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a33bd6b594b67126b70235a1bc1ab2ba95805d5e'/>
<id>urn:sha1:a33bd6b594b67126b70235a1bc1ab2ba95805d5e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5999 -- When a session expires properly route the</title>
<updated>2008-06-10T16:05:09Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-10T16:05:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be810670ff9805d2d7f8e3260015db2123f0c5a9'/>
<id>urn:sha1:be810670ff9805d2d7f8e3260015db2123f0c5a9</id>
<content type='text'>
flow to call the correct view. Thanks favo and Michael Newman.


git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
