<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/media/css/rtl.css, branch 3.1rc1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1rc1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1rc1'/>
<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 #11868 - Multiple sort in admin changelist.</title>
<updated>2011-06-02T16:18:47Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-06-02T16:18:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5434ce231d75004bdbe5cf2b7b24ce67a2a6e737'/>
<id>urn:sha1:5434ce231d75004bdbe5cf2b7b24ce67a2a6e737</id>
<content type='text'>
Many thanks to bendavis78 for the initial patch, and for input from others.

Also fixed #7309. If people were relying on the undocumented default ordering
applied by the admin before, they will need to add 'ordering = ["-pk"]' to
their ModelAdmin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16144 - layout of admin changelist broken for RTL languages.</title>
<updated>2011-06-02T12:19:32Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-06-02T12:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78b37975c9d9f331b9ea9fa609d0596ae30ab6b4'/>
<id>urn:sha1:78b37975c9d9f331b9ea9fa609d0596ae30ab6b4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer.</title>
<updated>2011-04-22T12:01:48Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-04-22T12:01:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=157255fd98f7a94b9e8a5285f3f76a47ae3552d2'/>
<id>urn:sha1:157255fd98f7a94b9e8a5285f3f76a47ae3552d2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13856 -- Float admin's top links on the right for RTL languages.</title>
<updated>2010-12-12T22:55:33Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-12-12T22:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e7bb904df8f422686da4d3464afcce1366209d8'/>
<id>urn:sha1:1e7bb904df8f422686da4d3464afcce1366209d8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc.</title>
<updated>2010-05-10T11:20:17Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-10T11:20:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3a3175d45c13d68b5780a4e5d51826eafe187f3'/>
<id>urn:sha1:e3a3175d45c13d68b5780a4e5d51826eafe187f3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actions and is filtered. Thanks to mksoft for the report and patch.</title>
<updated>2010-04-05T12:59:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-04-05T12:59:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=653b27dcf2d65beede220566f1b5fab4fc5d6673'/>
<id>urn:sha1:653b27dcf2d65beede220566f1b5fab4fc5d6673</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12508 - Added ability to dynamically add inlines in the admin app.</title>
<updated>2010-01-26T15:02:53Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-26T15:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c14937cf7a1e8c25702e89485cc2dd33aa0d3a16'/>
<id>urn:sha1:c14937cf7a1e8c25702e89485cc2dd33aa0d3a16</id>
<content type='text'>
Refs #13. Also introduces an ``empty_form`` attribute on formsets to make it easier to implement dynamic forms.

Many thanks to Zain Memon for the initial patch from his Summer of Code 2009 project, Stanislaus Madueke for his django-dynamic-formset app and all the other people helping out.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.</title>
<updated>2009-04-11T13:45:45Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-11T13:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=945b89e17797dc234f9d49874170b937b02e0315'/>
<id>urn:sha1:945b89e17797dc234f9d49874170b937b02e0315</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Reformatted contrib.admin CSS to use multi-line selector format so changes can be tracked more easily in version control.</title>
<updated>2008-10-31T22:19:21Z</updated>
<author>
<name>Wilson Miner</name>
<email>wminer@gmail.com</email>
</author>
<published>2008-10-31T22:19:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3028e85222f12bf64a1b3bad34f88e432b3f971f'/>
<id>urn:sha1:3028e85222f12bf64a1b3bad34f88e432b3f971f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
