Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Releases: timobrembeck/sphinxcontrib-django2

v1.9

02 Mar 00:26
21f5552
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.9

Merge this fork timoludwig/sphinxcontrib_django2 back into upstream repository edoburu/sphinxcontrib_django.

Compare changes: v1.6 → v1.9

Installation

Please install the upstream package instead:

pip install sphinxcontrib-django

Contributors

@timoludwig

v1.6

24 Nov 02:19
5d5abc3
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.6

Changelog

  • Add inline docstrings of model fields to parameter documentation of models
  • Add support for Python 3.11
  • Add support for Django 4.1
  • Drop support for Django 2.2

Compare changes: v1.5 → v1.6

Installation

pip install sphinxcontrib-django2==1.6

Contributors

@timoludwig @jdillard

v1.5

05 Jan 21:15
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.5

Changelog

  • Support string foreign keys of abstract models

Compare changes: v1.4 → v1.5

Installation

pip install sphinxcontrib-django2==1.5

v1.4

05 Jan 19:05
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.4

Changelog

  • Do not reference related names of abstract models
  • Drop support for Python 3.6
  • Drop support for Django 3.1
  • Add support for Django 4.0

Compare changes: v1.3 → v1.4

Installation

pip install sphinxcontrib-django2==1.4

v1.3

20 Nov 11:38
c5faedc
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.3

Changelog

  • Fix AttributeError when django.contrib.contenttypes is not in INSTALLED_APPS
  • Emit sphinx event django-configured after django.setup() is finished to allow monkeypatching django during documentation build

Compare changes: v1.2 → v1.3

Installation

pip install sphinxcontrib-django2==1.3

v1.2

08 Nov 00:39
77834e2
Compare
Choose a tag to compare

sphinxcontrib-django2 v1.2

Changelog

  • Add support for Python 3.10
  • Add support for Django 3.2
  • Drop support for Django 3.0
  • Add option django_show_db_tables to list the database table names of Django models in their docstring

Compare changes: v1.1.1 → v1.2

Installation

pip install sphinxcontrib-django2==1.2