Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
django-polymorphic
/
django-polymorphic-tree
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
169
Code
Issues
20
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
ec885e3
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 11, 2017
Merge pull request #57 from Saritasa/master
Show description for ec885e3
vdboor
authored
ec885e3
Copy full SHA for ec885e3
Commits on Jan 10, 2017
Replace 'return True' to 'pass' in 'can_be_moved'
Anton Prokhorov
committed
06e26a0
Copy full SHA for 06e26a0
Adjust readme by how-to for 'can_be_moved' overriding
Anton Prokhorov
committed
59f521c
Copy full SHA for 59f521c
Add 'InvalidMove' exception handling
Anton Prokhorov
committed
34c55e6
Copy full SHA for 34c55e6
Add test for invalid move exception raising
Anton Prokhorov
committed
8938180
Copy full SHA for 8938180
Add 'can_be_moved' method in 'PolymorphicMPTTModel'
Anton Prokhorov
committed
b4161df
Copy full SHA for b4161df
Add test for validation error in admin
Anton Prokhorov
committed
4e2d406
Copy full SHA for 4e2d406
Add validation to admin when moving
Anton Prokhorov
committed
cd2a682
Copy full SHA for cd2a682
Commits on Jan 9, 2017
Fix travis config
Anton Prokhorov
committed
61966cc
Copy full SHA for 61966cc
Remove including python 2.7 with mock package
Anton Prokhorov
committed
ba451e6
Copy full SHA for ba451e6
Merge branch 'master' of https://github.com/django-polymorphic/django-polymorphic-tree
Show description for 46f222d
Anton Prokhorov
committed
46f222d
Copy full SHA for 46f222d
Fix idents in README
Anton Prokhorov
committed
3ef13e1
Copy full SHA for 3ef13e1
Actualize tox and travis configs
Show description for 074f451
Anton Prokhorov
committed
074f451
Copy full SHA for 074f451
Add support of django 1.7 and python2 in admin tests
Anton Prokhorov
committed
6e974c5
Copy full SHA for 6e974c5
Commits on Jan 4, 2017
Add permission check when moving nodes!
vdboor
committed
61debd4
Copy full SHA for 61debd4
Commits on Dec 30, 2016
Add test case for changing child of node through admin
singleton11
committed
91b5785
Copy full SHA for 91b5785
Fix 'parent' attribute name hardering in admin
singleton11
committed
dd17473
Copy full SHA for dd17473
Add .python-version to .gitignore to make able to use pyenv
singleton11
committed
ba97f68
Copy full SHA for ba97f68
Commits on Nov 29, 2016
Bump to v1.3.1
vdboor
committed
d5d5843
Copy full SHA for d5d5843
Fix `EMPTY_CHANGELIST_VALUE` usage on non existing list items
vdboor
committed
147c35d
Copy full SHA for 147c35d
Commits on Oct 26, 2016
Merge pull request #56 from gonzalobustos/master
Show description for bae8690
vdboor
authored
bae8690
Copy full SHA for bae8690
Commits on Oct 13, 2016
Add Spanish (Argentina) language
gonzalobustos
committed
84e2410
Copy full SHA for 84e2410
Commits on Sep 11, 2016
Fix tests for Django 1.10.1
vdboor
committed
973c3c8
Copy full SHA for 973c3c8
Enforce django-polymorphic >= 1.0.1 for Django 1.10.1 compatibility
vdboor
committed
58c849e
Copy full SHA for 58c849e
Bump to django-polymorphic 1.0 to ensure Django 1.10.0 compatibility
vdboor
committed
5b208fa
Copy full SHA for 5b208fa
Commits on Sep 8, 2016
Prepare for 1.3 release
vdboor
committed
fc86c0d
Copy full SHA for fc86c0d
Travis: no longer need explicit django-polymorphic 1.0b1, 1.0 is out
vdboor
committed
d7d6a48
Copy full SHA for d7d6a48
Commits on Aug 23, 2016
Remove Django 1.5 support, as django-mptt 0.6 is no longer supported
vdboor
committed
53abb66
Copy full SHA for 53abb66
Add Django 1.10 to the tests
vdboor
committed
077e301
Copy full SHA for 077e301
Fix running tests in Django 1.10
vdboor
committed
c069237
Copy full SHA for c069237
Fix Django 1.10 support, now that django-mptt 0.8.6 is out
vdboor
committed
8eeca5f
Copy full SHA for 8eeca5f
Commits on Aug 10, 2016
Added convenient `get_closest_ancestor_of_type()` and `get_ancestors_of_type()` methods
vdboor
committed
f7d6b38
Copy full SHA for f7d6b38
Support proxy model filtering by django-polymorphic 1.0
vdboor
committed
96312aa
Copy full SHA for 96312aa
Commits on Jun 17, 2016
Further update the readme
vdboor
committed
e00415c
Copy full SHA for e00415c
Moved this repository to the django-polymorphic organisation.
Show description for 4547785
vdboor
committed
4547785
Copy full SHA for 4547785
Pagination
Previous
Next
You can’t perform that action at this time.