Re: [Django] #15590: Document how to change the path of a FileField

2015-03-30 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  jorgebg
 Type:  New feature  |   Status:  closed
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"931a340f1feca05b7a9f95efb9a3ba62b93b37f9" 931a340]:
 {{{
 #!CommitTicketReference repository=""
 revision="931a340f1feca05b7a9f95efb9a3ba62b93b37f9"
 Fixed #15590 -- Documented how the path of a FileField can be changed.

 Thanks simon29 for report, and freakboy3742, floledermann,
 jacob, claudep and collinanderson for discussing the task.
 }}}

--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.c58dd7afaf982b2f014c4f2305944e28%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField

2015-03-30 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  jorgebg
 Type:  New feature  |   Status:  closed
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"2bddc74b42dd427711385e8a3e0b72c42f2d7b36" 2bddc74]:
 {{{
 #!CommitTicketReference repository=""
 revision="2bddc74b42dd427711385e8a3e0b72c42f2d7b36"
 [1.8.x] Fixed #15590 -- Documented how the path of a FileField can be
 changed.

 Thanks simon29 for report, and freakboy3742, floledermann,
 jacob, claudep and collinanderson for discussing the task.

 Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
 }}}

--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.d9f1fe7f699082ede4d8408e4e919fb2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField

2015-03-30 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  jorgebg
 Type:  New feature  |   Status:  closed
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"18f11072b8892064d002f3b873c576778082f748" 18f11072]:
 {{{
 #!CommitTicketReference repository=""
 revision="18f11072b8892064d002f3b873c576778082f748"
 [1.7.x] Fixed #15590 -- Documented how the path of a FileField can be
 changed.

 Thanks simon29 for report, and freakboy3742, floledermann,
 jacob, claudep and collinanderson for discussing the task.

 Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
 }}}

--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.faef76e17f011062291fcad86ec8652b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField

2015-03-28 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  jorgebg
 Type:  New feature  |   Status:  assigned
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by jorgebg):

 * owner:   => jorgebg
 * status:  new => assigned


--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7f63c2ed9a11746c8c8a9c8b8db4b157%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField

2015-03-27 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:
 Type:  New feature  |   Status:  new
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by timgraham):

 * status:  assigned => new
 * owner:  timgraham =>


--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.5b5a180574079f9fa685210215635e0a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField

2015-03-27 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  timgraham
 Type:  New feature  |   Status:  assigned
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by timgraham):

 * owner:  simon29 => timgraham
 * status:  new => assigned


--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.57e8c485c4b1f22b66db87852c9f30a6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15590: Document how to change the path of a FileField (was: FileField path isn't settable)

2015-03-13 Thread Django
#15590: Document how to change the path of a FileField
-+-
 Reporter:  simon29  |Owner:  simon29
 Type:  New feature  |   Status:  new
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  filefield| Triage Stage:  Accepted
  imagefield path filename   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by collinanderson):

 * cc: cmawebsite@… (added)
 * needs_better_patch:  1 => 0
 * component:  File uploads/storage => Documentation
 * needs_tests:  1 => 0
 * easy:  0 => 1
 * needs_docs:  1 => 0
 * has_patch:  1 => 0


Comment:

 I agree setting `.name` is the way to go. Just needs to be better
 documented.

--
Ticket URL: 
Django 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.c7d5b4d4fe2b06e996fffed53eddc6fd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.