1
0
mirror of https://github.com/django/django.git synced 2025-10-20 04:09:20 +00:00

7 Commits

Author SHA1 Message Date
Georg Bauer
c1fbb8682c magic-removal: changed explicit settings import to qualified settings import in django.contrib.comments
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1998 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-16 15:15:42 +00:00
Joseph Kocherhans
6cdb3c57d8 magic-removal: updated (most) dependencies to reflect new location of django.models.core Package and ContentType.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-09 18:20:06 +00:00
Jacob Kaplan-Moss
1b0ccdce17 Moved admin options into inner "class Admin." Also refactored the model code so
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
2006-01-08 15:56:51 +00:00
Jacob Kaplan-Moss
8c07571a15 magic-removal: fixed django.contrib.comments to work with the new location of auth
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 15:10:08 +00:00
Joseph Kocherhans
4d6ab8b308 magic-removal: removed django.models.auth and updated dependencies. django.models.auth is now django.contrib.auth.models.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-06 23:42:07 +00:00
Adrian Holovaty
29fe9598e0 magic-removal: Renamed 'class META' to 'class Meta' in models
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-21 02:42:27 +00:00
Adrian Holovaty
eaeb1acebc magic-removal: Moved django.contrib.comments models from a package to a module
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-15 00:55:22 +00:00