Re: [Django] #22240: Hack and Learn

2014-03-09 Thread Django
#22240: Hack and Learn
---+
 Reporter:  beckastar  |Owner:  JDunck
 Type:  Bug|   Status:  new
Component:  Documentation  |  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 beckastar):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * version:  1.6 => master
 * needs_docs:   => 0
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


Comment:

 (Accepted by jdunck)

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


[Django] #22240: Hack and Learn

2014-03-09 Thread Django
#22240: Hack and Learn
---+
 Reporter:  beckastar  |  Owner:  JDunck
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  1.6
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 This is a summary ticket to encapsulate feedback gained from about 50
 people of varying programming experience going through the django tutorial
 for the first time.

 This was a joint event of Hackbright and OpenHatch, facilitated by Becka
 Robbins and Asheesh Laroia.

 Feedback was given in the form of notes, pull requests to an intro-to-
 sphinx repo, and (when possible) as pull requests to the django tree
 itself.

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


Re: [Django] #22239: Autodetector should find and confirm model renames

2014-03-09 Thread Django
#22239: Autodetector should find and confirm model renames
-+--
 Reporter:  SmileyChris  |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Migrations   |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--

Comment (by Andrew Godwin ):

 In [changeset:"3bd45ba00d0f43e9ea192eca132624b30cae4eee"]:
 {{{
 #!CommitTicketReference repository=""
 revision="3bd45ba00d0f43e9ea192eca132624b30cae4eee"
 Merge pull request #2415 from SmileyChris/migration-renamed-models

 Fixed #22239 -- Add auto detection of renamed models
 }}}

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


Re: [Django] #22239: Autodetector should find and confirm model renames

2014-03-09 Thread Django
#22239: Autodetector should find and confirm model renames
-+--
 Reporter:  SmileyChris  |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Migrations   |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by Chris Beaven ):

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


Comment:

 In [changeset:"7feb70eef3e8e76315e2535ccec94ac4ce34d7d2"]:
 {{{
 #!CommitTicketReference repository=""
 revision="7feb70eef3e8e76315e2535ccec94ac4ce34d7d2"
 Fixed #22239 -- Add auto detection of renamed models
 }}}

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


[django/django] 7feb70: Fixed #22239 -- Add auto detection of renamed mode...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 7feb70eef3e8e76315e2535ccec94ac4ce34d7d2
  
https://github.com/django/django/commit/7feb70eef3e8e76315e2535ccec94ac4ce34d7d2
  Author: Chris Beaven 
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
M django/db/migrations/autodetector.py
M django/db/migrations/questioner.py
M tests/migrations/test_autodetector.py

  Log Message:
  ---
  Fixed #22239 -- Add auto detection of renamed models


  Commit: 3bd45ba00d0f43e9ea192eca132624b30cae4eee
  
https://github.com/django/django/commit/3bd45ba00d0f43e9ea192eca132624b30cae4eee
  Author: Andrew Godwin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M django/db/migrations/autodetector.py
M django/db/migrations/questioner.py
M tests/migrations/test_autodetector.py

  Log Message:
  ---
  Merge pull request #2415 from SmileyChris/migration-renamed-models

Fixed #22239 -- Add auto detection of renamed models


Compare: https://github.com/django/django/compare/c564277937a1...3bd45ba00d0f

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


Re: [Django] #22239: Autodetector should find and confirm model renames

2014-03-09 Thread Django
#22239: Autodetector should find and confirm model renames
-+--
 Reporter:  SmileyChris  |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Migrations   |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by SmileyChris):

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


Re: [Django] #22239: Autodetector should find and confirm model renames

2014-03-09 Thread Django
#22239: Autodetector should find and confirm model renames
-+--
 Reporter:  SmileyChris  |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Migrations   |  Version:  master
 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 SmileyChris):

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


Comment:

 Working code with some tests here:
 https://github.com/SmileyChris/django/tree/migration-renamed-models

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


[Django] #22239: Autodetector should find and confirm model renames

2014-03-09 Thread Django
#22239: Autodetector should find and confirm model renames
-+
 Reporter:  SmileyChris  |  Owner:  nobody
 Type:  New feature  | Status:  new
Component:  Migrations   |Version:  master
 Severity:  Normal   |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0|  UI/UX:  0
-+
 The autodetector should find models that have been renamed and confirm it
 in the same way that it confirms renamed 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/054.457b710f535c86c7bf5aef0da8d422ee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #19226: Admin readonly fields ignore newlines

2014-03-09 Thread Django
#19226: Admin readonly fields ignore newlines
-+-
 Reporter:  shadow   |Owner:  Melevir
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  1|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by atodorov@…):

 * cc: atodorov@… (added)


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


Re: [Django] #19226: Admin readonly fields ignore newlines

2014-03-09 Thread Django
#19226: Admin readonly fields ignore newlines
-+-
 Reporter:  shadow   |Owner:  Melevir
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  1|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by atodorov@…):

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


Comment:

 Hi guys,
 this fix is breaking up display for me. I'm using computed read-only
 fields which display rich HTML into the model change form as a way to
 augment the administration experience which works really well for me.

 Adding multiple line break tags breaks my display (this only happens
 because the templates used to render the fields have new lines in them).
 Now I have to go all-over my code and strip new lines before returning the
 field value.

 It would be nice if the linebreaks filter skipped \n,  replacement on
 safe strings.

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


[django/django] c56427: Fixed #22237 -- Removed some warnings in the test ...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: c564277937a1f0b78b2c2b701e6381319d9685c2
  
https://github.com/django/django/commit/c564277937a1f0b78b2c2b701e6381319d9685c2
  Author: Claude Paroz 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M tests/cache/tests.py
M tests/fixtures/tests.py
M tests/modeladmin/tests.py
M tests/test_runner/tests.py

  Log Message:
  ---
  Fixed #22237 -- Removed some warnings in the test suite

Thanks Aymeric Augustin for the report.


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


Re: [Django] #22237: Warnings when running the test suite

2014-03-09 Thread Django
#22237: Warnings when running the test suite
-+
 Reporter:  aaugustin|Owner:  claudep
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 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 Claude Paroz ):

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


Comment:

 In [changeset:"c564277937a1f0b78b2c2b701e6381319d9685c2"]:
 {{{
 #!CommitTicketReference repository=""
 revision="c564277937a1f0b78b2c2b701e6381319d9685c2"
 Fixed #22237 -- Removed some warnings in the test suite

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


[django/django] 0e52b2: Substituted 'shortcut function' for 'factory metho...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 0e52b2863bb3286d5958c9f1289db47151261f90
  
https://github.com/django/django/commit/0e52b2863bb3286d5958c9f1289db47151261f90
  Author: Jeremy Dunck 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M docs/intro/tutorial05.txt

  Log Message:
  ---
  Substituted 'shortcut function' for 'factory method' in tutorial

Many newbies don't know what a factory method is, nor is it pertinent to the
information the tutorial hopes to convey.


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


Re: [Django] #22070: Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps

2014-03-09 Thread Django
#22070: Admin index shows mixed lowercase and capitalized app names when using
contrib apps and old-style apps
---+--
 Reporter:  bendavis78 |Owner:  jenkinsbr2
 Type:  Bug|   Status:  closed
Component:  Core (Other)   |  Version:  master
 Severity:  Release blocker|   Resolution:  fixed
 Keywords:  admin app-loading  | Triage Stage:  Accepted
Has patch:  1  |  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:

 I changed my mind: https://groups.google.com/d/msg/django-
 developers/t3hnHQAhEg8/kdLfb2m1BE8J.

 I'll reopen the ticket again if the discussion brings up new ideas.

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


Re: [Django] #22237: Warnings when running the test suite

2014-03-09 Thread Django
#22237: Warnings when running the test suite
-+
 Reporter:  aaugustin|Owner:  claudep
 Type:  Bug  |   Status:  assigned
Component:  Uncategorized|  Version:  master
 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 claudep):

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


[django/django] 331553: Fixed an example to match the code.

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 3315535ae899624688cc121db9c29f9a8ae51f9c
  
https://github.com/django/django/commit/3315535ae899624688cc121db9c29f9a8ae51f9c
  Author: Aymeric Augustin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M docs/ref/applications.txt

  Log Message:
  ---
  Fixed an example to match the code.


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


[Django] #22238: {% url %} allow optional parameters

2014-03-09 Thread Django
#22238: {% url %} allow optional parameters
-+-
 Reporter:  anonymous|  Owner:  nobody
 Type:  New feature  | Status:  new
Component:  Template system  |Version:  1.6
 Severity:  Normal   |   Keywords:  url tag
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0|  UI/UX:  0
-+-
 As of version 1.6.2 I still cannot perform the following easily.

 http://stackoverflow.com/questions/22286923/django-template-url-tag-
 optional-parameter/22287108?noredirect=1#22287108

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


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
--+
 Reporter:  aaugustin |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  app-loading   | Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by aaugustin):

 * type:  Bug => Cleanup/optimization
 * severity:  Release blocker => Normal


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


Re: [Django] #22005: PendingDeprecationWarning with management commands.

2014-03-09 Thread Django
#22005: PendingDeprecationWarning with management commands.
-+-
 Reporter:  loic84   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  master
 Severity:  Release blocker  |   Resolution:  duplicate
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Aymeric Augustin ):

 In [changeset:"8b67fa755140fb4a6b961dfa97744286b5262a3c"]:
 {{{
 #!CommitTicketReference repository=""
 revision="8b67fa755140fb4a6b961dfa97744286b5262a3c"
 Revert "Reordered INSTALLED_APPS in default template, refs #22005"

 This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853.
 }}}

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


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
-+
 Reporter:  aaugustin|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Other) |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by Aymeric Augustin ):

 In [changeset:"7339f43c718008394cf5c5119994f956e27bce70"]:
 {{{
 #!CommitTicketReference repository=""
 revision="7339f43c718008394cf5c5119994f956e27bce70"
 Prevented admin from importing auth.User.

 Since we don't enforce order between apps, root packages of contrib apps
 cannot import models from unrelated apps.

 Fix #22005, refs #21719.
 }}}

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


[django/django] 8b67fa: Revert "Reordered INSTALLED_APPS in default templa...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 8b67fa755140fb4a6b961dfa97744286b5262a3c
  
https://github.com/django/django/commit/8b67fa755140fb4a6b961dfa97744286b5262a3c
  Author: Aymeric Augustin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M django/conf/project_template/project_name/settings.py

  Log Message:
  ---
  Revert "Reordered INSTALLED_APPS in default template, refs #22005"

This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853.


  Commit: 7339f43c718008394cf5c5119994f956e27bce70
  
https://github.com/django/django/commit/7339f43c718008394cf5c5119994f956e27bce70
  Author: Aymeric Augustin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M django/contrib/admin/sites.py

  Log Message:
  ---
  Prevented admin from importing auth.User.

Since we don't enforce order between apps, root packages of contrib apps
cannot import models from unrelated apps.

Fix #22005, refs #21719.


Compare: https://github.com/django/django/compare/deff74ea0cc3...7339f43c7180

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


Re: [Django] #22005: PendingDeprecationWarning with management commands.

2014-03-09 Thread Django
#22005: PendingDeprecationWarning with management commands.
-+
 Reporter:  loic84   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Aymeric Augustin ):

 * resolution:  duplicate => fixed


Comment:

 In [changeset:"7339f43c718008394cf5c5119994f956e27bce70"]:
 {{{
 #!CommitTicketReference repository=""
 revision="7339f43c718008394cf5c5119994f956e27bce70"
 Prevented admin from importing auth.User.

 Since we don't enforce order between apps, root packages of contrib apps
 cannot import models from unrelated apps.

 Fix #22005, refs #21719.
 }}}

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


[Django] #22237: Warnings when running the test suite

2014-03-09 Thread Django
#22237: Warnings when running the test suite
---+
   Reporter:  aaugustin|  Owner:  nobody
   Type:  Bug  | Status:  new
  Component:  Uncategorized|Version:  master
   Severity:  Release blocker  |   Keywords:
   Triage Stage:  Unreviewed   |  Has patch:  0
Needs documentation:  0|Needs tests:  0
Patch needs improvement:  0|  Easy pickings:  0
  UI/UX:  0|
---+
 With Python 2.7 and SQLite, `python -Wall runtests.py` reports:

 {{{
 django/core/management/commands/loaddata.py:224: UserWarning: No fixture
 named 'db_fixture_1' found.
   warnings.warn("No fixture named '%s' found." % fixture_name)
 django/db/utils.py:228: RemovedInDjango19Warning: In Django 1.9 the
 TEST_NAME connection setting will be moved to a NAME entry in the TEST
 setting
   self.prepare_test_settings(alias)
 }}}

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


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
-+
 Reporter:  aaugustin|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Other) |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by aaugustin):

 Postponing most of `ModelBase.__new__` isn't work because class decorators
 are executed as soon as the class is defined and they may depend on
 arbitrary bits of the class definition.

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


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
-+
 Reporter:  aaugustin|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Other) |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by aaugustin):

 Don't forget to revert a718fcf201b04ba254e9073be82f51ae1ae3a853 when
 fixing this.

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


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
-+
 Reporter:  aaugustin|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Other) |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by aaugustin):

 I tried postponing the resolution of the application a model belongs to.
 It's going to be complicated.

 I'm attaching a fairly simple patch that stores "orphan models" in the
 registry, that is, models whose application isn't known at the time
 they're imported. Unfortunately, `app_label` is required in
 `ModelBase.__new__`:

 {{{
   File "/Users/myk/Documents/dev/django/django/__init__.py", line 21, in
 setup
 apps.populate(settings.INSTALLED_APPS)
   File "/Users/myk/Documents/dev/django/django/apps/registry.py", line 88,
 in populate
 app_config = AppConfig.create(entry)
   File "/Users/myk/Documents/dev/django/django/apps/config.py", line 87,
 in create
 module = import_module(entry)
   File
 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py",
 line 37, in import_module
 __import__(name)
   File
 "/Users/myk/Documents/dev/django/django/contrib/comments/__init__.py",
 line 8, in 
 from django.contrib.comments.models import Comment
   File
 "/Users/myk/Documents/dev/django/django/contrib/comments/models.py", line
 45, in 
 class Comment(BaseCommentAbstractModel):
   File "/Users/myk/Documents/dev/django/django/db/models/base.py", line
 140, in __new__
 new_class.add_to_class(obj_name, obj)
   File "/Users/myk/Documents/dev/django/django/db/models/base.py", line
 271, in add_to_class
 value.contribute_to_class(cls, name)
   File
 "/Users/myk/Documents/dev/django/django/db/models/fields/related.py", line
 1558, in contribute_to_class
 super(ForeignObject, self).contribute_to_class(cls, name,
 virtual_only=virtual_only)
   File
 "/Users/myk/Documents/dev/django/django/db/models/fields/related.py", line
 262, in contribute_to_class
 'app_label': cls._meta.app_label.lower()
 AttributeError: 'NoneType' object has no attribute 'lower'
 }}}

 It order to make this work, we'll have to postpone most of
 `ModelBase.__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.7152c1c04082109434636a09d4249488%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #21719: Forbid importing models before their application configuration

2014-03-09 Thread Django
#21719: Forbid importing models before their application configuration
-+
 Reporter:  aaugustin|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Other) |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by aaugustin):

 * keywords:  app-loading 1.9 => app-loading
 * type:  Cleanup/optimization => Bug
 * severity:  Normal => Release blocker


Comment:

 Changing flags as I just closed #22005 as a duplicate.

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


Re: [Django] #22005: PendingDeprecationWarning with management commands.

2014-03-09 Thread Django
#22005: PendingDeprecationWarning with management commands.
-+-
 Reporter:  loic84   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  master
 Severity:  Release blocker  |   Resolution:  duplicate
 Keywords:  app-loading  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by aaugustin):

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


Comment:

 This is really a duplicate of #21719.

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


Re: [Django] #22236: Gratuitous and inappropriate use of signals

2014-03-09 Thread Django
#22236: Gratuitous and inappropriate use of signals
-+-
 Reporter:  aaugustin|Owner:  nobody
 Type:   |   Status:  new
  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:  0|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by mjtamlyn):

 * type:  Bug => Cleanup/optimization
 * 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/067.06622d0023fd6706a6af4ecf0ffaa367%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22233: Writing your first Django app guide v1.6 code examples missing reference to files

2014-03-09 Thread Django
#22233: Writing your first Django app guide v1.6 code examples missing 
reference to
files
-+-
 Reporter:  colinmcnamara|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Documentation|  Version:  1.6
 Severity:  Normal   |   Resolution:
 Keywords:  docs, usability, | Triage Stage:
  intro  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by colinmcnamara):

 Thank you for pointing me to the switcher to trunk. Yes, ticket #20910
 resolves this bug. Thank you very much for pointing me to that.
 I'll go ahead and close this bug as already resolved.

 Regards

 --Colin

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


Re: [Django] #22233: Writing your first Django app guide v1.6 code examples missing reference to files

2014-03-09 Thread Django
#22233: Writing your first Django app guide v1.6 code examples missing 
reference to
files
-+-
 Reporter:  colinmcnamara|Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Documentation|  Version:  1.6
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  docs, usability, | Triage Stage:
  intro  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by colinmcnamara):

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


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


[Django] #22236: Gratuitous and inappropriate use of signals

2014-03-09 Thread Django
#22236: Gratuitous and inappropriate use of signals
-+-
   Reporter:  aaugustin  |  Owner:  nobody
   Type:  Bug| Status:  new
  Component:  Database   |Version:  master
  layer (models, ORM)|   Keywords:
   Severity:  Normal |  Has patch:  0
   Triage Stage: |Needs tests:  0
  Unreviewed |  Easy pickings:  0
Needs documentation:  0  |
Patch needs improvement:  0  |
  UI/UX:  0  |
-+-
 Currently, `django.db.models.manager` contains
 `signals.class_prepared.connect(ensure_default_manager)`.


 But `ModelBase._prepare` is the only method to send `class_prepared`. It
 should simply call `ensure_default_manager` (and still send the signal for
 other receivers).

 There's no reason for obfuscating control flow with signals.

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


Re: [Django] #22235: pip can install from tarballs as well

2014-03-09 Thread Django
#22235: pip can install from tarballs as well
--+
 Reporter:  omer.drow@…   |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  *.djangoproject.com   |  Version:
 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 mjtamlyn):

 * needs_better_patch:   => 0
 * stage:  Unreviewed => Accepted
 * component:  Documentation => *.djangoproject.com
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Assuming there are no reasons why this might be more insecure (which I
 personally don't see) I agree that for alphas/betas using pip to install
 them is much easier.

 The relevant source code is actually in the djangoproject.com repository -
 
https://github.com/django/djangoproject.com/blob/master/templates/releases/download.html#L28-30

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


[Django] #22235: pip can install from tarballs as well

2014-03-09 Thread Django
#22235: pip can install from tarballs as well
--+
 Reporter:  omer.drow@…   |  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  Documentation |Version:
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  1 |  UI/UX:  0
--+
 The download page recommends downloading the tarball and unpacking it and
 running setup.py.
 There's no reason to do so anymore since pip can install python packages
 from tarballs.
 The documentation should be changed in my opinion.

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


[Django] #22234: Special characters in database password are not escaped correctly on Windows platforms

2014-03-09 Thread Django
#22234: Special characters in database password are not escaped correctly on
Windows platforms
--+
 Reporter:  djangoproject.com@…   |  Owner:  nobody
 Type:  Bug   | Status:  new
Component:  Database layer (models, ORM)  |Version:  1.6
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 
https://github.com/django/django/blob/master/django/db/backends/mysql/client.py#L38

 On Windows platforms, the database client command line is composed as a
 string, but no escaping whatsoever is performed on the parameters.
 Database configuration can contain special characters (especially the
 password), which would require escaping.

 Real-life case: http://stackoverflow.com/questions/22280126/sign-in-
 database-password-in-django

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


[django/django] deff74: Fixed the last fix for database test settings to w...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: deff74ea0cc38794cd10a1a3866904c227c986f7
  
https://github.com/django/django/commit/deff74ea0cc38794cd10a1a3866904c227c986f7
  Author: Shai Berger 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M django/db/utils.py

  Log Message:
  ---
  Fixed the last fix for database test settings to work with Python3.


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


[django/django] 06615d: Avoided leaking warning filters.

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 06615d0d6e75b537291ea6be74a973a8b6160211
  
https://github.com/django/django/commit/06615d0d6e75b537291ea6be74a973a8b6160211
  Author: Aymeric Augustin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M tests/deprecation/tests.py

  Log Message:
  ---
  Avoided leaking warning filters.


  Commit: 3a34f71d4dcadae3d8e6c1c603b47e603f0dada3
  
https://github.com/django/django/commit/3a34f71d4dcadae3d8e6c1c603b47e603f0dada3
  Author: Aymeric Augustin 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M tests/template_tests/tests.py

  Log Message:
  ---
  Removed obsolete hack to run template tests.


Compare: https://github.com/django/django/compare/84c137490bad...3a34f71d4dca

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


[django/django] 84c137: Fixed test breakage following test-settings enhanc...

2014-03-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 84c137490bad9043279278524bf958da8fb69fae
  
https://github.com/django/django/commit/84c137490bad9043279278524bf958da8fb69fae
  Author: Shai Berger 
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
M django/db/utils.py

  Log Message:
  ---
  Fixed test breakage following test-settings enhancements


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