Re: Bug report in Django docs

2020-08-25 Thread Guo Zhang
jango-developers@googlegroups.com" 代表 Tom Carrick 答复: "django-developers@googlegroups.com" 日期: 2020年8月26日 星期三 上午1:58 收件人: "django-developers@googlegroups.com" 主题: Re: Bug report in Django docs Hi, This was removed between 3.0 and now. You can see it's

Re: Bug report in Django docs

2020-08-25 Thread Tom Carrick
Hi, This was removed between 3.0 and now. You can see it's no longer in the dev docs: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/ For the contributing docs, it's probably best to use the dev version rather than from a release. Tom On Tue, 25 Aug 2020 at

Bug report in Django docs

2020-08-25 Thread Guo Zhang
There is an error in this documentation: https://docs.djangoproject.com/en/3.0/internals/contributing/writing-code/javascript/ There is no "django/contrib/admin/bin/compress.py" in the project. It seems that the compress js section doesn't work as it shows. -- You received this message becaus