This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-polymorphic
Watch
8
Star
0
Fork
0
You've already forked django-polymorphic
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
9ef7ccb65e8a44680cb15d21ffa56f10bde16e6f
django-polymorphic
/
polymorphic
T
History
Diederik van der Boor
9ef7ccb65e
Fixed long/int issue for Python 3.
...
This
closes
#126
with a fix that won't degrate Python 2 code.
2015-04-08 13:38:26 +02:00
..
locale
Adds a french translation.
2013-11-29 18:18:55 +01:00
templates/admin
/polymorphic
Simplifies the two remaining templates (for grappelli support).
2013-07-18 16:38:14 +02:00
templatetags
Porting to Python 3.2
2013-05-20 16:03:21 +02:00
__init__.py
Porting to Python 3.2
2013-05-20 16:03:21 +02:00
__version__.py
Bump version to 0.6.1 already
2014-10-14 17:32:40 +02:00
admin.py
Fixed long/int issue for Python 3.
2015-04-08 13:38:26 +02:00
base.py
Set _default_manager directly on model_cls; don't use add_to_class()
2015-01-31 13:17:56 -05:00
manager.py
Simplify selecting get_queryset() vs get_query_set() -> use self.all()
2014-12-30 13:25:22 +01:00
models.py
IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..."
2010-02-22 16:16:00 +01:00
polymorphic_model.py
Merge pull request
#67
from hottwaj/parent_link_support
2014-12-30 13:34:16 +01:00
query_translate.py
Django 1.8 alpha support
2015-01-28 00:41:34 +01:00
query.py
Merge pull request
#119
from theatlantic/child-model-custom-pk-bug
2015-04-08 13:09:35 +02:00
showfields.py
Porting to Python 3.2
2013-05-20 16:03:21 +02:00
tests.py
Merge pull request
#120
from theatlantic-pr/cleanup-test-noise
2015-04-08 13:33:54 +02:00
tools_for_tests.py
Port new code to Python 3 as well, fix six.with_metaclass() issues
2013-05-20 16:03:21 +02:00