[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: PyGame Website Rewrite



Hi
# need a numeric version? or save it as string?
    version = models.FloatField()
the version should be a string beceause it allows for different kind
of version formats like 1.0.4
Right! I thought of sorting but sorting different projects by version
is rubbish. Better by last update or so.

I've just changed that ;)