Re: [Django] #31701: Make FileDescriptor subclass DeferredAttribute.

2020-06-29 Thread Django
#31701: Make FileDescriptor subclass DeferredAttribute.
-+-
 Reporter:  Sultan   |Owner:  Sultan
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Mariusz Felisiak ):

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


Comment:

 In [changeset:"a93425a37f4defdb31d4ca96bb3bf6da21f0b5ce" a93425a]:
 {{{
 #!CommitTicketReference repository=""
 revision="a93425a37f4defdb31d4ca96bb3bf6da21f0b5ce"
 Fixed #31701 -- Made FileDescriptor subclass DeferredAttribute.
 }}}

-- 
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/067.96d4379edb6b9de3cb2f5c27c482bfcd%40djangoproject.com.


Re: [Django] #28925: durations-only expressions doesn't work on SQLite and MySQL

2020-06-29 Thread Django
#28925: durations-only expressions doesn't work on SQLite and MySQL
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak ):

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


Comment:

 In [changeset:"dd5aa8cb5ffc0a89c4b9b8dee45c1c919d203489" dd5aa8cb]:
 {{{
 #!CommitTicketReference repository=""
 revision="dd5aa8cb5ffc0a89c4b9b8dee45c1c919d203489"
 Fixed #28925 -- Fixed durations-only expressions crash on SQLite and
 MySQL.

 This removes also unused DatabaseOperations.date_interval_sql().
 }}}

-- 
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/068.56c5a7da752b82e3ba6c3d189a68baa1%40djangoproject.com.


Re: [Django] #28925: durations-only expressions doesn't work on SQLite and MySQL

2020-06-29 Thread Django
#28925: durations-only expressions doesn't work on SQLite and MySQL
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"9d752dabe38602a71452ed8c23253e780a40a560" 9d752dab]:
 {{{
 #!CommitTicketReference repository=""
 revision="9d752dabe38602a71452ed8c23253e780a40a560"
 Refs #28925 -- Simplified CombinedExpression.as_sql() a bit.
 }}}

-- 
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/068.26c17b5ff776a81733b70cf54ff4a827%40djangoproject.com.


Re: [Django] #12091: Support for WSGI applications within Django

2020-06-29 Thread Django
#12091: Support for WSGI applications within Django
---+-
 Reporter:  Gustavo Narea  |Owner:  Gustavo Narea
 Type:  New feature|   Status:  closed
Component:  HTTP handling  |  Version:  master
 Severity:  Normal |   Resolution:  wontfix
 Keywords:  WSGI   | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 After reconsideration I think we shouldn't move it forward. It's quite
 niche, can live in a 3rd party package, and not worth the additional
 complexity. Moreover there was no consensus on the mailing list. Thanks
 for you efforts!

-- 
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/065.1b1b2e5f281228413d6bbbad57c1f628%40djangoproject.com.


Re: [Django] #31701: Make FileDescriptor subclass DeferredAttribute.

2020-06-29 Thread Django
#31701: Make FileDescriptor subclass DeferredAttribute.
-+-
 Reporter:  Sultan   |Owner:  Sultan
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by felixxm):

 * stage:  Accepted => Ready for checkin


-- 
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/067.0dd42c0b0511e98f10ab5e93ff76a857%40djangoproject.com.


Re: [Django] #28925: durations-only expressions doesn't work on SQLite and MySQL

2020-06-29 Thread Django
#28925: durations-only expressions doesn't work on SQLite and MySQL
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * version:  1.8 => master
 * stage:  Accepted => Ready for checkin


-- 
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/068.170323af6f89cf0df423aa9363f1b268%40djangoproject.com.


Re: [Django] #29112: Make it easier to update specific keys within nested Django JSONField data.

2020-06-29 Thread Django
#29112: Make it easier to update specific keys within nested Django JSONField 
data.
-+-
 Reporter:  Michael  |Owner:  Priyansh
 |  Saxena
 Type:  New feature  |   Status:  assigned
Component:  contrib.postgres |  Version:  master
 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:  1
-+-
Changes (by Priyansh Saxena):

 * owner:  (none) => Priyansh Saxena
 * 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/065.d7c17c385fd4641fc30867d98eb37266%40djangoproject.com.


Re: [Django] #31626: Add asgi support to runserver

2020-06-29 Thread Django
#31626: Add asgi support to runserver
-+
 Reporter:  Joshua Massover  |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  HTTP handling|  Version:  3.0
 Severity:  Normal   |   Resolution:
 Keywords:  runserver, asgi  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by sethmlarson):

 Hey! So I recently had a user hit this issue when using the recently added
 async support to the Elasticsearch client library.

 See here: https://github.com/elastic/elasticsearch-py/issues/1303

-- 
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/066.6f2531882a76a141362455d3c330a465%40djangoproject.com.


Re: [Django] #31751: Add support for cx_Oracle 8

2020-06-29 Thread Django
#31751: Add support for cx_Oracle 8
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  Oracle   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/13122 PR]
 [https://github.com/django/django/pull/13123 PR with docs change for
 Django 2.2]

-- 
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/065.bcf9925094ecf95c3f92ce78d2a38da4%40djangoproject.com.


[Django] #31751: Add support for cx_Oracle 8

2020-06-29 Thread Django
#31751: Add support for cx_Oracle 8
-+-
   Reporter:  felixxm|  Owner:  felixxm
   Type:  Bug| Status:  assigned
  Component:  Database   |Version:  3.0
  layer (models, ORM)|
   Severity:  Normal |   Keywords:  Oracle
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 The Oracle back-end doesn't work with `cx-Oracle==8.0.0`, exceptions are
 caused by new [https://cx-
 oracle.readthedocs.io/en/latest/api_manual/module.html#database-types
 Database types], see [https://cx-
 oracle.readthedocs.io/en/latest/user_guide/installation.html#upgrading-
 from-older-versions release notes].

-- 
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/050.83c1b6200bb1efbb38aadeea66ac84c4%40djangoproject.com.


Re: [Django] #31181: Admin: Render foreign key models as links for readonly users

2020-06-29 Thread Django
#31181: Admin: Render foreign key models as links for readonly users
+--
 Reporter:  Julien Rebetez  |Owner:  Julien Rebetez
 Type:  New feature |   Status:  assigned
Component:  contrib.admin   |  Version:  master
 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:  1
+--
Changes (by Jeongsoo, Park):

 * cc: Jeongsoo, Park (added)


-- 
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/065.a6acc0e304ae86fade7d81844fbec218%40djangoproject.com.


Re: [Django] #28925: durations-only expressions doesn't work on SQLite and MySQL

2020-06-29 Thread Django
#28925: durations-only expressions doesn't work on SQLite and MySQL
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  1.8
  (models, ORM)  |
 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 Simon Charette):

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


Re: [Django] #29112: Make it easier to update specific keys within nested Django JSONField data.

2020-06-29 Thread Django
#29112: Make it easier to update specific keys within nested Django JSONField 
data.
--+
 Reporter:  Michael   |Owner:  (none)
 Type:  New feature   |   Status:  new
Component:  contrib.postgres  |  Version:  master
 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:  1
--+
Changes (by Asif Saifuddin Auvi):

 * owner:  Asif Saifuddin Auvi => (none)
 * status:  assigned => new


Comment:

 plz take this over

-- 
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/065.7e755f9bc8a3fe2dc7df62c5b0084963%40djangoproject.com.


Re: [Django] #31713: Adding srs parameter to GDALRaster.transform().

2020-06-29 Thread Django
#31713: Adding srs parameter to GDALRaster.transform().
-+-
 Reporter:  Riccardo |Owner:  Riccardo
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  GDALRaster; GIS; | Triage Stage:  Accepted
  SpatialReference   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

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


Re: [Django] #30224: Mysql Datetime value is string instead of datetime object

2020-06-29 Thread Django
#30224: Mysql Datetime value is string instead of datetime object
-+-
 Reporter:  Martin Kuhn  |Owner:  Rohit Jha
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  Mysql| Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * cc: Sergey Fedoseev (added)


-- 
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/065.49e7ffa40e5c7d6655357779ccb40836%40djangoproject.com.


Re: [Django] #29049: Add slicing notation to F expressions

2020-06-29 Thread Django
#29049: Add slicing notation to F expressions
-+-
 Reporter:  Matthew Pava |Owner:  Niclas
 |  Olofsson
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  slice F  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * cc: Sergey Fedoseev (added)


-- 
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/064.1ee523c186e755a8f514b8f70785803b%40djangoproject.com.


Re: [Django] #30446: Automatically resolve Value's output_field for stdlib types.

2020-06-29 Thread Django
#30446: Automatically resolve Value's output_field for stdlib types.
-+-
 Reporter:  Ozan Gerdaneri   |Owner:  Simon
 Type:   |  Charette
  Cleanup/optimization   |   Status:  assigned
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  SearchVector,| Triage Stage:  Accepted
  SearchVectorField , Value  |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * cc: Sergey Fedoseev (added)


-- 
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/063.2215740e2bdf9a520e96a4d148bd9830%40djangoproject.com.