<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/media/css/forms.css, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-04-05T12:36:36Z</updated>
<entry>
<title>Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleChoiceField in admin. Thanks to tiliv for the report and fix.</title>
<updated>2010-04-05T12:36:36Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-04-05T12:36:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=304e017a7f76cd35706c7e767ee3b82cc52d6bfd'/>
<id>urn:sha1:304e017a7f76cd35706c7e767ee3b82cc52d6bfd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.</title>
<updated>2010-01-26T15:03:52Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-26T15:03:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a260980f983afce5e98f1e1a7416567293fd5927'/>
<id>urn:sha1:a260980f983afce5e98f1e1a7416567293fd5927</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12299 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>Removed the hidden import rules in the contrib.admin stylesheets. Each individual stylesheet is now linked to explicitly from the template where it's used (in the extrastyle block), with the exception of widgets.css, which is imported by forms.css, but still available separately for reuse. Also moved the override stylesheets (IE and RTL) below the extrastyle block and all styles within the conditional comment which blocks CSS from IE5 and lower.</title>
<updated>2008-11-16T00:08:48Z</updated>
<author>
<name>Wilson Miner</name>
<email>wminer@gmail.com</email>
</author>
<published>2008-11-16T00:08:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=902df97f369f86b670d2254c9a54d05fd400069a'/>
<id>urn:sha1:902df97f369f86b670d2254c9a54d05fd400069a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9463 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>
<entry>
<title>Fixed #9074: Added overflow: hidden to the submit-row div to clear the floated contents and avoid collapsing when the Save button is all that's there.</title>
<updated>2008-09-16T00:40:10Z</updated>
<author>
<name>Wilson Miner</name>
<email>wminer@gmail.com</email>
</author>
<published>2008-09-16T00:40:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f09f744f81bbe1894ba1ad6fb5f883bb294eca18'/>
<id>urn:sha1:f09f744f81bbe1894ba1ad6fb5f883bb294eca18</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin</title>
<updated>2008-09-03T04:22:39Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-03T04:22:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42393ff604cca9aa20daae56ea3fef21548c1551'/>
<id>urn:sha1:42393ff604cca9aa20daae56ea3fef21548c1551</id>
<content type='text'>
interface for right-to-left languages (Hebrew, Arabic, etc). Patch from Jannis
Leidel.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2612: fixed display of admin `help_text` with multiple fields on the same line. Thanks to Nathan Borror for the original patch, and jezdez for a little cleanup.</title>
<updated>2008-09-02T19:25:27Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-09-02T19:25:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a9b55ddc4d49775a696d1d34629ebbad2499fa3'/>
<id>urn:sha1:7a9b55ddc4d49775a696d1d34629ebbad2499fa3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned up some styles for both tabular and stacked inlines. Thanks Nathan Borror for the patch.</title>
<updated>2008-08-08T19:54:34Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-08-08T19:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d199ba90113c47caf142e79151315ba2dc02b4b'/>
<id>urn:sha1:5d199ba90113c47caf142e79151315ba2dc02b4b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged the newforms-admin branch into trunk.</title>
<updated>2008-07-18T23:54:34Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-18T23:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a19ed8aea395e8e07164ff7d85bd7dff2f24edca'/>
<id>urn:sha1:a19ed8aea395e8e07164ff7d85bd7dff2f24edca</id>
<content type='text'>
This is a backward incompatible change. The admin contrib app has been
refactored. The newforms module has several improvements including FormSets
and Media definitions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
