Re: [Django] #30695: Fix an example of Storage objects in Managing files docs.

2019-08-20 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
-+-
 Reporter:  Tobias McNulty   |Owner:  Harrison
 Type:   |  Morgan
  Cleanup/optimization   |   Status:  closed
Component:  Documentation|  Version:  2.2
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Carlton Gibson ):

 In [changeset:"0dc3ad163a7343347af710f4e057fbdb3d0eacf4" 0dc3ad16]:
 {{{
 #!CommitTicketReference repository=""
 revision="0dc3ad163a7343347af710f4e057fbdb3d0eacf4"
 [2.2.x] Fixed #30695 -- Used relative path in default_storage docs
 example.

 Backport of 1e429df748867097451bf0b45d1080ae6828d921 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.950c877f06d784b3adb9b94c7f8f0cc8%40djangoproject.com.


Re: [Django] #30695: Fix an example of Storage objects in Managing files docs.

2019-08-20 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
-+-
 Reporter:  Tobias McNulty   |Owner:  Harrison
 Type:   |  Morgan
  Cleanup/optimization   |   Status:  closed
Component:  Documentation|  Version:  2.2
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Carlton Gibson ):

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


Comment:

 In [changeset:"1e429df748867097451bf0b45d1080ae6828d921" 1e429df]:
 {{{
 #!CommitTicketReference repository=""
 revision="1e429df748867097451bf0b45d1080ae6828d921"
 Fixed #30695 -- Used relative path in default_storage docs example.
 }}}

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.ce801911ddfa45b99228956192e2cb1d%40djangoproject.com.


Re: [Django] #30695: Fix an example of Storage objects in Managing files docs.

2019-08-12 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
-+-
 Reporter:  Tobias McNulty   |Owner:  Harrison
 Type:   |  Morgan
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  2.2
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Harrison Morgan):

 * has_patch:  0 => 1


Comment:

 Pull Request: https://github.com/django/django/pull/11664

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.3cd9d8a3ea641c1a2dbd75a5032fd7ab%40djangoproject.com.


Re: [Django] #30695: Fix an example of Storage objects in Managing files docs.

2019-08-12 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
-+-
 Reporter:  Tobias McNulty   |Owner:  Harrison
 Type:   |  Morgan
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  2.2
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Harrison Morgan):

 * status:  new => assigned
 * cc: Harrison Morgan (added)
 * owner:  nobody => Harrison Morgan


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.af39d5a0aba119deecd927a6faadd933%40djangoproject.com.


Re: [Django] #30695: Fix an example of Storage objects in Managing files docs.

2019-08-11 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
--+
 Reporter:  Tobias McNulty|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.2
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by felixxm):

 * easy:  0 => 1


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.8d07dbacc7d8cb57521b81d031e5c498%40djangoproject.com.


Re: [Django] #30695: Fix an example of Storage objects in Managing files docs. (was: File storage API docs should be more clear about how a "path" may be interpreted by storage backends)

2019-08-11 Thread Django
#30695: Fix an example of Storage objects in Managing files docs.
--+
 Reporter:  Tobias McNulty|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.2
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by felixxm):

 * type:  Uncategorized => Cleanup/optimization
 * component:  Uncategorized => Documentation
 * stage:  Unreviewed => Accepted


Comment:

 Thanks for this report! It seems that this example is incorrect since its
 introduction (around 11 years ago). I would just use relative path
 `/path/to/file` -> `path/to/file`, please change also `b'new content'` to
 a bytestring.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.3155b52b75084a848e4038aa7cd47a65%40djangoproject.com.