celery / celeryproject

The official Celery Project website
Other
19 stars 11 forks source link

Some of the links old docs don't work #34

Open stuaxo opened 5 years ago

stuaxo commented 5 years ago

When I click the docs chooser, some of the links don't work.

I'm working on a project that uses the legacy < 1.4 project layout and I can't really change it, so was trying to see what how celery was when django settings.py lived in the project root.

image

auvipy commented 5 years ago

which ceery version are you using with django 1.4 < ?

stuaxo commented 5 years ago

Django is up to date(ish), it's 1.11.1.

But the project layout has settings.py in the root directory, which last seems to have been the default Django 1.4 times.

Celery version is currently 3.1.25. I'm hoping to have more luck in getting celery updated - though in ${current workplace} it's not always quick or straightforward.

auvipy commented 5 years ago

you need django-celery package than.

auvipy commented 5 years ago

https://github.com/celery/celery/tree/3.1/docs

stuaxo commented 5 years ago

Cheers for the help.

Would be good to fix (or remove) the broken links from the doc widget I posted at the top of this ticket. (try clicking one of the older "archived" links and they go to this page:

image

stuaxo commented 5 years ago

What would help me in the case here for upgrading, is if there are any security issues in older versions (unlikely - but then I get an upgrade), or if I can find out something definite about whether support for 3.x is finished / likely to finish soon.

auvipy commented 5 years ago

I am moving this to site repo

stuaxo commented 5 years ago

Some (most) of the ones with broken links so old it wouldn't be too surprising to the user if the links were just removed.

auvipy commented 5 years ago

wiing to contribute?

stuaxo commented 5 years ago

Sure, why not? Any idea what I need to patch?