Metadata-Version: 2.1
Name: preusx-django-admin-extensions
Version: 0.1.5
Summary: Utilities and extensions for django administration panel.
Home-page: UNKNOWN
Author: Alex Tkachenko
Author-email: preusx@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: contrib
Provides-Extra: docs
Provides-Extra: dev
License-File: LICENSE

# Django admin extensions

Utilities and extensions for django administration panel.

Docs here: [https://preusx.gitlab.io/django-admin-extensions](https://preusx.gitlab.io/django-admin-extensions)
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5]
### Fixed
- Many to many admin changelist injector issue fix.

## [0.1.4]
### Added
- Many to many admin changelist editable fields.

## [0.1.1]
Initial version.


