django-nested-admin 4.1.1
0
Django admin classes that allow for nested inlines
Contents
Django admin classes that allow for nested inlines
Stars: 715, Watchers: 715, Forks: 99, Open Issues: 52The theatlantic/django-nested-admin
repo was created 10 years ago and the last code push was 2 months ago.
The project is popular with 715 github stars!
How to Install django-nested-admin
You can install django-nested-admin using pip
pip install django-nested-admin
or add it to a project with poetry
poetry add django-nested-admin
Package Details
- Author
- The Atlantic
- License
- BSD
- Homepage
- https://github.com/theatlantic/django-nested-admin
- PyPi:
- https://pypi.org/project/django-nested-admin/
- GitHub Repo:
- https://github.com/theatlantic/django-nested-admin
Classifiers
Related Packages
Errors
A list of common django-nested-admin errors.
Code Examples
Here are some django-nested-admin
code examples and snippets.
GitHub Issues
The django-nested-admin package has 52 open issues on GitHub
- With django-autocomplete-light, select2 autocomplete field reverts to select-box after inline drag-drop
- Error on saving with Inlines using Django 3.1.14
- The css is not reflected in my nested-inline
- Some nested views incompatible with Django 4.0 admin changes
- HTML showing for anchor tags
- Drop support for Django < 2.2 (incl. Python < 3.5) and clean up afterwards