Re: [Django] #27587: Document str(QuerySet.query)

2023-06-02 Thread Django
#27587: Document str(QuerySet.query)
-+-
 Reporter:  Peter Inglesby   |Owner:  JosiahDub
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_better_patch:  0 => 1


Comment:

 Have you checked comments on the latest PR? We cannot merge this as
 `.query` is not something that we can recommend to users without fixing
 #25705.

-- 
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/010701887c6163af-4786ffe9-8cc7-4ce7-a3fc-733efe577d5a-00%40eu-central-1.amazonses.com.


Re: [Django] #27587: Document str(QuerySet.query)

2023-06-02 Thread Django
#27587: Document str(QuerySet.query)
-+-
 Reporter:  Peter Inglesby   |Owner:  JosiahDub
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Michael Howitz):

 * needs_better_patch:  1 => 0


Comment:

 The [https://github.com/django/django/pull/16200 PR] is an improvement
 over what is currently there, so why not merge it?

-- 
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/010701887c4aa5e8-3560f606-80af-4208-b164-2677924d792c-00%40eu-central-1.amazonses.com.


Re: [Django] #27587: Document str(QuerySet.query)

2022-11-05 Thread Django
#27587: Document str(QuerySet.query)
-+-
 Reporter:  Peter Inglesby   |Owner:  JosiahDub
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacob Walls):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/16200 PR]

-- 
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/01070184483aac89-dfc02269-3dfc-4aea-9319-94e50cc21f3a-00%40eu-central-1.amazonses.com.


Re: [Django] #27587: Document str(QuerySet.query)

2022-11-03 Thread Django
#27587: Document str(QuerySet.query)
-+-
 Reporter:  Peter Inglesby   |Owner:  JosiahDub
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * needs_better_patch:  0 => 1


Comment:

 Docs patch looks good. Small comments on PR.

 I recall related work to improve the output of `str(qs.query)` — by having
 the backend do the quoting — but I'm not 100% sure how far that got. This
 matters for the ''it's not great'' disclaimer, and whether we want to
 close this as completed (or not) on merge? 樂

-- 
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/010701843d376678-603ae669-a3d3-4d1c-9f8a-3d91813b142e-00%40eu-central-1.amazonses.com.


Re: [Django] #27587: Document str(QuerySet.query)

2022-10-20 Thread Django
#27587: Document str(QuerySet.query)
-+-
 Reporter:  Peter Inglesby   |Owner:  JosiahDub
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.10
 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 JosiahDub):

 * owner:  nobody => JosiahDub
 * needs_better_patch:  1 => 0
 * has_patch:  1 => 0
 * 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070183f6c8430e-cfcd913c-083f-41f9-9dc2-99132d89caac-00%40eu-central-1.amazonses.com.


Re: [Django] #27587: Document str(QuerySet.query)

2017-08-08 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Tim Graham):

 * needs_better_patch:  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 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.4b808492f4599f61456e4bbe1874de4f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27587: Document str(QuerySet.query)

2017-05-14 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Mads Jensen):

 * needs_better_patch:  1 => 0


--
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.f197c630608e0f735bd547d8c57b475d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27587: Document str(QuerySet.query)

2017-02-11 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Tim Graham):

 * needs_better_patch:  0 => 1


Comment:

 The current limitations described in this ticket and in #18631 should also
 be mentioned.

--
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.ae649ed20eafb67eb276d7d3b91eb171%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27587: Document str(QuerySet.query)

2017-01-04 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Mads Jensen):

 * has_patch:  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 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.473398c51d2d8e1812b8a9dd998a6b20%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27587: Document str(QuerySet.query)

2017-01-04 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 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
--+

Comment (by Mads Jensen):

 [https://github.com/django/django/pull/7789 PR]

--
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.75423d7882bf28bb29a7463f5ef8f356%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27587: Document str(QuerySet.query) (was: str(QuerySet.query) should be documented)

2016-12-12 Thread Django
#27587: Document str(QuerySet.query)
--+
 Reporter:  Peter Inglesby|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.10
 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 Tim Graham):

 * stage:  Unreviewed => Accepted
 * type:  Uncategorized => Cleanup/optimization
 * easy:  1 => 0


Comment:

 Another place to document it is `docs/ref/models/querysets.txt`.

--
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.56765eddfbe05dc35265184d802b1a63%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.