Re: [Django] #10932: Allow Min() on CharFields on postgres

2015-02-04 Thread Django
#10932: Allow Min() on CharFields on postgres
-+-
 Reporter:  terrex   |Owner:  wogan
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  1.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

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


Comment:

 I can't tell what this ticket is requesting from its description or its
 patch. Possibly it is fixed with enhanced expressions support in 1.8. If
 not, please reopen with more details.

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


Re: [Django] #10932: Allow Min() on CharFields on postgres

2011-02-10 Thread Django
#10932: Allow Min() on CharFields on postgres
---+
   Reporter:  terrex   | Owner:  wogan
 Status:  assigned | Milestone:   
  Component:  ORM aggregation  |   Version:  1.0  
 Resolution:   |  Keywords:   
   Triage Stage:  Accepted | Has patch:  0
Needs documentation:  0|   Needs tests:  0
Patch needs improvement:  1|  
---+
Changes (by wogan):

  * owner:  => wogan
  * 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 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] #10932: Allow Min() on CharFields on postgres

2009-04-27 Thread Django
#10932: Allow Min() on CharFields on postgres
--+-
  Reporter:  terrex   | Owner: 
Status:  new  | Milestone: 
 Component:  ORM aggregation  |   Version:  1.0
Resolution:   |  Keywords: 
 Stage:  Accepted | Has_patch:  0  
Needs_docs:  0|   Needs_tests:  0  
Needs_better_patch:  1|  
--+-
Changes (by russellm):

  * stage:  Unreviewed => Accepted

Comment:

 Looks good in principle. However, it needs tests - if only so that it is
 easy to demonstrate that this approach will work across all supported
 backends.

-- 
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] #10932: Allow Min() on CharFields on postgres

2009-04-27 Thread Django
#10932: Allow Min() on CharFields on postgres
--+-
  Reporter:  terrex   | Owner: 
Status:  new  | Milestone: 
 Component:  ORM aggregation  |   Version:  1.0
Resolution:   |  Keywords: 
 Stage:  Unreviewed   | Has_patch:  0  
Needs_docs:  0|   Needs_tests:  0  
Needs_better_patch:  1|  
--+-
Changes (by terrex):

 * cc: guillermo.gutier...@uca.es (added)
  * needs_better_patch:  => 1
  * needs_tests:  => 0
  * needs_docs:  => 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 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
-~--~~~~--~~--~--~---



[Django] #10932: Allow Min() on CharFields on postgres

2009-04-27 Thread Django
#10932: Allow Min() on CharFields on postgres
-+--
 Reporter:  terrex   |   Owner:
   Status:  new  |   Milestone:
Component:  ORM aggregation  | Version:  1.0   
 Keywords:   |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 Ticket #3566 (features aggregation for ORM) adds method convert_value
 which fall into "float(value)" and then, does not allow to apply Min, Max,
 etc, to CharFields. sqlite backend overwrites (in DatabaseOperations) this
 and returns value instead of float(value), but postgres backend does not
 overwrite this method.
 I'll attach an improvable workaround on this.

-- 
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
-~--~~~~--~~--~--~---