Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-10-04 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with
different paths
---+
 Reporter:  blueyed|Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Testing framework  |  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 pashinin):

 Found a commit:
 
https://github.com/django/django/commit/aff57793b46e108c6e48d5ce3b889bf90b513df9
 #diff-e0a696d19bf764562a439d3080a30fda

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


Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-10-04 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with
different paths
---+
 Reporter:  blueyed|Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Testing framework  |  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
---+
Changes (by pashinin):

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


Comment:

 This bug breaks IPython autoreloading feature. Modules can not be updated
 with this error:


 {{{
 [autoreload of db.models failed: Traceback (most recent call last):
   File "/pyenvs/p3/lib/python3.4/site-
 packages/IPython/extensions/autoreload.py", line 247, in check
 superreload(m, reload, self.old_objects)
 RuntimeError: Conflicting 'language' models in application 'db':  and .
 }}}

 Used "./manage.py shell" which drops me into IPython.
 When imported paths are different - this bug can be fixed.
 But here we have reloading of absolutely the same file (and path)

 Can this error be hidden (at least while settings.DEBUG==True)? Any way to
 throw it out?
 It just breaks things.

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


Re: [Django] #10449: HTML accents not escaped out when using forms (was: HTML accents not escaped out when using newforms)

2014-10-04 Thread Django
#10449: HTML accents not escaped out when using forms
--+
 Reporter:  tipan |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Internationalization  |  Version:  1.0
 Severity:  Normal|   Resolution:
 Keywords:  accents, newforms | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  1
  Needs tests:  1 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  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/063.c8ded1422b33c54fbef8efa80c507c93%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #6630: Fieldsets for forms (was: Fieldsets for newforms)

2014-10-04 Thread Django
#6630: Fieldsets for forms
-+-
 Reporter:  Petr Marhoun |Owner:  nobody
     |   Status:  new
 Type:  New feature  |  Version:  master
Component:  Forms|   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  feature  |  Needs documentation:  1
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  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/095.87ae9aec6cbcceec4da166ce4a081bd6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #5372: Cache inline ForeignKey options (was: [newforms-admin] - caching of sql query for inlines)

2014-10-04 Thread Django
#5372: Cache inline ForeignKey options
-+-
 Reporter:  anonymous|Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  newforms-
Component:  contrib.admin|  admin
 Severity:  Normal   |   Resolution:
 Keywords:  nfa-someday  | Triage Stage:  Accepted
  newforms, admin, inlines   |  Needs documentation:  1
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  1|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by collinanderson):

 * type:  New feature => Cleanup/optimization


Comment:

 actually, a `prefetch_related()` call might work just as well.

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


Re: [Django] #4848: Allow inline fields to be "mixed in" with the models' own fields (was: Feature Proposal: Allowing inline fields to be specified in the fields tuple (newforms-admin))

2014-10-04 Thread Django
#4848: Allow inline fields to be "mixed in" with the models' own fields
-+-
 Reporter:  leifbyron|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  contrib.admin|  Version:  newforms-
 Severity:  Normal   |  admin
 Keywords:  nfa-someday  |   Resolution:
  newforms-admin inline models   | Triage Stage:  Accepted
  fields |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  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/067.a35798efb16affbffd8f83cc4340773b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #2901: Enable admin log display to be restricted to a specific site (was: [newforms-admin] Enable admin log display to be restricted to a specific site)

2014-10-04 Thread Django
#2901: Enable admin log display to be restricted to a specific site
-+-
 Reporter:  Christopher Lenz |Owner:  nobody
   |   Status:  new
 Type:  New feature  |  Version:  newforms-
Component:  contrib.admin|  admin
 Severity:  Normal   |   Resolution:
 Keywords:  nfa-someday  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  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/090.a5c4ffcd7dfe6dec311d0c5b1e675b63%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23534: Docs aren't clear if you can use certain template tags inside blocktrans

2014-10-04 Thread Django
#23534: Docs aren't clear if you can use certain template tags inside blocktrans
--+
 Reporter:  edu2004eu |Owner:
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.7
 Severity:  Normal|   Resolution:
 Keywords:  afraid-to-commit  | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by duane9):

 * owner:  duane9 =>
 * status:  assigned => new


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


Re: [Django] #23603: raw_id_fields incorrectly use "search" icon for lookup/browse action. (was: raw_id_fields use incorrectly "search" icon for lookup/browse action.)

2014-10-04 Thread Django
#23603: raw_id_fields incorrectly use "search" icon for lookup/browse action.
-+-
 Reporter:  collinanderson   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  master
Component:  contrib.admin|   Resolution:
 Severity:  Normal   | Triage Stage:
 Keywords:  raw_id_fields|  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  1
-+-
Changes (by collinanderson):

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


Re: [Django] #17881: Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields

2014-10-04 Thread Django
#17881: Implement BaseModelAdmin.get_raw_id_fields, similar to 
get_readonly_fields
---+--
 Reporter:  aaugustin  |Owner:  nobody
 Type:  New feature|   Status:  new
Component:  contrib.admin  |  Version:  1.4-beta-1
 Severity:  Normal |   Resolution:
 Keywords:  raw_id_fields  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  1
  Needs tests:  1  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by collinanderson):

 * keywords:  raw-id-fields => raw_id_fields


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


Re: [Django] #7028: Better admin raw_id_fields feedback (was: Better raw_id_fields feedback in newform-admins branch)

2014-10-04 Thread Django
#7028: Better admin raw_id_fields feedback
-+-
 Reporter:  Marcob   |Owner:  nobody
    |   Status:  new
 Type:  New feature  |  Version:  master
Component:  contrib.admin|   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  raw-id-fields nfa-   |  Needs documentation:  0
  someday design_ux raw_id_fields|  Patch needs improvement:  1
Has patch:  1|UI/UX:  1
  Needs tests:  1|
Easy pickings:  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/086.9047f5bd24675426c7ca30c1729370a1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #7028: Better raw_id_fields feedback in newform-admins branch

2014-10-04 Thread Django
#7028: Better raw_id_fields feedback in newform-admins branch
-+-
 Reporter:  Marcob   |Owner:  nobody
    |   Status:  new
 Type:  New feature  |  Version:  master
Component:  contrib.admin|   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  raw-id-fields nfa-   |  Needs documentation:  0
  someday design_ux raw_id_fields|  Patch needs improvement:  1
Has patch:  1|UI/UX:  1
  Needs tests:  1|
Easy pickings:  0|
-+-
Changes (by collinanderson):

 * keywords:  raw-id-fields nfa-someday design_ux => raw-id-fields nfa-
 someday design_ux raw_id_fields


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


Re: [Django] #9976: Generic Foreign Keys should have a nice widget(ala raw_id)

2014-10-04 Thread Django
#9976: Generic Foreign Keys should have a nice widget(ala raw_id)
-+-
 Reporter:  Alex |Owner:  Alex
 Type:  New feature  |   Status:  assigned
Component:  contrib.admin|  Version:  1.0
 Severity:  Normal   |   Resolution:
 Keywords:  design_ux| Triage Stage:  Accepted
  raw_id_fields  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  0|UI/UX:  1
Easy pickings:  0|
-+-
Changes (by collinanderson):

 * keywords:  design_ux => design_ux raw_id_fields


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


Re: [Django] #11561: raw_id_fields requires that the user has change permissions on the model class that is being linked to

2014-10-04 Thread Django
#11561: raw_id_fields requires that the user has change permissions on the model
class that is being linked to
-+-
 Reporter:  dhowden@…|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.0
 Severity:  Normal   |   Resolution:
 Keywords:  raw_id_fields| Triage Stage:  Accepted
  permissions|  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by collinanderson):

 * keywords:  raw_if_fields permissions => raw_id_fields permissions


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


Re: [Django] #14402: help_text is not displayed for ManyToMany raw_id fields

2014-10-04 Thread Django
#14402: help_text is not displayed for ManyToMany raw_id fields
---+
 Reporter:  tyrion |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admin  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords:  raw_id_fields  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  1
---+
Changes (by collinanderson):

 * keywords:   => raw_id_fields


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


Re: [Django] #17881: Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields

2014-10-04 Thread Django
#17881: Implement BaseModelAdmin.get_raw_id_fields, similar to 
get_readonly_fields
---+--
 Reporter:  aaugustin  |Owner:  nobody
 Type:  New feature|   Status:  new
Component:  contrib.admin  |  Version:  1.4-beta-1
 Severity:  Normal |   Resolution:
 Keywords:  raw_id_fields  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  1
  Needs tests:  1  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by collinanderson):

 * keywords:   => raw_id_fields


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


Re: [Django] #17881: Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields

2014-10-04 Thread Django
#17881: Implement BaseModelAdmin.get_raw_id_fields, similar to 
get_readonly_fields
---+--
 Reporter:  aaugustin  |Owner:  nobody
 Type:  New feature|   Status:  new
Component:  contrib.admin  |  Version:  1.4-beta-1
 Severity:  Normal |   Resolution:
 Keywords:  raw-id-fields  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  1
  Needs tests:  1  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by collinanderson):

 * keywords:  raw_id_fields => raw-id-fields


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


[Django] #23603: raw_id_fields use incorrectly "search" icon for lookup/browse action.

2014-10-04 Thread Django
#23603: raw_id_fields use incorrectly "search" icon for lookup/browse action.
--+---
 Reporter:  collinanderson|  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  contrib.admin |Version:  master
 Severity:  Normal|   Keywords:  raw_id_fields
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  1
--+---
 Our designer noticed that the raw_id_fields use a "search" icon which can
 cause some confusion because the raw_id_field itself is not a search box,
 and even clicking the "search" icon doesn't necessarily give you a search
 box.

 Is there a different icon we could use? The action is "lookup" or
 "browse". I might be better to simply use text if nothing else.

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


Re: [Django] #20597: Replace admin icons images by an icon font.

2014-10-04 Thread Django
#20597: Replace admin icons images by an icon font.
-+-
 Reporter:  loic84   |Owner:  anonymous
 Type:   |   Status:  assigned
  Cleanup/optimization   |  Version:  master
Component:  contrib.admin|   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  1
Easy pickings:  0|
-+-
Changes (by collinanderson):

 * ui_ux:  0 => 1


Comment:

 correct me if UX/UI is not proper 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/064.30a913285247a3d6d3485ac18b6f8d38%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23597: docs: specifying SingleObjectMixin.model uses default manager, not necessarily objects

2014-10-04 Thread Django
#23597: docs: specifying SingleObjectMixin.model uses default manager, not
necessarily objects
---+
 Reporter:  isbadawi   |Owner:  isbadawi
 Type:  Bug|   Status:  assigned
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+
Changes (by isbadawi):

 * has_patch:  0 => 1


Comment:

 Pull request: https://github.com/django/django/pull/3309

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


Re: [Django] #23597: docs: specifying SingleObjectMixin.model uses default manager, not necessarily objects

2014-10-04 Thread Django
#23597: docs: specifying SingleObjectMixin.model uses default manager, not
necessarily objects
---+
 Reporter:  isbadawi   |Owner:  isbadawi
 Type:  Bug|   Status:  assigned
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+
Changes (by isbadawi):

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


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


Re: [Django] #23602: Document that get_absolute_url should not return a link/url made from user input

2014-10-04 Thread Django
#23602: Document that get_absolute_url should not return a link/url made from 
user
input
---+---
 Reporter:  Markush2010|Owner:  Markush2010
 Type:  Uncategorized  |   Status:  assigned
Component:  Documentation  |  Version:  master
 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 manfre):

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


Re: [Django] #23600: Overriding several settings is ignored by default_storage.

2014-10-04 Thread Django
#23600: Overriding several settings is ignored by default_storage.
-+-
 Reporter:  duncanparkes |Owner:
 Type:  Bug  |  duncanparkes
Component:  File |   Status:  assigned
  uploads/storage|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  testing  | Triage Stage:  Accepted
  override_settings  |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by collinanderson):

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


Re: [Django] #22064: Invalid related_name passes silently

2014-10-04 Thread Django
#22064: Invalid related_name passes silently
-+-
 Reporter:  mondone  |Owner:  aericson
 Type:   |   Status:  assigned
  Cleanup/optimization   |  Version:  master
Component:  Database layer   |   Resolution:
  (models, ORM)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:   |  Patch needs improvement:  0
Has patch:  1|UI/UX:  0
  Needs tests:  0|
Easy pickings:  1|
-+-

Comment (by aericson):

 Assigned it to myself as it seems to be inactive for months.
 Submitted a new patch.

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


Re: [Django] #22064: Invalid related_name passes silently

2014-10-04 Thread Django
#22064: Invalid related_name passes silently
-+-
 Reporter:  mondone  |Owner:  aericson
 Type:   |   Status:  assigned
  Cleanup/optimization   |  Version:  master
Component:  Database layer   |   Resolution:
  (models, ORM)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:   |  Patch needs improvement:  0
Has patch:  1|UI/UX:  0
  Needs tests:  0|
Easy pickings:  1|
-+-
Changes (by aericson):

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


Re: [Django] #23602: Document that get_absolute_url should not return a link/url made from user input (was: Document that get_absolute_url should return a link/url made from user input)

2014-10-04 Thread Django
#23602: Document that get_absolute_url should not return a link/url made from 
user
input
---+---
 Reporter:  Markush2010|Owner:  Markush2010
 Type:  Uncategorized  |   Status:  assigned
Component:  Documentation  |  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
---+---

Comment (by Markush2010):

 Oops, missed a "not" in the subject.

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


Re: [Django] #23602: Document that get_absolute_url should return a link/url made from user input

2014-10-04 Thread Django
#23602: Document that get_absolute_url should return a link/url made from user
input
---+---
 Reporter:  Markush2010|Owner:  Markush2010
 Type:  Uncategorized  |   Status:  assigned
Component:  Documentation  |  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
---+---

Comment (by collinanderson):

 Do you have an example?

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


Re: [Django] #22064: Invalid related_name passes silently

2014-10-04 Thread Django
#22064: Invalid related_name passes silently
-+-
 Reporter:  mondone  |Owner:  elhippie
 Type:   |   Status:  assigned
  Cleanup/optimization   |  Version:  master
Component:  Database layer   |   Resolution:
  (models, ORM)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:   |  Patch needs improvement:  1
Has patch:  1|UI/UX:  0
  Needs tests:  0|
Easy pickings:  1|
-+-

Comment (by aericson):

 Thanks for your comments I'll be submitting a patch.

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


Re: [Django] #23599: Default application used in startapp has an empty migration package

2014-10-04 Thread Django
#23599: Default application used in startapp has an empty migration package
-+-
 Reporter:  yakky|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Migrations   |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:  migrations,  | Triage Stage:
  dependencies, template |  Unreviewed
  application|  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by apollo13):

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


Comment:

 > Any specific reason for shipping the migration directory in the template
 application?

 New apps are supposed to be migration ready by default, the module serves
 as marker for that.

 > This may trigger errors when trying to resolve model dependencies: say
 for example in a newly created application with a custom user model and an
 existing application which uses the custom user model and that already has
 migrations.

 Examples? Preferably simple ones which don't involve django-cms :)

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


Re: [Django] #23602: Document that get_absolute_url should return a link/url made from user input

2014-10-04 Thread Django
#23602: Document that get_absolute_url should return a link/url made from user
input
---+---
 Reporter:  Markush2010|Owner:  Markush2010
 Type:  Uncategorized  |   Status:  assigned
Component:  Documentation  |  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 Markush2010):

 * status:  new => assigned
 * needs_docs:   => 0
 * has_patch:  0 => 1
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 Pull request: https://github.com/django/django/pull/3307

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


Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-10-04 Thread Django
#18586: Rewrite unit tests migrated from doctests
-+-
 Reporter:  konk |Owner:
 Type:   |  ChillarAnand
  Cleanup/optimization   |   Status:  assigned
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  unit tests   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by browniebroke):

 Patch for ModelTest.test_lookup:
 https://github.com/django/django/pull/3306

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


[Django] #23602: Document that get_absolute_url should return a link/url made from user input

2014-10-04 Thread Django
#23602: Document that get_absolute_url should return a link/url made from user
input
---+-
 Reporter:  Markush2010|  Owner:  Markush2010
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  master
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+-
 The docs for `get_absolute_url()` should clearly state that returning
 something completely made from user input is a bad idea and may lead to
 link or redirect poisoning.

 https://docs.djangoproject.com/en/1.7/ref/models/instances/#get-absolute-
 url

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


[django/django] 0dbf36: [1.7.x] Revert "Improved AppRegistryNotReady messa...

2014-10-04 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: 0dbf366d90bb2e1403aede815e96d85ba989953f
  
https://github.com/django/django/commit/0dbf366d90bb2e1403aede815e96d85ba989953f
  Author: Tim Graham 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M django/apps/registry.py

  Log Message:
  ---
  [1.7.x] Revert "Improved AppRegistryNotReady message."

This reverts commit 154f5f0de108f428de2d5f488e0264f4459a4b66.

Aymeric: "I chose not to talk about django.setup() here on purpose.
This will hardly always be the correct solution."

Backport of 8121860be4 from master


-- 
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/54302b633a46c_36193ff4342e12c077216%40hookshot-fe3-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


[django/django] 812186: Revert "Improved AppRegistryNotReady message."

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 8121860be4b9379d107959290e5748bbaf6de1fe
  
https://github.com/django/django/commit/8121860be4b9379d107959290e5748bbaf6de1fe
  Author: Tim Graham 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M django/apps/registry.py

  Log Message:
  ---
  Revert "Improved AppRegistryNotReady message."

This reverts commit 6fa9fa91a5fcb228b3c385b35a2018b3821a447a.

Aymeric: "I chose not to talk about django.setup() here on purpose.
This will hardly always be the correct solution."


-- 
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/54302b34d7f6a_71d13ffd88de12bc3712%40hookshot-fe1-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23601: Possible side-imports through admindocs

2014-10-04 Thread Django
#23601: Possible side-imports through admindocs
---+---
 Reporter:  Markush2010|Owner:  Markush2010
 Type:  Uncategorized  |   Status:  assigned
Component:  contrib.admindocs  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords:  security   | Triage Stage:  Unreviewed
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+---
Changes (by Markush2010):

 * status:  new => assigned
 * needs_better_patch:   => 0
 * has_patch:  0 => 1
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Pull-request: https://github.com/django/django/pull/3305

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


[Django] #23601: Possible side-imports through admindocs

2014-10-04 Thread Django
#23601: Possible side-imports through admindocs
---+-
 Reporter:  Markush2010|  Owner:  Markush2010
 Type:  Uncategorized  | Status:  new
Component:  contrib.admindocs  |Version:  master
 Severity:  Normal |   Keywords:  security
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+-
 The `ViewDetailView` from `django.contrib.admindocs` allows arbitrary
 imports via user input. However, due to required permissions to open that
 page this threat is not that high.

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


Re: [Django] #23600: Overriding several settings is ignored by default_storage.

2014-10-04 Thread Django
#23600: Overriding several settings is ignored by default_storage.
-+-
 Reporter:  duncanparkes |Owner:
 Type:  Bug  |  duncanparkes
Component:  File |   Status:  assigned
  uploads/storage|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  testing  | Triage Stage:
  override_settings  |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by duncanparkes):

 Pull request here: https://github.com/django/django/pull/3304

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


Re: [Django] #23600: Overriding several settings is ignored by default_storage.

2014-10-04 Thread Django
#23600: Overriding several settings is ignored by default_storage.
-+-
 Reporter:  duncanparkes |Owner:
 Type:  Bug  |  duncanparkes
Component:  File |   Status:  assigned
  uploads/storage|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  testing  | Triage Stage:
  override_settings  |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by duncanparkes):

 I have a branch ready to pull request for this, but GitHub is misbehaving
 for me right now.

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


Re: [Django] #23600: Overriding several settings is ignored by default_storage.

2014-10-04 Thread Django
#23600: Overriding several settings is ignored by default_storage.
-+-
 Reporter:  duncanparkes |Owner:
 Type:  Bug  |  duncanparkes
Component:  File |   Status:  assigned
  uploads/storage|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  testing  | Triage Stage:
  override_settings  |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by duncanparkes):

 * owner:  nobody => duncanparkes
 * needs_better_patch:   => 0
 * status:  new => assigned
 * 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/070.73a4a0ac8185354a76c55294694ee274%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #23600: Overriding several settings is ignored by default_storage.

2014-10-04 Thread Django
#23600: Overriding several settings is ignored by default_storage.
-+-
 Reporter:  duncanparkes |  Owner:  nobody
 Type:  Bug  | Status:  new
Component:  File |Version:  master
  uploads/storage|   Keywords:  testing
 Severity:  Normal   |  override_settings
 Triage Stage:  Unreviewed   |  Has patch:  1
Easy pickings:  0|  UI/UX:  0
-+-
 django.core.files.storage.default_storage keeps a local copy of, and
 doesn't take account of changes to, the following settings:

 MEDIA_URL
 FILE_UPLOAD_PERMISSIONS
 FILE_UPLOAD_DIRECTORY_PERMISSIONS

 This is the problem noted and fixed in #17744 for MEDIA_ROOT and noted in
 general in #17787.

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


Re: [Django] #23594: Deepcopy on ErrorDict shows unexpected duplicates

2014-10-04 Thread Django
#23594: Deepcopy on ErrorDict shows unexpected duplicates
-+
 Reporter:  troygrosfield|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.7
 Severity:  Release blocker  |   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 timgraham):

 * severity:  Normal => Release blocker
 * needs_better_patch:   => 0
 * component:  Uncategorized => Forms
 * needs_tests:   => 0
 * needs_docs:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 Seems to be a regression from 1.6.

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


[django/django] 154f5f: [1.7.x] Improved AppRegistryNotReady message.

2014-10-04 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: 154f5f0de108f428de2d5f488e0264f4459a4b66
  
https://github.com/django/django/commit/154f5f0de108f428de2d5f488e0264f4459a4b66
  Author: Collin Anderson 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M django/apps/registry.py

  Log Message:
  ---
  [1.7.x] Improved AppRegistryNotReady message.

Backport of 6fa9fa91a5 from master


-- 
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/542fe6fa59ebf_23a13f8ceb2552bc409b6%40hookshot-fe4-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


[django/django] 6fa9fa: Improved AppRegistryNotReady message.

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 6fa9fa91a5fcb228b3c385b35a2018b3821a447a
  
https://github.com/django/django/commit/6fa9fa91a5fcb228b3c385b35a2018b3821a447a
  Author: Collin Anderson 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M django/apps/registry.py

  Log Message:
  ---
  Improved AppRegistryNotReady message.


-- 
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/542fe6e9b0a36_55e33fd454a1729c393b9%40hookshot-fe2-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23597: docs: specifying SingleObjectMixin.model uses default manager, not necessarily objects

2014-10-04 Thread Django
#23597: docs: specifying SingleObjectMixin.model uses default manager, not
necessarily objects
---+
 Reporter:  isbadawi   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+
Changes (by timgraham):

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


[django/django] ae5dbe: Fixed comment typo in django/template/__init__.py

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: ae5dbe5aa8d55916efdda192e83e1f303662f745
  
https://github.com/django/django/commit/ae5dbe5aa8d55916efdda192e83e1f303662f745
  Author: Martin Matusiak 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M django/template/__init__.py

  Log Message:
  ---
  Fixed comment typo in django/template/__init__.py


-- 
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/542fe165b2a71_1eb23fb81e03729c1001e%40hookshot-fe4-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


[django/django] acdbec: Fix formatting error in UUIDField docs.

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: acdbecda055eaa6d63d5bc6aa5b23d7e925121aa
  
https://github.com/django/django/commit/acdbecda055eaa6d63d5bc6aa5b23d7e925121aa
  Author: Marc Tamlyn 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M docs/ref/models/fields.txt

  Log Message:
  ---
  Fix formatting error in UUIDField docs.


-- 
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/542fd872ea4a4_47263fb0109fd29c847d8%40hookshot-fe2-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23598: The testing framework has leaky scoping when defining models in tests

2014-10-04 Thread Django
#23598: The testing framework has leaky scoping when defining models in tests
---+--
 Reporter:  nalourie   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Testing framework  |  Version:  1.6
 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 aaugustin):

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


Comment:

 Indeed the bug was fixed in Django 1.7 by the app-loading refactor --
 which I didn't find particularly easy.

 That refactor cannot be backported to Django 1.6 because it introduces
 several backwards incompatibilities.

 The specific problem you mention cannot be fixed in Django 1.6 because
 some apps (eg. django-oscar) rely on the second definition of a model
 being silently ignored.

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


[Django] #23599: Default application used in startapp has an empty migration package

2014-10-04 Thread Django
#23599: Default application used in startapp has an empty migration package
-+-
 Reporter:  yakky|  Owner:  nobody
 Type:  Bug  | Status:  new
Component:   |Version:  1.7
  Migrations |   Keywords:  migrations, dependencies, template
 Severity:  Normal   |  application
 Triage Stage:   |  Has patch:  0
  Unreviewed |  UI/UX:  0
Easy pickings:  0|
-+-
 Default application used in startapp has an empty migration package, which
 results in the MigrationLoader treating it as an application which has
 migrations
 
(https://github.com/django/django/blob/stable/1.7.x/django/db/migrations/loader.py#L72).
 This may trigger errors when trying to resolve model dependencies: say for
 example in a newly created application with a custom user model and an
 existing application which uses the custom user model and that already has
 migrations.

 For a real case of this happening: https://github.com/divio/django-
 cms/issues/3436#issuecomment-55913624

 Any specific reason for shipping the migration directory in the template
 application?

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


[django/django] d2f01a: [1.7.x] Made minor typographic correction to SECRE...

2014-10-04 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: d2f01afed0fb3357c68f2eb80b3add4651e2b279
  
https://github.com/django/django/commit/d2f01afed0fb3357c68f2eb80b3add4651e2b279
  Author: Erik Romijn 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M docs/ref/settings.txt

  Log Message:
  ---
  [1.7.x] Made minor typographic correction to SECRET_KEY docs.

Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.


-- 
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/542fb15ad313b_2b053fc8861612bc7891b%40hookshot-fe3-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


[django/django] 2bb00b: Made minor typographic correction to SECRET_KEY do...

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221
  
https://github.com/django/django/commit/2bb00b0b0b5232aff806c8a9b3f1126c1cf79221
  Author: Erik Romijn 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M docs/ref/settings.txt

  Log Message:
  ---
  Made minor typographic correction to SECRET_KEY docs.

4ad57bbe31bc1813264824111de2f9f74dbda0d6 included a few odd
quotation marks.


-- 
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/542fb10fb03e5_2dff3f8d11df92a057241%40hookshot-fe4-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


[django/django] ab8afa: [1.7.x] Fixed #22310 -- Documented exact usage of ...

2014-10-04 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: ab8afafcc06b4d1f306459756a74eee3392b782d
  
https://github.com/django/django/commit/ab8afafcc06b4d1f306459756a74eee3392b782d
  Author: Erik Romijn 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M docs/ref/settings.txt

  Log Message:
  ---
  [1.7.x] Fixed #22310 -- Documented exact usage of SECRET_KEY

Backport of 4ad57bbe31bc1813264824111de2f9f74dbda0d6 from master.


-- 
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/542fa1008c416_2e793fbd520ff2b893222%40hookshot-fe4-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22310: Document exact usage of and consequences of rotating SECRET_KEY

2014-10-04 Thread Django
#22310: Document exact usage of and consequences of rotating SECRET_KEY
-+-
 Reporter:  erikr|Owner:  erikr
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Erik Romijn ):

 In [changeset:"ab8afafcc06b4d1f306459756a74eee3392b782d"]:
 {{{
 #!CommitTicketReference repository=""
 revision="ab8afafcc06b4d1f306459756a74eee3392b782d"
 [1.7.x] Fixed #22310 -- Documented exact usage of SECRET_KEY

 Backport of 4ad57bbe31bc1813264824111de2f9f74dbda0d6 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/063.fb3a1abb41cfd4e2179f44d85b656aec%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[django/django] 4ad57b: Fixed #22310 -- Documented exact usage of SECRET_K...

2014-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 4ad57bbe31bc1813264824111de2f9f74dbda0d6
  
https://github.com/django/django/commit/4ad57bbe31bc1813264824111de2f9f74dbda0d6
  Author: Erik Romijn 
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
M docs/ref/settings.txt

  Log Message:
  ---
  Fixed #22310 -- Documented exact usage of SECRET_KEY

Thanks to Tim Graham for the review.


-- 
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/542f9ff777b40_3b93fb4a56052b834881%40hookshot-fe3-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22310: Document exact usage of and consequences of rotating SECRET_KEY

2014-10-04 Thread Django
#22310: Document exact usage of and consequences of rotating SECRET_KEY
-+-
 Reporter:  erikr|Owner:  erikr
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Erik Romijn ):

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


Comment:

 In [changeset:"4ad57bbe31bc1813264824111de2f9f74dbda0d6"]:
 {{{
 #!CommitTicketReference repository=""
 revision="4ad57bbe31bc1813264824111de2f9f74dbda0d6"
 Fixed #22310 -- Documented exact usage of SECRET_KEY

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