Re: [Django] #23273: MigrationRecorder does not obey db_router allow_migrate rules

2016-11-27 Thread Django
#23273: MigrationRecorder does not obey db_router allow_migrate rules
+
 Reporter:  froomzy |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Migrations  |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+

Comment (by Ryan Vennell):

 Just to further confirm: I've been wrestling with this problem for a
 couple days. I have multiple databases and multiple apps. When I'm running
 tests, the router allow_migrate works properly to control which migrations
 can be applied to which database/app.

 The actual migration portion works fine, but when it comes time to
 actually write the migration history, it seems to only have a concept of
 the default database. When it runs ensure_schema, it's expecting that
 tables should exist on the default DB when they really only exist for
 certain other apps/databases. This leads to a ProgrammingError where it
 can't find tables that it shouldn't be checking for in the first place.

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


Re: [Django] #27533: inspectdb command crashes when generate model classes from postgres db

2016-11-27 Thread Django
#27533: inspectdb command crashes when generate model classes from postgres db
--+--
 Reporter:  Wei Ma|Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Core (Other)  |  Version:  1.10
 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
--+--

Comment (by Max Resnick):

 Adding "Needs Tests" flag per PR
 Comment[https://github.com/django/django/pull/7618#issuecomment-263023058]

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


Re: [Django] #27518: HTTP Referer leaks password reset link

2016-11-27 Thread Django
#27518: HTTP Referer leaks password reset link
-+-
 Reporter:  Romain Garrigues |Owner:  Romain
 Type:   |  Garrigues
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  password reset   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Romain Garrigues):

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


Re: [Django] #27518: HTTP Referer leaks password reset link

2016-11-27 Thread Django
#27518: HTTP Referer leaks password reset link
-+-
 Reporter:  Romain Garrigues |Owner:  Romain
 Type:   |  Garrigues
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  password reset   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Romain Garrigues):

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


Re: [Django] #27541: Provide hooks to override manifest file storage in ManifestFilesMixin

2016-11-27 Thread Django
#27541: Provide hooks to override manifest file storage in ManifestFilesMixin
-+-
 Reporter:  Ryan Lopopolo|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  contrib.staticfiles  |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Ryan Lopopolo):

 * component:  Uncategorized => contrib.staticfiles
 * type:  Uncategorized => New feature


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


[Django] #27541: Provide hooks to override manifest file storage in ManifestFilesMixin

2016-11-27 Thread Django
#27541: Provide hooks to override manifest file storage in ManifestFilesMixin
-+
   Reporter:  lopopolo   |  Owner:  nobody
   Type:  Uncategorized  | Status:  new
  Component:  Uncategorized  |Version:  1.10
   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  |
-+
 My use case is that I would like to run collectstatic and store static
 assets in S3. However, I would like to store staticfiles.json locally so I
 can bake it into my deployment artifact.

 It seems the only way to do this right now is to create a custom mixin
 [https://github.com/klis87/django-cloudinary-
 
storage/blob/711af26702645dc42f2a3e59d69e37e690def0bf/cloudinary_storage/storage.py#L199
 like this one] and override read_manifest and save_manifest to use a
 custom storage.

 It seems the current behavior can be retained by using a FileSystemStorage
 with location = settings.STATIC_ROOT (aka self). Can we add a
 manifest_storage as an overridable property?

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


Re: [Django] #27518: HTTP Referer leaks password reset link

2016-11-27 Thread Django
#27518: HTTP Referer leaks password reset link
-+-
 Reporter:  Romain Garrigues |Owner:  Romain
 Type:   |  Garrigues
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  password reset   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Romain Garrigues):

 I understand @Tim, but isn't this a special situation, as we are fixing a
 kind-of-security issue?

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


Re: [Django] #27518: HTTP Referer leaks password reset link

2016-11-27 Thread Django
#27518: HTTP Referer leaks password reset link
-+-
 Reporter:  Romain Garrigues |Owner:  Romain
 Type:   |  Garrigues
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  password reset   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Romain Garrigues):

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