mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
that models.fields.Admin became models.options.AdminOptions. This means that old code that uses "admin = models.Admin()" will now break until it's replaced with the new syntax. (You can still use "admin = meta.AdminOptions(...)" if you care to, but I don't see why.) git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1864 bcc190cf-cafb-0310-a4f2-bffc1f526a37