diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-03-18 09:47:08 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2009-03-18 09:47:08 +0000 |
| commit | 61a2708c4108939795c70cf124d5696275d6c255 (patch) | |
| tree | f3306f58fe5687e9ade6fb3eb7b98830c8a23464 /tests/modeltests/proxy_models/__init__.py | |
| parent | c0b6e23eb31b5129db526ff46ba1d459765691b6 (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__.py | 0 |
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 |
