Metadata-Version: 2.1
Name: djangocms-aldryn-common
Version: 2.0.2
Summary: Common utilities
Home-page: https://github.com/CZ-NIC/djangocms-aldryn-common
Author: Divio AG
Author-email: info@divio.ch
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: django (>=3.2)
Requires-Dist: django-sortedm2m

![Continuation of the deprecated project "Divio Aldryn common"](https://img.shields.io/badge/Continuation-Divio_Aldryn_Common-blue)
![Pypi package](https://img.shields.io/pypi/v/djangocms-aldryn-common.svg?link=https%3A%2F%2Fpypi.python.org%2Fpypi%2Fdjangocms-aldryn-common)
![Status](https://img.shields.io/pypi/status/djangocms-aldryn-common.svg?link=https%3A%2F%2Fpypi.python.org%2Fpypi%2Fdjangocms-aldryn-common)
![Python versions](https://img.shields.io/pypi/pyversions/djangocms-aldryn-common.svg?link=https%3A%2F%2Fpypi.python.org%2Fpypi%2Fdjangocms-aldryn-common)
![License](https://img.shields.io/pypi/l/djangocms-aldryn-common.svg?link=https%3A%2F%2Fpypi.python.org%2Fpypi%2Fdjangocms-aldryn-common)

# Aldryn Common

Continuation of the deprecated project [Divio Aldryn Common](https://github.com/divio/aldryn-common).

Aldryn Common is a library of helpful utilities for packages in the [Aldryn](http://aldryn.com) ecosystem, and is
also aimed at developers of [django CMS](http://django-cms.org) projects.

It's installed by default in your Aldryn project - you don't need to do anything to install it - and numerous other
Addons will make use of the tools it provides. Feel free to make use of them in your own projects.

They include tools for:

* pagination
* handling slugs (cleaning, ensuring uniqueness)
* managing times and dates

as well as a variety of helpful templatetags and more.

## Settings:

* ``ALDRYN_COMMON_PAGINATION_SOFTLIMIT``: Soft-limiting search results. If True, querying a page number larger than max. will not fail, but instead return the last available page. Default is ``True``.
