<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/admin/validation.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>2010-03-27T23:03:56Z</updated>
<entry>
<title>Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch.</title>
<updated>2010-03-27T23:03:56Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-03-27T23:03:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aba95dcc0b5370ffac3d3b701c3ca7782ee999c1'/>
<id>urn:sha1:aba95dcc0b5370ffac3d3b701c3ca7782ee999c1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12689: Fixed admin validation to report an error on invalid exclude specification. Thanks for report to bparker and for patch with tests to ramiro.</title>
<updated>2010-03-09T00:38:53Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-09T00:38:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb72aca5d4783a87bd425cae20da38b6b3405639'/>
<id>urn:sha1:bb72aca5d4783a87bd425cae20da38b6b3405639</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12481: Updated admin validation code to not reject non-editable fields in readonly_fields, since these are handled fine by the display code itself. Thanks lashni and Alex.</title>
<updated>2010-03-08T20:36:37Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-08T20:36:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=021ba30ad1d4fffada4f2d43d47a4704bcfca45e'/>
<id>urn:sha1:021ba30ad1d4fffada4f2d43d47a4704bcfca45e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>ModelAdmin.fields wasn't able to refer to fields only on a custom form</title>
<updated>2010-01-23T16:44:42Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2010-01-23T16:44:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4d81874f9d65ecb002d252381a1e108b85f377e4'/>
<id>urn:sha1:4d81874f9d65ecb002d252381a1e108b85f377e4</id>
<content type='text'>
Regressed in r11737 which used get_field instead of opts.get_field and ignoring
fields not found.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch.</title>
<updated>2009-12-22T18:29:00Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2009-12-22T18:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bcd9482a2019158f4580c24cd50ee8bfae9b2739'/>
<id>urn:sha1:bcd9482a2019158f4580c24cd50ee8bfae9b2739</id>
<content type='text'>
ModelAdmin has been given a readonly_fields that allow field and calculated
values to be displayed alongside editable fields. This works on model
add/change pages and inlines.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Corrected a regression in validation of admin fieldsets with nested definitions from r11744. Thanks to Davor Lučić for the report.</title>
<updated>2009-11-19T15:07:42Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-19T15:07:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be9376d9ad7ef6435867fdcbce2b1bf80973c8cf'/>
<id>urn:sha1:be9376d9ad7ef6435867fdcbce2b1bf80973c8cf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12237 -- Improved the error message for m2m fields with an explicit through model being listed in admin fieldsets. Thanks to Pyth for the report and Ramiro Morales for the patch.</title>
<updated>2009-11-18T07:44:06Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-18T07:44:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb4062d53b0caae84732c5940a97e3da1b14823f'/>
<id>urn:sha1:bb4062d53b0caae84732c5940a97e3da1b14823f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #12203 -- Improved error handling for the case where a user manually specifies an m2m field with an explicit through field. Thanks to dgouldin for the report, and Ramiro Morales for the patch.</title>
<updated>2009-11-13T12:35:05Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-13T12:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0aeb1e135d88dc690e34b40cf621d5fc4d34be4a'/>
<id>urn:sha1:0aeb1e135d88dc690e34b40cf621d5fc4d34be4a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Moved _get_foreign_key call after testing for fk_name fixing a broken test.</title>
<updated>2009-10-23T20:47:29Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2009-10-23T20:47:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d1177ae99a493272b2ef6982e4adc7141f15f72'/>
<id>urn:sha1:0d1177ae99a493272b2ef6982e4adc7141f15f72</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Moved the call to _get_foreign_key to run in all cases catching incorrect inline setup sooner.</title>
<updated>2009-10-19T19:17:20Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2009-10-19T19:17:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb7a3262b5be1d9093a694b1619df6c4cdff0035'/>
<id>urn:sha1:cb7a3262b5be1d9093a694b1619df6c4cdff0035</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
