Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-06-01 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps
-+-
 Reporter:  apollo13 |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Migrations   |  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  migrations,  | Triage Stage:  Accepted
  unmigrated, makemigrations |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by andrewgodwin):

 Hi rodutSD,

 Cross-app dependencies like this are a known issue in the current
 autodetector version, a rewrite is underway to fix things like this. The
 underlying issue is manifested in several different tickets, but if you
 want one to follow to see when the branch is merged go for #22605.

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


Re: [Django] #22563: Migration of admin.LogEntry.user fails.

2014-06-01 Thread Django
#22563: Migration of admin.LogEntry.user fails.
-+
 Reporter:  efrinut@…|Owner:  andrewgodwin
 Type:  Bug  |   Status:  new
Component:  Migrations   |  Version:  1.7-beta-2
 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 bendavis78):

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


Re: [Django] #22746: CSS glitch in the admin interface.

2014-06-01 Thread Django
#22746: CSS glitch in the admin interface.
---+---
 Reporter:  kkoroviev@…|Owner:  kkoroviev@…
 Type:  Bug|   Status:  new
Component:  contrib.admin  |  Version:  1.6
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  1
---+---
Changes (by kkoroviev@…):

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


Comment:

 You may find
 
[https://github.com/kkoroviev/django/commit/a09d438be4fa6630d37bf06524928d4de8326d9a
 this test] kinda interesting. I used that test to generate both
 screenshots automatically.

 You might not want to merge that test into the main test suite. I enjoyed
 writing it, anyway.

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


[Django] #22746: CSS glitch in the admin interface.

2014-06-01 Thread Django
#22746: CSS glitch in the admin interface.
---+-
 Reporter:  kkoroviev@…|  Owner:  kkoroviev@…
 Type:  Bug| Status:  new
Component:  contrib.admin  |Version:  1.6
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  1
Easy pickings:  1  |  UI/UX:  1
---+-
 https://github.com/kkoroviev/django/tree/admin-css-fix

 Before:

 
[[Image(https://raw.githubusercontent.com/kkoroviev/django/a09d438be4fa6630d37bf06524928d4de8326d9a/tests/admin_messages/screenshots/test_admin_success_message_code_tag_css.png)]]

 After:

 
[[Image(https://raw.githubusercontent.com/kkoroviev/django/12920449db1bf53b6ecc40f87f01af754337bb22/tests/admin_messages/screenshots/test_admin_success_message_code_tag_css.png)]]

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


[django/django] a2fb5c: [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relation...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b
  
https://github.com/django/django/commit/a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b
  Author: Claude Paroz 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/backends/sqlite3/introspection.py

  Log Message:
  ---
  [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with views

Thanks Tim Graham for the report and Simon Charette for the review.
Backport of 5a504a5311 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/538b881291ba0_7f9d4d5d3c29114%40hookshot-fe2-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22744: inspectdb test failure on spatialite

2014-06-01 Thread Django
#22744: inspectdb test failure on spatialite
-+-
 Reporter:  timo |Owner:  claudep
 Type:  Bug  |   Status:  closed
Component:  GIS  |  Version:
 Severity:  Release blocker  |  1.7-beta-2
 Keywords:   |   Resolution:  fixed
Has patch:  0| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Claude Paroz ):

 In [changeset:"a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b"]:
 {{{
 #!CommitTicketReference repository=""
 revision="a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b"
 [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with
 views

 Thanks Tim Graham for the report and Simon Charette for the review.
 Backport of 5a504a5311 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/062.527c4fccab4cbd7db7a6312032438b58%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22744: inspectdb test failure on spatialite

2014-06-01 Thread Django
#22744: inspectdb test failure on spatialite
-+-
 Reporter:  timo |Owner:  claudep
 Type:  Bug  |   Status:  closed
Component:  GIS  |  Version:
 Severity:  Release blocker  |  1.7-beta-2
 Keywords:   |   Resolution:  fixed
Has patch:  0| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Claude Paroz ):

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


Comment:

 In [changeset:"5a504a5311b0108586e633128f6ef8be6e05249a"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5a504a5311b0108586e633128f6ef8be6e05249a"
 Fixed #22744 -- Fixed sqlite3 get_relations introspection with views

 Thanks Tim Graham for the report and Simon Charette 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/062.6b3de016be47b3d3b4fd9a998c469872%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[django/django] 5a504a: Fixed #22744 -- Fixed sqlite3 get_relations intros...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 5a504a5311b0108586e633128f6ef8be6e05249a
  
https://github.com/django/django/commit/5a504a5311b0108586e633128f6ef8be6e05249a
  Author: Claude Paroz 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/backends/sqlite3/introspection.py

  Log Message:
  ---
  Fixed #22744 -- Fixed sqlite3 get_relations introspection with views

Thanks Tim Graham for the report and Simon Charette 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/538b87e52b989_753a133bd40319b3%40hookshot-fe2-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #19195: Using distinct([*fields]) filter on a foreign key produces an ordering error when the foreign key has a Meta ordering field.

2014-06-01 Thread Django
#19195: Using distinct([*fields]) filter on a foreign key produces an ordering
error when the foreign key has a Meta ordering field.
-+-
 Reporter:  chrisedgemon@…   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:
  (models, ORM)  |  1.7-beta-2
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  distinct, query  | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Simon Charette ):

 In [changeset:"d773a08b270e3b2c387985a9d9a4d01c991469c8"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d773a08b270e3b2c387985a9d9a4d01c991469c8"
 [1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit
 relation fields.

 refs #19195.

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


Re: [Django] #22711: Check framework doesn't allow model's Meta.ordering attribute to have explicit ForeignKey relation fields

2014-06-01 Thread Django
#22711: Check framework doesn't allow model's Meta.ordering attribute to have
explicit ForeignKey relation fields
-+-
 Reporter:  Althalus |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (System |  Version:  master
  checks)|   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Ready for
 Keywords:  meta, ordering,  |  checkin
  check framework|  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  1|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by Simon Charette ):

 In [changeset:"d773a08b270e3b2c387985a9d9a4d01c991469c8"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d773a08b270e3b2c387985a9d9a4d01c991469c8"
 [1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit
 relation fields.

 refs #19195.

 Backport of d04e730224 from master
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.2ff144a647bf53fa5e75caae7c01d711%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #19195: Using distinct([*fields]) filter on a foreign key produces an ordering error when the foreign key has a Meta ordering field.

2014-06-01 Thread Django
#19195: Using distinct([*fields]) filter on a foreign key produces an ordering
error when the foreign key has a Meta ordering field.
-+-
 Reporter:  chrisedgemon@…   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:
  (models, ORM)  |  1.7-beta-2
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  distinct, query  | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Simon Charette ):

 In [changeset:"d04e7302240f5be34cdd303002bc8e7dcd81f529"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d04e7302240f5be34cdd303002bc8e7dcd81f529"
 Fixed #22711 -- Adjusted ordering checks to allow implicit relation
 fields.

 refs #19195.
 }}}

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


Re: [Django] #22711: Check framework doesn't allow model's Meta.ordering attribute to have explicit ForeignKey relation fields

2014-06-01 Thread Django
#22711: Check framework doesn't allow model's Meta.ordering attribute to have
explicit ForeignKey relation fields
-+-
 Reporter:  Althalus |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (System |  Version:  master
  checks)|   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Ready for
 Keywords:  meta, ordering,  |  checkin
  check framework|  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  1|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by Simon Charette ):

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


Comment:

 In [changeset:"d04e7302240f5be34cdd303002bc8e7dcd81f529"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d04e7302240f5be34cdd303002bc8e7dcd81f529"
 Fixed #22711 -- Adjusted ordering checks to allow implicit relation
 fields.

 refs #19195.
 }}}

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


[django/django] d773a0: [1.7.x] Fixed #22711 -- Adjusted ordering checks t...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: d773a08b270e3b2c387985a9d9a4d01c991469c8
  
https://github.com/django/django/commit/d773a08b270e3b2c387985a9d9a4d01c991469c8
  Author: Vincent-Vega 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/models/base.py
M tests/invalid_models_tests/test_models.py

  Log Message:
  ---
  [1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation 
fields.

refs #19195.

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


[django/django] d04e73: Fixed #22711 -- Adjusted ordering checks to allow ...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: d04e7302240f5be34cdd303002bc8e7dcd81f529
  
https://github.com/django/django/commit/d04e7302240f5be34cdd303002bc8e7dcd81f529
  Author: Vincent-Vega 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/models/base.py
M tests/invalid_models_tests/test_models.py

  Log Message:
  ---
  Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.

refs #19195.


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


Re: [Django] #22711: Check framework doesn't allow model's Meta.ordering attribute to have explicit ForeignKey relation fields

2014-06-01 Thread Django
#22711: Check framework doesn't allow model's Meta.ordering attribute to have
explicit ForeignKey relation fields
-+-
 Reporter:  Althalus |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (System |  Version:  master
  checks)|   Resolution:
 Severity:  Release blocker  | Triage Stage:  Ready for
 Keywords:  meta, ordering,  |  checkin
  check framework|  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  1
  Needs tests:  1|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by charettes):

 * stage:  Accepted => Ready for checkin


Comment:

 Patch looks good to me, will test locally and commit.

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


Re: [Django] #22659: parent_link relationships ignored by migrations

2014-06-01 Thread Django
#22659: parent_link relationships ignored by migrations
-+-
 Reporter:  tbartelmess  |Owner:  charettes
 Type:  Bug  |   Status:  closed
Component:  Migrations   |  Version:
 Severity:  Release blocker  |  1.7-beta-2
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  1|  checkin
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Simon Charette ):

 In [changeset:"33511662ddbff0ca22cf5a0b7fdeca2f6764759f"]:
 {{{
 #!CommitTicketReference repository=""
 revision="33511662ddbff0ca22cf5a0b7fdeca2f6764759f"
 [1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.

 Thanks to Trac alias tbartelmess for the report and the test project.

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


[django/django] 335116: [1.7.x] Fixed #22659 -- Prevent model states from ...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: 33511662ddbff0ca22cf5a0b7fdeca2f6764759f
  
https://github.com/django/django/commit/33511662ddbff0ca22cf5a0b7fdeca2f6764759f
  Author: Simon Charette 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/migrations/state.py
M tests/migrations/test_autodetector.py
M tests/migrations/test_state.py

  Log Message:
  ---
  [1.7.x] Fixed #22659 -- Prevent model states from sharing field instances.

Thanks to Trac alias tbartelmess for the report and the test project.

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


Re: [Django] #22659: parent_link relationships ignored by migrations

2014-06-01 Thread Django
#22659: parent_link relationships ignored by migrations
-+-
 Reporter:  tbartelmess  |Owner:  charettes
 Type:  Bug  |   Status:  closed
Component:  Migrations   |  Version:
 Severity:  Release blocker  |  1.7-beta-2
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  1|  checkin
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Simon Charette ):

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


Comment:

 In [changeset:"7a38f889222dfbdf0e0d8d22001c30264d420054"]:
 {{{
 #!CommitTicketReference repository=""
 revision="7a38f889222dfbdf0e0d8d22001c30264d420054"
 Fixed #22659 -- Prevent model states from sharing field instances.

 Thanks to Trac alias tbartelmess for the report and the test project.
 }}}

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


[django/django] 7a38f8: Fixed #22659 -- Prevent model states from sharing ...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 7a38f889222dfbdf0e0d8d22001c30264d420054
  
https://github.com/django/django/commit/7a38f889222dfbdf0e0d8d22001c30264d420054
  Author: Simon Charette 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/db/migrations/state.py
M tests/migrations/test_autodetector.py
M tests/migrations/test_state.py

  Log Message:
  ---
  Fixed #22659 -- Prevent model states from sharing field instances.

Thanks to Trac alias tbartelmess for the report and the test project.


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


Re: [Django] #22744: inspectdb test failure on spatialite

2014-06-01 Thread Django
#22744: inspectdb test failure on spatialite
-+-
 Reporter:  timo |Owner:  claudep
 Type:  Bug  |   Status:  assigned
Component:  GIS  |  Version:
 Severity:  Release blocker  |  1.7-beta-2
 Keywords:   |   Resolution:
Has patch:  0| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  0|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by charettes):

 * stage:  Accepted => Ready for checkin


Comment:

 Patch looks good to me, test pass with and without `pysqlite` on Py27.

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


Re: [Django] #18729: Admin changelist view defaults to `DISTINCT`, unusable on reasonably sized databases

2014-06-01 Thread Django
#18729: Admin changelist view defaults to `DISTINCT`, unusable on reasonably 
sized
databases
-+-
 Reporter:  hcarvalhoalves   |Owner:  AlexMalek
 Type:  Bug  |   Status:  assigned
Component:  contrib.admin|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  admin sql distinct   | Triage Stage:
  slow performance   |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by AlexMalek):

 * has_patch:  0 => 1


Comment:

 Proposed patch w/ tests:

 https://github.com/amalek215/django/compare/ticket_18729

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


[django/django] ad408d: [1.7.x] Fixed syntax error in ogrinspect.py manage...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: ad408d09854c416f342b82a277a95bc0e721cfd6
  
https://github.com/django/django/commit/ad408d09854c416f342b82a277a95bc0e721cfd6
  Author: Fabio Rueda 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/contrib/gis/management/commands/ogrinspect.py

  Log Message:
  ---
  [1.7.x] Fixed syntax error in ogrinspect.py management command.

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


[django/django] f384b6: Fixed syntax error in ogrinspect.py management com...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: f384b638e20ba33fee948cbf5aa816e2512b0479
  
https://github.com/django/django/commit/f384b638e20ba33fee948cbf5aa816e2512b0479
  Author: Fabio Rueda 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/contrib/gis/management/commands/ogrinspect.py

  Log Message:
  ---
  Fixed syntax error in ogrinspect.py management command.


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


[django/django] a83c56: [1.7.x] Fixed #21938 -- Moved documentation for er...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: a83c56a45a976375ffe1bdf014b0f1c38a610ee6
  
https://github.com/django/django/commit/a83c56a45a976375ffe1bdf014b0f1c38a610ee6
  Author: Jonathan Lindén 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M docs/ref/views.txt
M docs/topics/http/views.txt

  Log Message:
  ---
  [1.7.x] Fixed #21938 -- Moved documentation for error views to reference 
guide.

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


Re: [Django] #21938: Improve docs/ref/views.txt

2014-06-01 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:  fixed
 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
--+

Comment (by Tim Graham ):

 In [changeset:"a83c56a45a976375ffe1bdf014b0f1c38a610ee6"]:
 {{{
 #!CommitTicketReference repository=""
 revision="a83c56a45a976375ffe1bdf014b0f1c38a610ee6"
 [1.7.x] Fixed #21938 -- Moved documentation for error views to reference
 guide.

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


Re: [Django] #21938: Improve docs/ref/views.txt

2014-06-01 Thread Django
#21938: Improve docs/ref/views.txt
--+
 Reporter:  timo  |Owner:  JLinden
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.6
 Severity:  Normal|   Resolution:  fixed
 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 Tim Graham ):

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


Comment:

 In [changeset:"5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2"]:
 {{{
 #!CommitTicketReference repository=""
 revision="5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2"
 Fixed #21938 -- Moved documentation for error views to reference guide.
 }}}

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


[django/django] 5b98ba: Fixed #21938 -- Moved documentation for error view...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2
  
https://github.com/django/django/commit/5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2
  Author: Jonathan Lindén 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M docs/ref/views.txt
M docs/topics/http/views.txt

  Log Message:
  ---
  Fixed #21938 -- Moved documentation for error views to reference guide.


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


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

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

Comment (by Tim Graham ):

 In [changeset:"7b064e539009b4845ca31bd4a3dd5a9b913d1a0e"]:
 {{{
 #!CommitTicketReference repository=""
 revision="7b064e539009b4845ca31bd4a3dd5a9b913d1a0e"
 Split GenericRelationsTests.test_generic_relations into several tests;
 refs #18586.
 }}}

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


[django/django] 7b064e: Split GenericRelationsTests.test_generic_relations...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 7b064e539009b4845ca31bd4a3dd5a9b913d1a0e
  
https://github.com/django/django/commit/7b064e539009b4845ca31bd4a3dd5a9b913d1a0e
  Author: José L. Patiño 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M tests/generic_relations/tests.py

  Log Message:
  ---
  Split GenericRelationsTests.test_generic_relations into several tests; refs 
#18586.


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


Re: [Django] #20550: Add an option to preserve the database between test runs

2014-06-01 Thread Django
#20550: Add an option to preserve the database between test runs
-+-
 Reporter:  aaugustin|Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by aaugustin):

 Greg, next time you submit a patch, please add yourself to AUTHORS!
 (Sorry, I never remember to check that before merging patches.)

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


Re: [Django] #20550: Add an option to preserve the database between test runs

2014-06-01 Thread Django
#20550: Add an option to preserve the database between test runs
-+-
 Reporter:  aaugustin|Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Greg Chapple ):

 In [changeset:"b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae"]:
 {{{
 #!CommitTicketReference repository=""
 revision="b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae"
 Fixed #20550 -- Added ability to preserve test db between runs
 }}}

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


Re: [Django] #20550: Add an option to preserve the database between test runs

2014-06-01 Thread Django
#20550: Add an option to preserve the database between test runs
-+-
 Reporter:  aaugustin|Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Aymeric Augustin ):

 In [changeset:"2a5c750ad151c51d875d41eb080e4c160e8a2627"]:
 {{{
 #!CommitTicketReference repository=""
 revision="2a5c750ad151c51d875d41eb080e4c160e8a2627"
 Merge pull request #2726 from gchp/ticket-20550

 Fixed #20550 -- Added ability to preserve test db between runs
 }}}

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


Re: [Django] #20550: Add an option to preserve the database between test runs

2014-06-01 Thread Django
#20550: Add an option to preserve the database between test runs
-+-
 Reporter:  aaugustin|Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Greg Chapple ):

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


Comment:

 In [changeset:"b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae"]:
 {{{
 #!CommitTicketReference repository=""
 revision="b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae"
 Fixed #20550 -- Added ability to preserve test db between runs
 }}}

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


Re: [Django] #20550: Add an option to preserve the database between test runs

2014-06-01 Thread Django
#20550: Add an option to preserve the database between test runs
-+-
 Reporter:  aaugustin|Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Aymeric Augustin ):

 In [changeset:"2a5c750ad151c51d875d41eb080e4c160e8a2627"]:
 {{{
 #!CommitTicketReference repository=""
 revision="2a5c750ad151c51d875d41eb080e4c160e8a2627"
 Merge pull request #2726 from gchp/ticket-20550

 Fixed #20550 -- Added ability to preserve test db between runs
 }}}

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


[django/django] b7aa7c: Fixed #20550 -- Added ability to preserve test db ...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae
  
https://github.com/django/django/commit/b7aa7c4ab4372d2b7994d252c8bc87f77dd217ae
  Author: Greg Chapple 
  Date:   2014-05-28 (Wed, 28 May 2014)

  Changed paths:
M django/contrib/gis/db/backends/postgis/creation.py
M django/contrib/gis/db/backends/spatialite/creation.py
M django/db/backends/creation.py
M django/db/backends/oracle/creation.py
M django/db/backends/sqlite3/creation.py
M django/test/runner.py
M docs/ref/django-admin.txt
M docs/releases/1.8.txt
M docs/topics/testing/overview.txt
M tests/test_runner/tests.py

  Log Message:
  ---
  Fixed #20550 -- Added ability to preserve test db between runs


  Commit: 2a5c750ad151c51d875d41eb080e4c160e8a2627
  
https://github.com/django/django/commit/2a5c750ad151c51d875d41eb080e4c160e8a2627
  Author: Aymeric Augustin 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/contrib/gis/db/backends/postgis/creation.py
M django/contrib/gis/db/backends/spatialite/creation.py
M django/db/backends/creation.py
M django/db/backends/oracle/creation.py
M django/db/backends/sqlite3/creation.py
M django/test/runner.py
M docs/ref/django-admin.txt
M docs/releases/1.8.txt
M docs/topics/testing/overview.txt
M tests/test_runner/tests.py

  Log Message:
  ---
  Merge pull request #2726 from gchp/ticket-20550

Fixed #20550 -- Added ability to preserve test db between runs


Compare: https://github.com/django/django/compare/83e7555ffee3...2a5c750ad151

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


Re: [Django] #21601: Broken encoding in German translation

2014-06-01 Thread Django
#21601: Broken encoding in German translation
--+
 Reporter:  lfaraone  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Translations  |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 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 claudep):

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


Comment:

 Transifex bug fixed. This should not happen any longer.

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


Re: [Django] #17246: title localization

2014-06-01 Thread Django
#17246: title localization
-+-
 Reporter:  anonymous|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  1.3
Component:  contrib.admin|   Resolution:  wontfix
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  title main.py|  Needs documentation:  0
  base.html  |  Patch needs improvement:  0
Has patch:  0|UI/UX:  1
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by claudep):

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


Comment:

 Closing as won't fix for now. As stated by shelldweller above, the best
 solution currently is to workaround this issue at the translation level,
 by reformulating the sentence (comment:5, point 2))

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


Re: [Django] #22730: Wrong french translation for "password_reset" documentation

2014-06-01 Thread Django
#22730: Wrong french translation for "password_reset" documentation
-+-
 Reporter:  jraez@…  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Documentation|  Version:  1.6
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  translation, | Triage Stage:  Accepted
  french, documentation  |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  1|
-+-
Changes (by claudep):

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


Comment:

 I fixed that in Transifex and should be soon online, but note that like
 Django translations, documentation translation issues are not tracked
 here, but should be directly managed through Transifex.

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


Re: [Django] #22729: Runserver’s autoreload not monitoring views.py & urls.py

2014-06-01 Thread Django
#22729: Runserver’s autoreload not monitoring views.py & urls.py
---+--
 Reporter:  Nim65s |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.7-beta-2
 Severity:  Normal |   Resolution:  invalid
 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 claudep):

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


Comment:

 The reloading code only monitors imported files (aka sys.modules). When
 you launch `runserver` and no requests have been made, `urls.py` might not
 have been imported yet, so no need to reload the module after any
 modification. After each request, the list of monitored files is updated,
 so if you touch `urls.py` after a request has been made, you should see
 the autoreloader in action. I think this is expected behavior.

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


[django/django] ba31e4: [1.7.x] Revert "Making SQL management commands mig...

2014-06-01 Thread GitHub
  Branch: refs/heads/stable/1.7.x
  Home:   https://github.com/django/django
  Commit: ba31e45f08366929b02df2607324dccb3cf4a1e6
  
https://github.com/django/django/commit/ba31e45f08366929b02df2607324dccb3cf4a1e6
  Author: Florian Apolloner 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/core/management/commands/sqlsequencereset.py
M django/core/management/sql.py
R tests/commands_sql_migrations/__init__.py
R tests/commands_sql_migrations/migrations/0001_initial.py
R tests/commands_sql_migrations/migrations/__init__.py
R tests/commands_sql_migrations/models.py

  Log Message:
  ---
  [1.7.x] Revert "Making SQL management commands migration aware."

This reverts commit cb9c9a7b5879671053c7d2ad6e79943a8814b274.

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


[django/django] 83e755: Revert "Making SQL management commands migration a...

2014-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 83e7555ffee305c1ea1e0655fd1f0aa35269533f
  
https://github.com/django/django/commit/83e7555ffee305c1ea1e0655fd1f0aa35269533f
  Author: Florian Apolloner 
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
M django/core/management/commands/sqlsequencereset.py
M django/core/management/sql.py
R tests/commands_sql_migrations/__init__.py
R tests/commands_sql_migrations/migrations/0001_initial.py
R tests/commands_sql_migrations/migrations/__init__.py
R tests/commands_sql_migrations/models.py

  Log Message:
  ---
  Revert "Making SQL management commands migration aware."

This reverts commit cb9c9a7b5879671053c7d2ad6e79943a8814b274.


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