Re: [Django] #32046: Add a postgres operation to create collations.

2020-10-21 Thread Django
#32046: Add a postgres operation to create collations.
-+-
 Reporter:  Tom Carrick  |Owner:  Tom
 |  Carrick
 Type:  New feature  |   Status:  closed
Component:  contrib.postgres |  Version:  master
 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 Mariusz Felisiak ):

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


Comment:

 In [changeset:"f5e07601b233a50e6bcca438f65fd7028277f78b" f5e07601]:
 {{{
 #!CommitTicketReference repository=""
 revision="f5e07601b233a50e6bcca438f65fd7028277f78b"
 Fixed #32046 -- Added CreateCollation/RemoveCollation operations for
 PostgreSQL.
 }}}

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.2f56fe069749c4b67d1ea442ce4f3041%40djangoproject.com.


Re: [Django] #32046: Add a postgres operation to create collations.

2020-10-20 Thread Django
#32046: Add a postgres operation to create collations.
-+-
 Reporter:  Tom Carrick  |Owner:  Tom
 |  Carrick
 Type:  New feature  |   Status:  assigned
Component:  contrib.postgres |  Version:  master
 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 Mariusz Felisiak):

 * 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f67793831914ba3b05bf010cbd94d25b%40djangoproject.com.


Re: [Django] #32046: Add a postgres operation to create collations.

2020-10-17 Thread Django
#32046: Add a postgres operation to create collations.
--+---
 Reporter:  Tom Carrick   |Owner:  Tom Carrick
 Type:  New feature   |   Status:  assigned
Component:  contrib.postgres  |  Version:  master
 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 Tom Carrick):

 * needs_better_patch:  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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.9bcdb6ee2a16397f8bdfedd40b2f613d%40djangoproject.com.


Re: [Django] #32046: Add a postgres operation to create collations.

2020-10-15 Thread Django
#32046: Add a postgres operation to create collations.
--+---
 Reporter:  Tom Carrick   |Owner:  Tom Carrick
 Type:  New feature   |   Status:  assigned
Component:  contrib.postgres  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+---
Changes (by Mariusz Felisiak):

 * needs_better_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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4a89d534890fdbf834e68a96885d8d3d%40djangoproject.com.


[Django] #32046: Add a postgres operation to create collations.

2020-09-25 Thread Django
#32046: Add a postgres operation to create collations.
+
   Reporter:  Tom Carrick   |  Owner:  (none)
   Type:  New feature   | Status:  new
  Component:  contrib.postgres  |Version:  master
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  0 |
+
 Briefly discussed in [https://groups.google.com/u/2/g/django-
 developers/c/djMQwwxtCVY this mailing list thread].

 For Postgres users to be able to use useful collations, we should add a
 `CreateCollation` operation in `contrib.postgres`, so the user can add
 e.g. case-insensitive, accent-insensitive, specific language collations,
 etc. without needing to use a RunSQL operation.

 [https://www.postgresql.org/docs/current/sql-createcollation.html Postgres
 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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.19514f3ead6a659b92510300e610a1c2%40djangoproject.com.