jazzband / django-robots

A Django app for managing robots.txt files following the robots exclusion protocol
https://django-robots.readthedocs.io
BSD 3-Clause "New" or "Revised" License
457 stars 97 forks source link

Docs are already reflecting the un-released >4.0 new version #114

Closed mpoli closed 2 years ago

mpoli commented 2 years ago

The official documentation is already reflecting the https://github.com/jazzband/django-robots/commit/70da7606974b915d57e038f8bdf31c0b21be7e45 commit that added official support for django 3.2 LTS and 4.0, addressing the AutoField break from django 3.1.

But this commit hasn't been released into a version yet, and as such new installers are led to believe that the 4.0 release already encompasses these changes and support, which isn't true.

tony commented 2 years ago

@mpoli Sorry for any inconvenience caused. I'm a part time / co-lead. Taking a look!

tony commented 2 years ago

Prereleased 5.0b1.

If you are using django 3.1 or 3.2 please let me know how this works

mpoli commented 2 years ago

@tony works for me, setup is described in #117.

Thank you!

mpoli commented 2 years ago

Issue solved by the release of 5.0b1.

tony commented 2 years ago

@mpoli As an update, 5.0 has been published