Re: [Django] #28950: ArrayField.has_changed() returns True for unchanged fields

2018-04-07 Thread Django
#28950: ArrayField.has_changed() returns True for unchanged fields
-+-
 Reporter:  tejinderss   |Owner:  vinay
 |  karanam
 Type:  Bug  |   Status:  closed
Component:  contrib.postgres |  Version:  1.11
 Severity:  Normal   |   Resolution:  fixed
 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 ):

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


Comment:

 In [changeset:"6a1957bb9887f8e0bb69d3d2b180a1414d38c1fc" 6a1957b]:
 {{{
 #!CommitTicketReference repository=""
 revision="6a1957bb9887f8e0bb69d3d2b180a1414d38c1fc"
 Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
 }}}

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


Re: [Django] #28950: ArrayField.has_changed() returns True for unchanged fields

2018-01-02 Thread Django
#28950: ArrayField.has_changed() returns True for unchanged fields
-+-
 Reporter:  tejinderss   |Owner:  vinay
 |  karanam
 Type:  Bug  |   Status:  assigned
Component:  contrib.postgres |  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:  0|UI/UX:  0
-+-
Changes (by vinay karanam):

 * owner:  nobody => vinay karanam
 * status:  new => assigned


Comment:

 I've raised a [https://github.com/django/django/pull/9520 PR] implementing
 necessary changes.

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


Re: [Django] #28950: ArrayField.has_changed() returns True for unchanged fields (was: Model with OnetoOneFeild inline in admin cannot be created)

2017-12-26 Thread Django
#28950: ArrayField.has_changed() returns True for unchanged fields
--+
 Reporter:  tejinderss|Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  contrib.postgres  |  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:  0 |UI/UX:  0
--+
Changes (by Tim Graham):

 * component:  Uncategorized => contrib.postgres
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


Comment:

 The problem is `ArrayField.has_changed()` returning `True` even though the
 field wasn't modified.

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