Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2019-01-17 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 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:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac" da5eb3d]:
 {{{
 #!CommitTicketReference repository=""
 revision="da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac"
 Refs #28370 -- Removed support for the context arg of
 Field.from_db_value() and Expression.convert_value().

 Per deprecation timeline.
 }}}

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


Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2017-08-01 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 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:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"62dee1483da44f7593544ea20149326e5926ab9b" 62dee148]:
 {{{
 #!CommitTicketReference repository=""
 revision="62dee1483da44f7593544ea20149326e5926ab9b"
 Refs #28370 -- Moved db converters deprecation warning to improve
 performance.
 }}}

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


Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2017-07-20 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 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:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"487362fa8f23d41de4db58e7408e66eb36399af0" 487362f]:
 {{{
 #!CommitTicketReference repository=""
 revision="487362fa8f23d41de4db58e7408e66eb36399af0"
 Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and
 Expression.convert_value().

 Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
 }}}

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


Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2017-07-20 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  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:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * cc: felixxm (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 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/067.573c3d4c8387212599e5c9da7ded2acd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2017-07-20 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  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:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * version:  1.11 => 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 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/067.851df9a785d694ed8a46fde93e2e914f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28370: Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value()

2017-07-06 Thread Django
#28370: Deprecate the unused context argument of Field.from_db_value() and
Expression.convert_value()
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Database layer   |  Version:  1.11
  (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 Tim Graham):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/8709 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/067.94cb084539818d8ef5236919816f823c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.