Metadata-Version: 2.4
Name: django2-postgres-backport
Version: 0.0.3
Summary: Django 2.x PostgreSQL backports collection
Home-page: https://github.com/nnseva/django2-postgres-backport
Author: Vsevolod Novikov
Author-email: nnseva@gmail.com
License: LGPL
Keywords: django postgres backport
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
License-File: LICENSE
Requires-Dist: packaging
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Django2-Postgres-Backport
=========================

The collection of backports for the Django v2.x using modern PostgreSQL features

Installation
------------
Latest version from the GIT repository::

    pip install "git+git://github.com/nnseva/django2-postgres-backport.git"

Stable version from the PyPi repository::

    pip install django2-postgres-backport

See all details on https://github.com/nnseva/django2-postgres-backport
