<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/media/css/changelists.css, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-06-30T09:06:19Z</updated>
<entry>
<title>Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location.</title>
<updated>2011-06-30T09:06:19Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-06-30T09:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38a2444277a84eb6b74425f0e324d1dceb7d2ef1'/>
<id>urn:sha1:38a2444277a84eb6b74425f0e324d1dceb7d2ef1</id>
<content type='text'>
This also removes the need for ADMIN_MEDIA_PREFIX and replaces it with the convention to find admin's static files at STATIC_URL + 'admin/'.

Thanks to Jacob for the review and general help.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15291 -- Corrected alignment issue when actions are disabled in a ModelAdmin. Thanks to Julien Phalip for the report and patch.</title>
<updated>2011-02-19T08:10:57Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-02-19T08:10:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3c7e399a4a6600a48c95bb0989e82e181603b2d'/>
<id>urn:sha1:b3c7e399a4a6600a48c95bb0989e82e181603b2d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in a changelist isn't the first item in the list_display. Thanks to Julien Phalip for the report and patch.</title>
<updated>2011-02-19T08:10:37Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-02-19T08:10:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3cc5dbb325d83dff69db5ac1487ac4b8518e2d3'/>
<id>urn:sha1:d3cc5dbb325d83dff69db5ac1487ac4b8518e2d3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13599 -- No longer embed hidden `&lt;td&gt;` elements in `ChangeList` that cause improper rendering when `list_editable` is enabled; refactored `admin_changelist` tests.  Thanks, skevy for bug report and patch.</title>
<updated>2010-09-11T03:01:07Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2010-09-11T03:01:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=04f50c1f281e1864576dc6ff5f4d89b562f82b6d'/>
<id>urn:sha1:04f50c1f281e1864576dc6ff5f4d89b562f82b6d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Admin changelist page now has consistent width with or without filter</title>
<updated>2010-09-10T17:49:42Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2010-09-10T17:49:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=003ed01bb3c8b26fbc16c38d6e7d110cf7fd0d8c'/>
<id>urn:sha1:003ed01bb3c8b26fbc16c38d6e7d110cf7fd0d8c</id>
<content type='text'>
bar.

Patch and testing from Kronuz and radez.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12282 - When paginated allow selecting all items in the admin changlist.</title>
<updated>2010-01-26T15:03:23Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-26T15:03:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f109f36a06c362f3a2f698648a9cc3917abbfccd'/>
<id>urn:sha1:f109f36a06c362f3a2f698648a9cc3917abbfccd</id>
<content type='text'>
Thanks to Martin Mahner, Rob Hudson and Zain Memon for providing inital patches and guidance.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10615 - Added selection counter to admin change list. Thanks to Martin Mahner for the idea and initial patch.</title>
<updated>2010-01-05T18:24:27Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-05T18:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afa4c5ac6062581fdb809e0615c69350c25bd917'/>
<id>urn:sha1:afa4c5ac6062581fdb809e0615c69350c25bd917</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11057: having no actions in the admin (`actions=None`) no longer messes up the layout. Thanks, rvdrijst.</title>
<updated>2009-10-27T20:56:12Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-10-27T20:56:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4281bf3db058ed9ed860dd2f33a3de22d34dfa5f'/>
<id>urn:sha1:4281bf3db058ed9ed860dd2f33a3de22d34dfa5f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added row highlighting when selecting action checkmarks.</title>
<updated>2009-03-31T16:24:12Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-31T16:24:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c823e9d7ccba303fb37ce232eb1db901ef580a2a'/>
<id>urn:sha1:c823e9d7ccba303fb37ce232eb1db901ef580a2a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Some minor tweaks to the admin changelist styles for the new action menus. Cut out extranous margins around checkboxes on changelists and styled the action row to stack better with the date hierarchy browser.</title>
<updated>2009-03-29T23:05:51Z</updated>
<author>
<name>Wilson Miner</name>
<email>wminer@gmail.com</email>
</author>
<published>2009-03-29T23:05:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c0ee4c5cac528310ad2807bed7f3e10d63fc87ba'/>
<id>urn:sha1:c0ee4c5cac528310ad2807bed7f3e10d63fc87ba</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10181 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
