<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/views/auth.py, 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>2008-07-18T23:54:34Z</updated>
<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>
<entry>
<title>Merged Unicode branch into trunk (r4952:5608). This should be fully</title>
<updated>2007-07-04T12:11:04Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-07-04T12:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=953badbea5a04159adbfa970f5805c0232b6a401'/>
<id>urn:sha1:953badbea5a04159adbfa970f5805c0232b6a401</id>
<content type='text'>
backwards compatible for all practical purposes.

Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4040 -- Changed uses of has_key() to "in". Slight performance</title>
<updated>2007-04-26T13:30:48Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-04-26T13:30:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=439cb4047fb583d08149f28e2ce66a8edfe0efa7'/>
<id>urn:sha1:439cb4047fb583d08149f28e2ce66a8edfe0efa7</id>
<content type='text'>
improvement and forward-compatible with future Python releases. Patch from Gary
Wilson.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.</title>
<updated>2007-02-11T23:50:35Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-02-11T23:50:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6c4757729b6dbf2fb824865ba84f776656c8040c'/>
<id>urn:sha1:6c4757729b6dbf2fb824865ba84f776656c8040c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to gettext(). At some point post 0.96, we need to remove the calls that put _ into the builtins.</title>
<updated>2007-02-11T06:20:52Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2007-02-11T06:20:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e924c70b1ec5cae635a99d9fe7e279698dc5cd0'/>
<id>urn:sha1:0e924c70b1ec5cae635a99d9fe7e279698dc5cd0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch, SmileyChris</title>
<updated>2006-12-30T07:16:25Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-30T07:16:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71802073283847f5582df4eea1e4fdb5b37eca4f'/>
<id>urn:sha1:71802073283847f5582df4eea1e4fdb5b37eca4f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.</title>
<updated>2006-12-15T18:00:50Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-15T18:00:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=706fcec16409c68d6989724379ba89f1658522b0'/>
<id>urn:sha1:706fcec16409c68d6989724379ba89f1658522b0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, SmileyChris</title>
<updated>2006-10-24T16:46:46Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-10-24T16:46:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1c4ac051ce30dc96998a131ae95cbbab92595f42'/>
<id>urn:sha1:1c4ac051ce30dc96998a131ae95cbbab92595f42</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added staff_member_required and permission check to django.contrib.admin.views.auth.user_add_stage() -- thanks, Robert Bunting</title>
<updated>2006-09-08T05:38:38Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-09-08T05:38:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e9b19df3ee04b9ea0e9a11012f956e9907579f5d'/>
<id>urn:sha1:e9b19df3ee04b9ea0e9a11012f956e9907579f5d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #61 -- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment.</title>
<updated>2006-08-04T04:18:12Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-08-04T04:18:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd5d923c6bb3c22eb265dd45466dedea7d85d0dc'/>
<id>urn:sha1:fd5d923c6bb3c22eb265dd45466dedea7d85d0dc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
