#15590: FileField path isn't settable
-------------------------------------+-------------------------------------
     Reporter:  simon29              |                    Owner:  simon29
         Type:  New feature          |                   Status:  new
    Component:  File                 |                  Version:  master
  uploads/storage                    |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  filefield            |      Needs documentation:  1
  imagefield path filename           |  Patch needs improvement:  1
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  1                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by simon29):

 Just to clarify, all that's wanted here is a way to set a value in the
 database. Currently it's not possible unless you resort to raw SQL or the
 'ugly hack' I posted above. Every other field is "settable". Django is
 assuming control of my files<->database; and I don't always necessarily
 want that, particularly if I go as far as deliberately using the
 assignment operator.

 That said I agree with Russ, we could certainly use a move() type method
 (though I'm not sure if that's what people have been asking for).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/15590#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to