Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases

2018-08-03 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
-+-
 Reporter:  Paul McDermott   |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Testing framework|  Version:  2.0
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  postgres, --keepdb   | 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 Mariusz Felisiak ):

 In [changeset:"c7060912256cc9af6d01d2cedd7f7b9b1efd8890" c706091]:
 {{{
 #!CommitTicketReference repository=""
 revision="c7060912256cc9af6d01d2cedd7f7b9b1efd8890"
 [2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database
 exists and the user can't create databases.

 Regression in e776dd2db677d58dcb50aea20d3bb191537df25b.

 Thanks Tim Graham for the review.
 Backport of 1a9cbf41a130def83a7e384955544d08be0fc148 from master
 }}}

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


Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases

2018-08-03 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
-+-
 Reporter:  Paul McDermott   |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Testing framework|  Version:  2.0
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  postgres, --keepdb   | 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 GitHub ):

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


Comment:

 In [changeset:"1a9cbf41a130def83a7e384955544d08be0fc148" 1a9cbf4]:
 {{{
 #!CommitTicketReference repository=""
 revision="1a9cbf41a130def83a7e384955544d08be0fc148"
 Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and
 the user can't create databases.

 Regression in e776dd2db677d58dcb50aea20d3bb191537df25b.

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


Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases

2018-08-02 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
-+-
 Reporter:  Paul McDermott   |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Testing framework|  Version:  2.0
 Severity:  Normal   |   Resolution:
 Keywords:  postgres, --keepdb   | 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):

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


Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases

2018-08-02 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
+
 Reporter:  Paul McDermott  |Owner:  felixxm
 Type:  Bug |   Status:  assigned
Component:  Testing framework   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  postgres, --keepdb  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by felixxm):

 * has_patch:  0 => 1


Comment:

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


Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases

2018-08-01 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
+
 Reporter:  Paul McDermott  |Owner:  felixxm
 Type:  Bug |   Status:  assigned
Component:  Testing framework   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  postgres, --keepdb  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by felixxm):

 * status:  new => assigned
 * owner:  nobody => felixxm


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


Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases (was: --keepdb flag for postgresql does not work with some database error codes)

2018-07-31 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user
can't create databases
+
 Reporter:  Paul McDermott  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Testing framework   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  postgres, --keepdb  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Tim Graham):

 * component:  Database layer (models, ORM) => Testing framework
 * stage:  Unreviewed => Accepted


Comment:

 I don't think adding another flag is a nice option.

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