Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2019-01-17 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
 Reporter:  Forest Bond  |Owner:  François
 |  Freitag
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  get_latest_by| Triage Stage:  Accepted
  ordering   |
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:"1fecde6be9f42050ab993ecc293169280df3a974" 1fecde6]:
 {{{
 #!CommitTicketReference repository=""
 revision="1fecde6be9f42050ab993ecc293169280df3a974"
 Refs #11557 -- Removed the field_name keyword argument to
 QuerySet.earliest() and latest().

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


Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2017-09-05 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
 Reporter:  Forest Bond  |Owner:  François
 |  Freitag
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  get_latest_by| Triage Stage:  Accepted
  ordering   |
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:"ad4a8acdb55a80a6a6dec60724b22abed0025399" ad4a8ac]:
 {{{
 #!CommitTicketReference repository=""
 revision="ad4a8acdb55a80a6a6dec60724b22abed0025399"
 Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by
 and QuerySet.earliest()/latest().
 }}}

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


Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2017-06-21 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
 Reporter:  Forest Bond  |Owner:  François
 |  Freitag
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  get_latest_by| Triage Stage:  Accepted
  ordering   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by François Freitag):

 * owner:  nobody => François Freitag
 * needs_better_patch:  1 => 0
 * version:  1.0 => master
 * status:  new => assigned


Comment:

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


Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2014-09-23 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
 Reporter:  forest   |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  1.0
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  get_latest_by|  Needs documentation:  0
  ordering   |  Patch needs improvement:  1
Has patch:  1|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by denilsonsa):

 * cc: denilsonsa@… (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/064.730f73d2a7bb7b57073005415f214fdd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2011-05-04 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
   Reporter:  forest |  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  Database layer
  Milestone: |  (models, ORM)
Version:  1.0|   Severity:  Normal
 Resolution: |   Keywords:  get_latest_by
   Triage Stage:  Accepted   |  ordering
Needs documentation:  0  |  Has patch:  1
Patch needs improvement:  1  |Needs tests:  0
 |  Easy pickings:  0
-+-
Changes (by dmclain):

 * stage:  Design decision needed => Accepted


Comment:

 Didn't mean to sent to DDN, changing back to 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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2011-05-04 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
-+-
   Reporter:  forest |  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  Database layer
  Milestone: |  (models, ORM)
Version:  1.0|   Severity:  Normal
 Resolution: |   Keywords:  get_latest_by
   Triage Stage:  Design |  ordering
  decision needed|  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  1  |  Easy pickings:  0
-+-
Changes (by dmclain):

 * needs_better_patch:  0 => 1
 * easy:   => 0
 * stage:  Accepted => Design decision needed


Comment:

 The patch no longer applies cleanly

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2010-09-13 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
---+
  Reporter:  forest| Owner:  nobody 
   
Status:  new   | Milestone: 
   
 Component:  Database layer (models, ORM)  |   Version:  1.0
   
Resolution:|  Keywords:  
get_latest_by ordering
 Stage:  Accepted  | Has_patch:  1  
   
Needs_docs:  0 |   Needs_tests:  0  
   
Needs_better_patch:  0 |  
---+
Comment (by forest):

 Attaching an improved patch with documentation.

-- 
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 post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2010-05-20 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
---+
  Reporter:  forest| Owner:  nobody 
   
Status:  new   | Milestone: 
   
 Component:  Database layer (models, ORM)  |   Version:  1.0
   
Resolution:|  Keywords:  
get_latest_by ordering
 Stage:  Accepted  | Has_patch:  1  
   
Needs_docs:  0 |   Needs_tests:  0  
   
Needs_better_patch:  0 |  
---+
Changes (by forest):

 * cc: forest (added)

Comment:

 Is my patch acceptable?  It'd be great to see this in 1.3.

-- 
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 post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2009-07-26 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering
---+
  Reporter:  forest| Owner:  nobody 
   
Status:  new   | Milestone: 
   
 Component:  Database layer (models, ORM)  |   Version:  1.0
   
Resolution:|  Keywords:  
get_latest_by ordering
 Stage:  Unreviewed| Has_patch:  1  
   
Needs_docs:  0 |   Needs_tests:  0  
   
Needs_better_patch:  0 |  
---+
Changes (by forest):

  * needs_better_patch:  => 0
  * component:  Uncategorized => Database layer (models, ORM)
  * needs_tests:  => 0
  * keywords:  => get_latest_by ordering
  * needs_docs:  => 0
  * has_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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---