--
Ticket URL: <https://code.djangoproject.com/ticket/20082>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => andrewgodwin
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:1>
Comment (by andrewgodwin):
Just taken a look at these, the FIXMEs left are:
1. Where does the list of people who get security pre-notifications live?
2. Should we switch to SHA256 for release hashes?
3. Make a template version of
https://www.djangoproject.com/m/pgp/Django-1.5b1.checksum.txt
4. Make it possible to edit DocumentRelease in the djangoproject.com
admin
5. Work out what docs/fixtures/doc_releases.json is for
I can't solve 1, I think it's not necessary to do 2 yet, I'll do 3 and 4
and I have no idea about 5.
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:2>
Comment (by aaugustin):
4. is already possible for admins :
https://www.djangoproject.com/admin/docs/documentrelease/
5. is useful for people who aren't admins (so can't check the contents of
the production database) but would like to work on the docs website (which
is open source).
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:3>
Comment (by Andrew Godwin <andrew@…>):
In [changeset:"ec5dc0010c30f9ca7e9294b97e909f5b47ac1683"]:
{{{
#!CommitTicketReference repository=""
revision="ec5dc0010c30f9ca7e9294b97e909f5b47ac1683"
Fixing some FIXMEs in howto-release-django. Refs #20082
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:4>
Comment (by andrewgodwin):
Alright, all of these are now solved apart from number 1.
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:5>
* severity: Release blocker => Normal
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
Fixed in c2907a6e3d96315027f7313885f3d0212dd19cbe
--
Ticket URL: <https://code.djangoproject.com/ticket/20082#comment:7>