django/tests/regressiontests/admin_registration
Russell Keith-Magee 6ee04e0f97 [1.2.X] Migrated admin_registration doctests. Thanks to Sebastian Hillig.
Backport of r13882 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-27 15:26:57 +00:00
..
__init__.py Improved admin model registration options: you can now register using register(Model, **options) and even register(Model, ModelAdmin, **options). This isn't documented yet -- a much expanded version of docs/admin.txt is on the way. 2008-07-23 18:58:06 +00:00
models.py [1.2.X] Migrated admin_registration doctests. Thanks to Sebastian Hillig. 2010-09-27 15:26:57 +00:00
tests.py [1.2.X] Migrated admin_registration doctests. Thanks to Sebastian Hillig. 2010-09-27 15:26:57 +00:00