Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
spapas authored Jan 14, 2024
1 parent 4bf123e commit 01ff2a4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ A sample config that uses a different form (``TestForm``), defines different beh
Django/python version support
=============================

As can be seen from tox.ini, the tests are run for Python 2.7 with Django
1.8-1.11 and for Python 3.8 and Python 3.11 with Django 1.11-4.2, so these are the
As can be seen from tox.ini, the tests are run for Python for Python 3.8 and Python 3.11 with Django 3.2-5, so these are the
supported versions. Intermediate versions should also work without problems.

.. list-table:: Python Django Version Support
Expand All @@ -175,10 +174,8 @@ supported versions. Intermediate versions should also work without problems.

* - Python Version
- Django Version
* - 2.7
- 1.8-1.11
* - 3.8+
- 1.11-4.2
- 3.2-5.0

Some trickery for django-generic-scaffold
=========================================
Expand Down Expand Up @@ -261,6 +258,11 @@ Now this could be made even more DRY by using some ``type`` magic to auto-genera
Changelog
=========

v.0.6.0
-------

- Support Django 5, remove old versions

v.0.5.7
-------

Expand Down

0 comments on commit 01ff2a4

Please sign in to comment.