URL Change for the Unofficial Hudson (buildbot-like) Server

2008-09-01 Thread Leo Soto M.
Hi folks!, As I have commented recently on IRC, we (on my job) are in the process of moving the hudson instance at . Right now the django jobs there are paused indefinitely. The new server is located on and looks

primary_key for ImageField does not work any more

2008-09-01 Thread Jochen Voss
Hello, with Django 0.96 I used a model which contained the following field: class ImageFile(models.Model): [...] fname = models.ImageField(upload_to="images", primary_key=True, width_field="width", height_field="height") [...] When

surprise when initializing DecimalField with a string value

2008-09-01 Thread akaihola
According to the backwards incompatible changes wiki page: > you must either store a python decimal value in the model attribute or a > string (which will then be converted to a decimal) But what is "then" in "will then be converted"? It appears that the conversion doesn't take place when

Admin area and user permissions bug?

2008-09-01 Thread Ca-Phun Ung
Hi, I hit a problem with user permissions within the Django admin area. The other day I gave a user add/edit/delete permissions to the user object so that they could manage staff access on the websites. However, in doing this that particular user is now able to create other users with greater