Re: [Django] #28433: comparing GEOSGeometry with non-canonical WKT string return False

2017-07-25 Thread Django
#28433: comparing GEOSGeometry with non-canonical WKT string return False
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 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 Tim Graham):

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


Re: [Django] #28434: JavaScriptCatalog and JSONCatalog don't contain translatations from LOCALE_PATHS (was: JavaScriptCatalog, JSONCatalog does not contains translate from LOCALE_PATHS)

2017-07-25 Thread Django
#28434: JavaScriptCatalog and JSONCatalog don't contain translatations from
LOCALE_PATHS
-+-
 Reporter:  Stanislav|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:   |  Version:  1.11
  Internationalization   |
 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
-+-

Comment (by Tim Graham):

 It looks like only translations from `contrib.admin` are present (and none
 of the other contrib apps). I don't have much usage experience with
 `JavaScriptCatalog` and can't tell if this is a bug or a usage mistake.

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


Re: [Django] #28432: Make GIS distance lookups use Distance function to decrease code redundancy

2017-07-25 Thread Django
#28432: Make GIS distance lookups use Distance function to decrease code 
redundancy
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 Type:   |  Fedoseev
  Cleanup/optimization   |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 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 Tim Graham ):

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


Comment:

 In [changeset:"38af496b98a82816072d5f0932c1eb886d0197b3" 38af496]:
 {{{
 #!CommitTicketReference repository=""
 revision="38af496b98a82816072d5f0932c1eb886d0197b3"
 Fixed #28432 -- Allowed geometry expressions to be used with distance
 lookups.

 Distance lookups use the Distance function for decreased code redundancy.
 }}}

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


Re: [Django] #28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website when it cannot

2017-07-25 Thread Django
#28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website 
when
it cannot
---+--
 Reporter:  gcbirzan   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.11
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--

Comment (by Tim Graham ):

 In [changeset:"7386029249e68b87ed0b50235174bcff4ec6cea0" 73860292]:
 {{{
 #!CommitTicketReference repository=""
 revision="7386029249e68b87ed0b50235174bcff4ec6cea0"
 [1.11.x] Fixed #28435 -- Removed inaccurate warning about
 SECURE_HSTS_PRELOAD.

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


Re: [Django] #28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website when it cannot

2017-07-25 Thread Django
#28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website 
when
it cannot
---+--
 Reporter:  gcbirzan   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.11
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb" c7d58c6f]:
 {{{
 #!CommitTicketReference repository=""
 revision="c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb"
 Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
 }}}

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


Re: [Django] #28349: Document the recommended way to upgrade Django from LTS to LTS

2017-07-25 Thread Django
#28349: Document the recommended way to upgrade Django from LTS to LTS
--+
 Reporter:  eduvik|Owner:  Emmanuel
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.11
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+

Comment (by Emmanuel):

 The document was updated with the intruction to update django using pip -U

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


[Django] #28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website when it cannot

2017-07-25 Thread Django
#28435: SECURE_HSTS_PRELOAD has a warning about possibly breaking your website 
when
it cannot
-+
   Reporter:  gcbirzan   |  Owner:  nobody
   Type:  Bug| Status:  new
  Component:  Documentation  |Version:  1.11
   Severity:  Normal |   Keywords:
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  1
  UI/UX:  0  |
-+
 Preload will just allow you to preload it, it cannot break anything that
 isn't broken.

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


[Django] #28434: JavaScriptCatalog, JSONCatalog does not contains translate from LOCALE_PATHS

2017-07-25 Thread Django
#28434: JavaScriptCatalog, JSONCatalog  does not contains translate from
LOCALE_PATHS
+
   Reporter:  Stanislav |  Owner:  nobody
   Type:  Bug   | Status:  new
  Component:  Internationalization  |Version:  1.11
   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 |
+
 JavaScriptCatalog and JSONCatalog does not contains translate from
 locale\de\LC_MESSAGES\django.po or translate from
 locale\ru\LC_MESSAGES\django.po.

 settings.py
 {{{
 LANGUAGE_CODE = 'en-us'
 TIME_ZONE = 'UTC'
 USE_I18N = True
 USE_L10N = True
 USE_TZ = True

 LANGUAGES = [
 ('en', _('English')),
 ('de', _('German')),
 ('ru', _('Russian')),
 ]
 LOCALE_PATHS = (
 os.path.join(BASE_DIR, 'locale'),
 )
 }}}

 urls.py
 {{{
 urlpatterns += i18n_patterns(
 url(r'^jsi18n/$', JavaScriptCatalog.as_view(), name='javascript-
 catalog'),
 url(r'^jsoni18n/$', JSONCatalog.as_view(), name='json-catalog'),
 )
 }}}

 The command line
 {{{
 django-admin makemessages -l de
 django-admin makemessages -l ru
 }}}
 I'm added translation into locale\de\LC_MESSAGES\django.po,
 locale\ru\LC_MESSAGES\django.po

 The command line
 {{{
 django-admin makemessages -d djangojs -l de
 django-admin makemessages -d djangojs -l ru

 django-admin compilemessages
 }}}

 But the response from the
 http://127.0.0.1:8000/ru/jsi18n/,
 http://127.0.0.1:8000/de/jsi18n/
 http://127.0.0.1:8000/ru/jsoni18n/
 http://127.0.0.1:8000/de/jsoni18n/
 does not contains translate from LOCALE_PATHS.
 This urls contains tranlate only from
 django\contrib\admin\locale\de\LC_MESSAGES\djangojs.po
 django\contrib\admin\locale\ru\LC_MESSAGES\djangojs.po

 I asked about this problem in 3 forums, but no one could answer.
 Full code here https://github.com/ctac22/django-
 translation/tree/master/myproject

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


Re: [Django] #28432: Make GIS distance lookups use Distance function to decrease code redundancy

2017-07-25 Thread Django
#28432: Make GIS distance lookups use Distance function to decrease code 
redundancy
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 Type:   |  Fedoseev
  Cleanup/optimization   |   Status:  assigned
Component:  GIS  |  Version:  master
 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 Sergey Fedoseev):

 * owner:  nobody => Sergey Fedoseev
 * 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 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/068.590d2baedb79452dc20ff0f683073576%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28433: comparing GEOSGeometry with non-canonical WKT string return False

2017-07-25 Thread Django
#28433: comparing GEOSGeometry with non-canonical WKT string return False
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 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 Sergey Fedoseev):

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


Re: [Django] #28433: comparing GEOSGeometry with non-canonical WKT string return False

2017-07-25 Thread Django
#28433: comparing GEOSGeometry with non-canonical WKT string return False
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 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
-+-

Comment (by Sergey Fedoseev):

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


Re: [Django] #28430: Response is not necessarily rendered when response middlewares are applied

2017-07-25 Thread Django
#28430: Response is not necessarily rendered when response middlewares are 
applied
--+--
 Reporter:  Sébastien Diemer  |Owner:  nobody
 Type:  Bug   |   Status:  closed
Component:  Uncategorized |  Version:  master
 Severity:  Normal|   Resolution:  worksforme
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--

Comment (by Sébastien Diemer):

 Ok, I wasn't able to replicate the issue on a simple Django project. Thank
 you for your time.

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


Re: [Django] #28433: comparing GEOSGeometry with non-canonical WKT string return False

2017-07-25 Thread Django
#28433: comparing GEOSGeometry with non-canonical WKT string return False
-+-
 Reporter:  Sergey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  GIS  |  Version:  1.11
 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 Sergey Fedoseev):

 * status:  new => assigned
 * owner:  nobody => Sergey Fedoseev


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


[Django] #28433: comparing GEOSGeometry with non-canonical WKT string return False

2017-07-25 Thread Django
#28433: comparing GEOSGeometry with non-canonical WKT string return False
---+
   Reporter:  Sergey Fedoseev  |  Owner:  nobody
   Type:  Bug  | Status:  new
  Component:  GIS  |Version:  1.11
   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|
---+
 {{{
 In [2]: from django.contrib.gis.geos import GEOSGeometry

 In [3]: GEOSGeometry('POINT (0 0)') == 'POINT (0 0)'
 Out[3]: True

 In [4]: GEOSGeometry('POINT (0 0)') == GEOSGeometry('POINT (0.0 0.0)')
 Out[4]: True

 In [5]: GEOSGeometry('POINT (0 0)') == 'POINT (0.0 0.0)'
 Out[5]: False
 }}}

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


Re: [Django] #28358: LazyObject defines attribute that don't exist on wrapped object

2017-07-25 Thread Django
#28358: LazyObject defines attribute that don't exist on wrapped object
-+-
 Reporter:  Andrey Fedoseev  |Owner:  Sergey
 |  Fedoseev
 Type:  Bug  |   Status:  assigned
Component:  Utilities|  Version:  1.11
 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 Sergey Fedoseev):

 * has_patch:  0 => 1


Comment:

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


Re: [Django] #28426: startproject with a remote template gives an authentication prompt on Python 2 but 401: Unauthorized on Python 3

2017-07-25 Thread Django
#28426: startproject with a remote template gives an authentication prompt on
Python 2 but 401: Unauthorized on Python 3
-+-
 Reporter:  Elena Georgiou   |Owner:  Irindu
  Strouthos  |  Indeera
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 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
-+-
Changes (by Irindu Indeera ):

 * status:  new => assigned
 * owner:  nobody => Irindu Indeera


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