Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-31 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by gwahl@…):

 This fix worked for me, thanks.

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-31 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Tim Graham ):

 In [changeset:"916f0de74ba00f65cc789c075ce94f7fba858976"]:
 {{{
 #!CommitTicketReference repository=""
 revision="916f0de74ba00f65cc789c075ce94f7fba858976"
 [1.6.x] Added 1.6.3 release note for refs #22250.

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-31 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Tim Graham ):

 In [changeset:"25da849896c86c382da6337e719ef57460a77c85"]:
 {{{
 #!CommitTicketReference repository=""
 revision="25da849896c86c382da6337e719ef57460a77c85"
 [1.7.x] Added 1.6.3 release note for refs #22250.

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-31 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Tim Graham ):

 In [changeset:"d57ba04d890bab2d5ebe494e5e23d7374d658036"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d57ba04d890bab2d5ebe494e5e23d7374d658036"
 Added 1.6.3 release note for refs #22250.
 }}}

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-29 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Anssi Kääriäinen ):

 In [changeset:"31892af3f03fa75dd59a2f70beebb29993098778"]:
 {{{
 #!CommitTicketReference repository=""
 revision="31892af3f03fa75dd59a2f70beebb29993098778"
 [1.6.x] Fixed #22250 -- regression in gis compiler for non-concrete fields

 Thanks to gw...@fusionbox.com for the report.

 Backport of 21f208e66e 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/077.1b4f9085b65bcb177a5dd41e68b03c1a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-29 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Anssi Kääriäinen ):

 In [changeset:"a6a0800579c806d54af7edd425063be8de4051ab"]:
 {{{
 #!CommitTicketReference repository=""
 revision="a6a0800579c806d54af7edd425063be8de4051ab"
 [1.7.x] Fixed #22250 -- regression in gis compiler for non-concrete fields

 Thanks to gw...@fusionbox.com for the report.

 Backport of 21f208e66e 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/077.aaf8bc922d2552fd0bc091de57c6bc49%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-29 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by Anssi Kääriäinen ):

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


Comment:

 In [changeset:"21f208e66e6472b8db8cdfd7cd1102d71bb15733"]:
 {{{
 #!CommitTicketReference repository=""
 revision="21f208e66e6472b8db8cdfd7cd1102d71bb15733"
 Fixed #22250 -- regression in gis compiler for non-concrete fields

 Thanks to gw...@fusionbox.com for the report.
 }}}

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-20 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by aaugustin):

 * type:  Uncategorized => Bug
 * severity:  Normal => Release blocker
 * 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/077.39c0f9d85b229dec9c64490536b54fd5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-12 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  bak1an
 Type:  Uncategorized|   Status:  assigned
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:
 Keywords:   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by bak1an):

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


Comment:

 I will try to figure out what's going on here.

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


Re: [Django] #22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql for a non-concrete field

2014-03-11 Thread Django
#22250: Regression in 1.6.1->1.6.2 -- GIS sql compiler tries to generate sql 
for a
non-concrete field
-+-
 Reporter:  gwahl@…  |Owner:  nobody
 Type:  Uncategorized|   Status:  new
Component:  Database layer   |  Version:  1.6
  (models, ORM)  |   Resolution:
 Severity:  Normal   | Triage Stage:
 Keywords:   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by gwahl@…):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I check on master and the same issue exists.

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