summaryrefslogtreecommitdiff
path: root/tests/modeltests/proxy_models/__init__.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-18 09:47:08 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-18 09:47:08 +0000
commit61a2708c4108939795c70cf124d5696275d6c255 (patch)
treef3306f58fe5687e9ade6fb3eb7b98830c8a23464 /tests/modeltests/proxy_models/__init__.py
parentc0b6e23eb31b5129db526ff46ba1d459765691b6 (diff)
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Large portions of this are needed for #5420, so I implemented it fully. Thanks to Ryan Kelly for an initial patch to get this started. Refs #5420. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/proxy_models/__init__.py')
-rw-r--r--tests/modeltests/proxy_models/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/modeltests/proxy_models/__init__.py b/tests/modeltests/proxy_models/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/modeltests/proxy_models/__init__.py