This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b2645a15fd
django
/
tests
/
modeltests
/
unmanaged_models
/
__init__.py
3 lines
2 B
Raw
Normal View
History
Unescape
Escape
Fixed #3163 -- Add a "Meta.managed" option to models. This allows a model to be defined which is not subject to database table creation and removal. Useful for models that sit over existing tables or database views. Thanks to Alexander Myodov, Wolfgang Kriesing and Ryan Kelly for the bulk of this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-09 11:35:02 +08:00