Re: [Django] #24031: Implement a Case/When expression

2017-10-20 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  Josh Smeaton |Owner:  Michał
 |  Modzelewski
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  1.8-alpha| 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:"5114669f7296bfb58acb51fbed58d8a7617f05a3" 5114669f]:
 {{{
 #!CommitTicketReference repository=""
 revision="5114669f7296bfb58acb51fbed58d8a7617f05a3"
 Refs #24031 -- Added test for Case and When constructor arguments.
 }}}

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


Re: [Django] #24031: Implement a Case/When expression

2017-09-15 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  Josh Smeaton |Owner:  Michał
 |  Modzelewski
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  1.8-alpha| 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:"1dafd8cb0b306053ac0ee868c717deeb778124f3" 1dafd8cb]:
 {{{
 #!CommitTicketReference repository=""
 revision="1dafd8cb0b306053ac0ee868c717deeb778124f3"
 Refs #24031 -- Added test for When.__repr__().
 }}}

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


Re: [Django] #24031: Implement a Case/When expression

2015-01-15 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  michalmo
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  1.8-alpha| 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 Simon Charette ):

 In [changeset:"47bdad4e6b3bf70aec0d19d65eeb6a7319ad045a"]:
 {{{
 #!CommitTicketReference repository=""
 revision="47bdad4e6b3bf70aec0d19d65eeb6a7319ad045a"
 Replaced inner functions by class methods.

 refs #24031

 Thanks to Tim Graham and Michał Modzelewski for the review.
 }}}

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


Re: [Django] #24031: Implement a Case/When expression

2015-01-12 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  michalmo
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  1.8-alpha| 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:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"65246de7b1d70d25831ab394c4f4a75813f629fe"]:
 {{{
 #!CommitTicketReference repository=""
 revision="65246de7b1d70d25831ab394c4f4a75813f629fe"
 Fixed #24031 -- Added CASE expressions to the ORM.
 }}}

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


Re: [Django] #24031: Implement a Case/When expression

2015-01-11 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  michalmo
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  1.8-alpha| 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 jarshwah):

 * needs_better_patch:  1 => 0
 * stage:  Accepted => Ready for checkin
 * needs_docs:  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/066.aec4c1d1da5da49b5040c8a648ec9b09%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24031: Implement a Case/When expression

2015-01-02 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  michalmo
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  1.8-alpha| Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by michalmo):

 * cc: michal.modzelewski@… (added)
 * owner:  nobody => michalmo
 * 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.b12bf0c2c4a511962087710d82aa0a31%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24031: Implement a Case/When expression

2015-01-02 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  1.8-alpha| Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by jarshwah):

 * needs_better_patch:  0 => 1
 * has_patch:  0 => 1
 * needs_docs:  0 => 1


Comment:

 https://github.com/django/django/pull/3825

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


Re: [Django] #24031: Implement a Case/When expression

2014-12-22 Thread Django
#24031: Implement a Case/When expression
-+-
 Reporter:  jarshwah |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  1.8-alpha| Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * keywords:   => 1.8-alpha
 * needs_docs:   => 0
 * type:  Uncategorized => New feature
 * stage:  Unreviewed => Accepted


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


[Django] #24031: Implement a Case/When expression

2014-12-19 Thread Django
#24031: Implement a Case/When expression
--+
 Reporter:  jarshwah  |  Owner:  nobody
 Type:  Uncategorized | Status:  new
Component:  Database layer (models, ORM)  |Version:  master
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 #23753 has implemented a set of database functions. Originally it was
 going to implement a Case/When expression type, but the design and API is
 harder than the types listed in that ticket. So this one will track the
 implementation of only Case/When, and once implemented, we'll be able to
 close off #11305 (finally!)

 Michal from the mailing list has a working proof of concept, and is
 developing his idea. See here: https://groups.google.com/forum/#!topic
 /django-developers/a5ADv59TkBQ

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