Re: [Django] #28344: Add for_update parameter to Model.refresh_from_db()

2017-07-01 Thread Django
#28344: Add for_update parameter to Model.refresh_from_db()
-+-
 Reporter:  Patryk Zawadzki  |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 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 Patryk Zawadzki):

 Would `refresh_for_update` make more sense? My case is really common in
 domains where resources are either shared or have to be protected from
 race conditions.

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


Re: [Django] #28126: Add GistIndex Model Index

2017-07-01 Thread Django
#28126: Add GistIndex Model Index
-+-
 Reporter:  Flavio Curella   |Owner:  Lefteris
 |  Nikoltsios
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  master
 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
 * version:  1.11 => master


Comment:

 [https://github.com/django/django/pull/8694 PR] with support for the
 `fillfactor` and `buffering` parameters, and schema tests, as well as
 support for the `btree_gist` extension.

 The extension `intarray` is required for support for `gist` indexes on
 `integer[]`. The extension is not added in the PR, only `btree_gist`.

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


Re: [Django] #28344: Add for_update parameter to Model.refresh_from_db()

2017-07-01 Thread Django
#28344: Add for_update parameter to Model.refresh_from_db()
-+-
 Reporter:  Patryk Zawadzki  |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 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):

 * status:  assigned => new
 * owner:  felixxm => (none)


Comment:

 The basic implementation is fairly simple, but I also share concerns about
 full (with all options) support for `select_for_update()` with
 `refresh_from_db()`.

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


Re: [Django] #28352: QuerySet.values_list() docs documentation doesn't show correct return type

2017-07-01 Thread Django
#28352: QuerySet.values_list() docs documentation doesn't show correct return 
type
-+-
 Reporter:  Rich Elmes   |Owner:  Irindu
 Type:   |  Indeera
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  1.11
 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
-+-

Comment (by Irindu Indeera ):

 Hi Tim, I'd Like to work on this issue

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


Re: [Django] #28352: QuerySet.values_list() docs documentation doesn't show correct return type

2017-07-01 Thread Django
#28352: QuerySet.values_list() docs documentation doesn't show correct return 
type
-+-
 Reporter:  Rich Elmes   |Owner:  Irindu
 Type:   |  Indeera
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  1.11
 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 Irindu Indeera ):

 * owner:  nobody => Irindu Indeera
 * 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/066.0c301172770e4d3f33fcc71fa59578fb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28354: Human readable duration field.

2017-07-01 Thread Django
#28354: Human readable duration field.
-+-
 Reporter:  cuurda   |Owner:  cuurda
 Type:  New feature  |   Status:  assigned
Component:  Forms|  Version:  1.11
 Severity:  Normal   |   Resolution:
 Keywords:  Duration field.  | Triage Stage:
  Forms. |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  1
-+-
Changes (by cuurda):

 * owner:  nobody => cuurda
 * 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/064.20aea2281ea118d27746f903d86a3044%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28354: Human readable duration field.

2017-07-01 Thread Django
#28354: Human readable duration field.
-+-
   Reporter:  cuurda |  Owner:  nobody
   Type:  New| Status:  new
  feature|
  Component:  Forms  |Version:  1.11
   Severity:  Normal |   Keywords:  Duration field.
   Triage Stage: |  Forms.
  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  1  |
-+-
 Make a widget witch represents duration field as four NumberFields.

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