Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-27 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
-+-
 Reporter:  conradev |Owner:  Tim
 |  Graham 
 Type:  Bug  |   Status:  closed
Component:  contrib.postgres |  Version:  1.9
 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 ):

 * owner:   => Tim Graham 
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"c11219833253d42d72f4a48a6c9e3a4944c27391" c112198]:
 {{{
 #!CommitTicketReference repository=""
 revision="c11219833253d42d72f4a48a6c9e3a4944c27391"
 Fixed #26542 -- Fixed quoting in CreateExtension operation.
 }}}

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-26 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
-+-
 Reporter:  conradev |Owner:
 Type:  Bug  |   Status:  new
Component:  contrib.postgres |  Version:  1.9
 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 claudep):

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-26 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
--+
 Reporter:  conradev  |Owner:
 Type:  Bug   |   Status:  new
Component:  contrib.postgres  |  Version:  1.9
 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
--+

Comment (by conradev):

 I went ahead and made the suggested change and proposed it as a
 [https://github.com/django/django/pull/6513 pull request] on Github.

 Let me know if there are any other changes I should make!

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-25 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
--+
 Reporter:  conradev  |Owner:
 Type:  Bug   |   Status:  new
Component:  contrib.postgres  |  Version:  1.9
 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
--+

Comment (by claudep):

 Conrad, would you be able to propose your patch as a pull request on
 Github?
 I think you could improve it a bit by using the `quote_name` method
 instead of literal quotes.

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-25 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
--+
 Reporter:  conradev  |Owner:
 Type:  Bug   |   Status:  new
Component:  contrib.postgres  |  Version:  1.9
 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 charettes):

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-25 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
--+--
 Reporter:  conradev  |Owner:
 Type:  Bug   |   Status:  new
Component:  contrib.postgres  |  Version:  1.9
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by conradev):

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


Re: [Django] #26542: Extension names are not properly quoted in the PostgreSQL CreateExtension operation

2016-04-25 Thread Django
#26542: Extension names are not properly quoted in the PostgreSQL 
CreateExtension
operation
--+
 Reporter:  conradev  |  Owner:
 Type:  Bug   | Status:  new
Component:  contrib.postgres  |Version:  1.9
 Severity:  Normal| Resolution:
 Keywords:|   Triage Stage:  Unreviewed
Has patch:  1 |  Easy pickings:  0
UI/UX:  0 |
--+
Changes (by conradev):

 * Attachment "26542.diff" 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/066.11f6d837f3679b118909147ae1281fee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.