Django Redshift Backend
  • Basic
  • References
  • Development
  • Design Overview
  • CHANGES
  • AUTHORS
  • Code of Conduct
Django Redshift Backend
  • Django Redshift Backend
  • View page source

Django Redshift Backend

This is a Amazon Redshift database backend for Django.

Jazzband Read the Docs (master) PyPI PyPI - Python Version PyPI - Django Version License Tests GitHub stars

Support versions

This product is tested with:

  • Python-3.9, 3.10, 3.11, 3.12, 3.13

  • Django-4.2, 5.0, 5.1

License

Apache Software License

Contents

  • Basic
    • Installation
    • Django settings
  • References
    • Differences from postgres_psycopg2 backend
      • Note and Limitation
    • Django Settings
      • settings.DATABASES
      • settings.REDSHIFT_VARCHAR_LENGTH_MULTIPLIER
    • Django Models
      • Using sortkey
      • Using distkey
        • Inlining Index Migrations
        • Inlining ForeignKey Migrations
  • Development
    • Contribution Guideline
    • Issue Reporting
    • Setup development environment
    • Testing
      • Run test
      • CI (Continuous Integration)
    • Pull Request
    • Build package
    • Releasing
      • New package version
      • Updated documentation
  • Design Overview
    • Purpose
    • Background of the Changes to support Django 4.2
      • Main Changes
    • Key Components of django-redshift-backend
    • Design Principles
    • Key Challenges
    • Implementation Strategy
    • Testing and Validation
    • Future Considerations
  • CHANGES
    • 5.1.0 (unreleased)
    • 5.0.0 (2024/11/28)
    • 4.2.0 (2024/10/30)
    • 4.1.1 (2024/08/20)
    • 4.1.0 (2024/07/27)
    • 4.0.0 (2024/07/23)
    • 3.0.0 (2022/02/27)
    • 2.1.0 (2021/09/23)
    • 2.0.1 (2021/03/07)
    • 2.0.0 (2021/01/04)
    • 1.1.0 (2019/08/02)
    • 1.0.0 (2019/01/29)
    • 0.9.1 (2018-09-29)
    • 0.9 (2018-07-24)
    • 0.8.1 (2018-06-19)
    • 0.8 (2018-06-01)
    • 0.7 (2017-06-08)
    • 0.6 (2016-12-15)
    • 0.5 (2016-10-05)
    • 0.4 (2016-05-17)
    • 0.3 (2016-05-14)
    • 0.2.1 (2016-02-01)
    • 0.2 (2016-01-08)
    • 0.1.2 (2015-06-5)
    • 0.1.1 (2015-03-27)
    • 0.1 (2015-03-24)
  • AUTHORS
  • Code of Conduct
Next

© Copyright 2018, Django Redshift Backend team.

Built with Sphinx using a theme provided by Read the Docs.