Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
simkimsia
/
django-polymorphic-tree
Public
forked from
django-polymorphic/django-polymorphic-tree
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
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
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
patch-3
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 7, 2017
Update README.rst
Show description for d284bf9
simkimsia
authored
d284bf9
Copy full SHA for d284bf9
Commits on Dec 4, 2017
Fixed reverse() call for Django 2.0
vdboor
committed
736a804
Copy full SHA for 736a804
fix PEP8 spacing
vdboor
committed
c5da17a
Copy full SHA for c5da17a
Merge pull request #63 from dannyshaw/fix-child-type-validation
Show description for caaa2f4
vdboor
authored
caaa2f4
Copy full SHA for caaa2f4
Commits on Nov 24, 2017
allow child type validation before db save
dannyshaw
committed
b06fa21
Copy full SHA for b06fa21
Commits on Nov 22, 2017
Bump to v1.4.2
vdboor
committed
6aaff56
Copy full SHA for 6aaff56
Fixed the polymorphic.managers import
vdboor
committed
128e0b1
Copy full SHA for 128e0b1
Commits on Oct 1, 2017
Merge pull request #60 from jorgebg/patch-3
Show description for 67a6237
vdboor
authored
67a6237
Copy full SHA for 67a6237
Commits on Sep 12, 2017
Add Django 1.11 as a supported version to README.rst
jorgebg
authored
948da4e
Copy full SHA for 948da4e
Commits on Aug 1, 2017
Drop support for unmaintained Django versions: 1.6, 1.7, 1.9
Show description for 0c30a95
vdboor
committed
0c30a95
Copy full SHA for 0c30a95
Bump to v1.4.1
vdboor
committed
4d43368
Copy full SHA for 4d43368
fix build for new django-polymorphic 1.3
Show description for e94c319
vdboor
committed
e94c319
Copy full SHA for e94c319
fix running tests in Django 1.11
vdboor
committed
2193f0d
Copy full SHA for 2193f0d
Fixed detection of _get_base_polymorphic_model() for abstract intermediate classes.
vdboor
committed
134a692
Copy full SHA for 134a692
Commits on Mar 31, 2017
Added PolymorphicMPTTQuerySet.as_manager() to make sure the correct base manager is used
Show description for 2cf410d
vdboor
committed
2cf410d
Copy full SHA for 2cf410d
Commits on Feb 18, 2017
Remove Validation remark from readme
vdboor
committed
187dbf2
Copy full SHA for 187dbf2
Bump to v1.4
vdboor
committed
d645636
Copy full SHA for d645636
update NL locale
vdboor
committed
e8464c1
Copy full SHA for e8464c1
Regenerate locale
vdboor
committed
a5fb94d
Copy full SHA for a5fb94d
Add `can_be_root` option to enforce child node types
Show description for 88e2eb4
vdboor
committed
88e2eb4
Copy full SHA for 88e2eb4
update docs
vdboor
committed
088e08d
Copy full SHA for 088e08d
avoid errors when moving to the root
vdboor
committed
5034a54
Copy full SHA for 5034a54
Fix json serializing error for Python 3 in api_node_moved_view()
vdboor
committed
42db8c7
Copy full SHA for 42db8c7
Commits on Jan 29, 2017
Fix merge conflict with df8ad04f0b07f52ca706c3fe498a232fbaacab22
vdboor
committed
8e4d4c1
Copy full SHA for 8e4d4c1
Commits on Jan 11, 2017
Fix six usage, which is not installed
vdboor
committed
23af29a
Copy full SHA for 23af29a
flake8 fixes
vdboor
committed
076631c
Copy full SHA for 076631c
isort (except line length)
vdboor
committed
b2a7f6f
Copy full SHA for b2a7f6f
autopep8 (except line length)
vdboor
committed
b16f048
Copy full SHA for b16f048
Avoid ContentType db query, use cache instead
vdboor
committed
7ca1d5a
Copy full SHA for 7ca1d5a
Improve PR #29, move the child type validation to the model layer
Show description for c0afd31
vdboor
committed
c0afd31
Copy full SHA for c0afd31
Perform out-of-sync test a bit earsier on movements
vdboor
committed
1f30f4d
Copy full SHA for 1f30f4d
Improve PR #24, also perform a parent test for left/right movements
vdboor
committed
b76be87
Copy full SHA for b76be87
Small code cleanup for changes by PR #52
vdboor
committed
453ef11
Copy full SHA for 453ef11
Merge branch 'njamaleddine-uuid-support' of https://github.com/njamaleddine/django-polymorphic-tree
vdboor
committed
df8ad04
Copy full SHA for df8ad04
Merge branch 'restrict_children_2' of https://github.com/vinnyrose/django-polymorphic-tree into vinnyrose-restrict_children_2
vdboor
committed
d65e7b3
Copy full SHA for d65e7b3
Pagination
Previous
Next
You can’t perform that action at this time.