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
ca6fba91ba3b6a370befa556f5fb8216900c5879
django-polymorphic
/
polymorphic
T
History
Diederik van der Boor
ca6fba91ba
PEP8-ify PR
#67
and fix trailing whitespace
...
Camp rule: leave things in a better state then you found it.
2014-12-30 13:36:25 +01: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
Remove Django 1.7 warnings
2014-10-14 17:30:25 +02:00
base.py
Fix validate_model_fields(), caused errors when metaclass raises errors
2014-10-29 18:58:54 +01: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
Fix unwanted
___
handling when a fieldname starts with an underscore.
2013-07-22 10:21:00 +02:00
query.py
Fix .non_polymorphic(), returns a copy of the queryset
2013-09-19 19:36:05 +02:00
showfields.py
Porting to Python 3.2
2013-05-20 16:03:21 +02:00
tests.py
PEP8-ify PR
#67
and fix trailing whitespace
2014-12-30 13:36:25 +01: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