<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views/models.py, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-07-06T19:58:45Z</updated>
<entry>
<title>[soc2009/http-wsgi-improvements] Merged up to r11176 from trunk.</title>
<updated>2009-07-06T19:58:45Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-07-06T19:58:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4d46aed514339768b415fb5198f2d5f2ab69dfd9'/>
<id>urn:sha1:4d46aed514339768b415fb5198f2d5f2ab69dfd9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmullyan for the report, and mir for helpful triage work. Patch includes regression test for #8093, and a commented out test for #10992.</title>
<updated>2009-05-09T11:40:13Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-09T11:40:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c2871b7c3e99fe651796bb8c12fc3e12d83a34a'/>
<id>urn:sha1:2c2871b7c3e99fe651796bb8c12fc3e12d83a34a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10448: correcting errors on "save as new" now correctly create a new object instead of modifying the old one. Thanks, bastih.</title>
<updated>2009-05-08T12:53:14Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T12:53:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23fa913676d66ce4d32501618b1b74e8b2dca5fc'/>
<id>urn:sha1:23fa913676d66ce4d32501618b1b74e8b2dca5fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10516 -- Corrected admin search when the search_fields definition contains multiple fields on the same base model. Thanks to Zain Memon for the patch.</title>
<updated>2009-05-07T12:52:43Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-07T12:52:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b5f0aff922fe963a4df0d3449d8fe55a6acd950d'/>
<id>urn:sha1:b5f0aff922fe963a4df0d3449d8fe55a6acd950d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10893 -- Corrected a problem with using list_editable in the admin when the model has a manual primary key. Thanks to Alex Gaynor for the patch.</title>
<updated>2009-05-07T11:56:10Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-07T11:56:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb81d5acb3e1fee57153c0a4719e3f26ae66c5cd'/>
<id>urn:sha1:eb81d5acb3e1fee57153c0a4719e3f26ae66c5cd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10799: fixed the use of list_editable with model inheritance and custom one-to-one parent links. Thanks, Alex Gaynor.</title>
<updated>2009-04-18T21:03:29Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-18T21:03:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ccc8e104eef01752f078bedc99ca6b756e1f048c'/>
<id>urn:sha1:ccc8e104eef01752f078bedc99ca6b756e1f048c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10002: inline file uploads now correctly display prior data. Thanks, dgouldin.</title>
<updated>2009-04-18T20:29:55Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-18T20:29:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e4ad6f118007547c7e627f1d5bd11bfb2992bf9'/>
<id>urn:sha1:1e4ad6f118007547c7e627f1d5bd11bfb2992bf9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10645 -- Added some robustness around some admin and modelform params.</title>
<updated>2009-04-11T07:41:59Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-11T07:41:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bd384aa62608ca2aebdf6d86ae1a75abb96f4bf'/>
<id>urn:sha1:3bd384aa62608ca2aebdf6d86ae1a75abb96f4bf</id>
<content type='text'>
Fieldset dictionary names, search fields and unique_together attribute
names all have to be convertible to strings (that has always been true).
If somebody passes in a unicode object, Python barfs because Django uses
those values as keyword argument names and function calls require
parameter names to be str objects. We now convert thing to strs
automatically.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made a bunch of improvements to admin actions. Be warned: this includes one minor but BACKWARDS-INCOMPATIBLE change.</title>
<updated>2009-04-06T20:23:33Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-06T20:23:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb15cee58a43eeb0d060f8a31f9078b3406f195a'/>
<id>urn:sha1:bb15cee58a43eeb0d060f8a31f9078b3406f195a</id>
<content type='text'>
These changes are:

    * BACKWARDS-INCOMPATIBLE CHANGE: action functions and action methods now share the same signature: `(modeladmin, request, queryset)`. Actions defined as methods stay the same, but if you've defined an action as a standalone function you'll now need to add that first `modeladmin` argument.
    * The delete selected action is now a standalone function registered site-wide; this makes disabling it easy.
    * Fixed #10596: there are now official, documented `AdminSite` APIs for dealing with actions, including a method to disable global actions. You can still re-enable globally-disabled actions on a case-by-case basis.
    * Fixed #10595: you can now disable actions for a particular `ModelAdmin` by setting `actions` to `None`.
    * Fixed #10734: actions are now sorted (by name).
    * Fixed #10618: the action is now taken from the form whose "submit" button you clicked, not arbitrarily the last form on the page.
    * All of the above is documented and tested.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.</title>
<updated>2009-04-02T00:01:15Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-02T00:01:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f7aa84def3c13dd706aae1f5bfbcdb54b0696ee'/>
<id>urn:sha1:8f7aa84def3c13dd706aae1f5bfbcdb54b0696ee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
