[Changeset] r16102 - django/trunk/tests/regressiontests/settings_tests

2011-04-24 Thread noreply
Author: SmileyChris Date: 2011-04-24 22:59:09 -0700 (Sun, 24 Apr 2011) New Revision: 16102 Modified: django/trunk/tests/regressiontests/settings_tests/tests.py Log: Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in settings_tests. Thanks Shawn Milo. Modified: django/tru

Re: [Django] #15793: Filebased email backend should save emails using the ".eml" standard extension

2011-04-24 Thread Django
#15793: Filebased email backend should save emails using the ".eml" standard extension -+- Reporter: Kronuz | Owner: nobody Type: | Status: new Cleanup/opt

Re: [Django] #15793: Filebased email backend should save emails using the ".eml" standard extension

2011-04-24 Thread Django
#15793: Filebased email backend should save emails using the ".eml" standard extension -+- Reporter: Kronuz | Owner: nobody Type: | Status: new Cleanup/opt

[Changeset] r16101 - django/trunk/django/contrib/contenttypes

2011-04-24 Thread noreply
Author: SmileyChris Date: 2011-04-24 22:43:53 -0700 (Sun, 24 Apr 2011) New Revision: 16101 Modified: django/trunk/django/contrib/contenttypes/tests.py Log: Fixes #14543 -- ContentTypes tests failing if auth app is not installed. Thanks for the work on the patch, sayane and crayz_train. Modifi

Re: [Django] #15595: emphasize the importance of 'from django.test import TestCase'

2011-04-24 Thread Django
#15595: emphasize the importance of 'from django.test import TestCase' +--- Reporter: lawgon| Owner: ShawnMilo Type: Bug | Status: new Milestone:

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: ShawnMilo Type: Bug| Status: new Milestone: |

Re: [Django] #15892: Duplicate 'settings' import in settings_tests/tests.py

2011-04-24 Thread Django
#15892: Duplicate 'settings' import in settings_tests/tests.py -+- Reporter: ShawnMilo | Owner: ShawnMilo Type: | Status: new Cleanup/optimization

Re: [Django] #15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware

2011-04-24 Thread Django
#15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware -+- Reporter: slinkp | Owner: ShawnMilo Type: Bug| Statu

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: ShawnMilo Knight| Status: new Type: New| Component: co

[Changeset] r16100 - in django/trunk/docs: ref topics

2011-04-24 Thread noreply
Author: timo Date: 2011-04-24 16:53:24 -0700 (Sun, 24 Apr 2011) New Revision: 16100 Modified: django/trunk/docs/ref/settings.txt django/trunk/docs/topics/logging.txt Log: Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch. Mod

[Changeset] r16099 - django/branches/releases/1.3.X/docs/ref

2011-04-24 Thread noreply
Author: timo Date: 2011-04-24 16:47:36 -0700 (Sun, 24 Apr 2011) New Revision: 16099 Modified: django/branches/releases/1.3.X/docs/ref/signals.txt Log: [1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto. Backport of r16098 from trunk. Modified: django/branches/rele

[Changeset] r16098 - django/trunk/docs/ref

2011-04-24 Thread noreply
Author: timo Date: 2011-04-24 16:47:18 -0700 (Sun, 24 Apr 2011) New Revision: 16098 Modified: django/trunk/docs/ref/signals.txt Log: Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto. Modified: django/trunk/docs/ref/signals.txt

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: New| Statu

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: New| Statu

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: nobody Knight| Status: new Type: New| Component: contr

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: New| Statu

Re: [Django] #15886: Improve django.core.serializers.get_serializer() docs

2011-04-24 Thread Django
#15886: Improve django.core.serializers.get_serializer() docs ---+--- Reporter: RoySmith | Owner: nobody Type: New feature | Status: closed Milestone:

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: | Statu

Re: [Django] #15595: emphasize the importance of 'from django.test import TestCase'

2011-04-24 Thread Django
#15595: emphasize the importance of 'from django.test import TestCase' +--- Reporter: lawgon| Owner: nobody Type: Bug | Status: new Milestone:|

Re: [Django] #15595: emphasize the importance of 'from django.test import TestCase'

2011-04-24 Thread Django
#15595: emphasize the importance of 'from django.test import TestCase' +--- Reporter: lawgon| Owner: nobody Type: Bug | Status: new Milestone:|

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-24 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: | Statu

Re: [Django] #15886: Improve django.core.serializers.get_serializer() docs

2011-04-24 Thread Django
#15886: Improve django.core.serializers.get_serializer() docs ---+--- Reporter: RoySmith | Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: nobody Knight| Status: new Type: New| Component: contr

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: nobody Knight| Status: new Type: New| Component: contr

Re: [Django] #15700: Improve Internationalization docs

2011-04-24 Thread Django
#15700: Improve Internationalization docs --+--- Reporter: camilonova | Owner: nobody Type: Bug | Status: new Milestone: | Component: Docu

Re: [Django] #15880: manage.py: difficult to run in background (and crashes when input isn't a terminal)

2011-04-24 Thread Django
#15880: manage.py: difficult to run in background (and crashes when input isn't a terminal) -+- Reporter: | Owner: nobody dstndstn@… | Status: new

Re: [Django] #13182: Remove useless whitespaces in JSON dump with indent option

2011-04-24 Thread Django
#13182: Remove useless whitespaces in JSON dump with indent option -+- Reporter: stephaner | Owner: gptvnt Type: | Status: closed Cleanup/optimization

Re: [Django] #15892: Duplicate 'settings' import in settings_tests/tests.py

2011-04-24 Thread Django
#15892: Duplicate 'settings' import in settings_tests/tests.py -+- Reporter: ShawnMilo | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware

2011-04-24 Thread Django
#15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware -+- Reporter: slinkp | Owner: nobody Type: Bug| Status:

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: nobody Knight| Status: new Type: New| Component: contr

[Django] #15892: Duplicate 'settings' import in settings_tests/tests.py

2011-04-24 Thread Django
#15892: Duplicate 'settings' import in settings_tests/tests.py --+--- Reporter: ShawnMilo | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:| Compone

Re: [Django] #15833: Exclude not working with ForeignKey in admin Inlnes

2011-04-24 Thread Django
#15833: Exclude not working with ForeignKey in admin Inlnes -+--- Reporter: claytongulick | Owner: nobody Type: Bug| Status: closed Milestone:

Re: [Django] #15595: emphasize the importance of 'from django.test import TestCase'

2011-04-24 Thread Django
#15595: emphasize the importance of 'from django.test import TestCase' +--- Reporter: lawgon| Owner: nobody Type: Bug | Status: new Milestone:|

Re: [Django] #15890: uWsgi + empty POST request causes Django to hang/crash

2011-04-24 Thread Django
#15890: uWsgi + empty POST request causes Django to hang/crash ---+--- Reporter: brendoncrawford | Owner: nobody Type: Bug | Status: closed Mileston

Re: [Django] #15661: LogEntry objects have no unicode method

2011-04-24 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: nobody Knight| Status: new Type: New| Component: contr

Re: [Django] #6460: New feature : Multilingual Content

2011-04-24 Thread Django
#6460: New feature : Multilingual Content -+- Reporter: g00fy | Owner: nobody Type: New| Status: new feature| Component:

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout -+- Reporter: sorl | Owner: nobody Type: Bug| Status: new Milestone: | Component: cont

Re: [Django] #15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware

2011-04-24 Thread Django
#15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware +--- Reporter: slinkp| Owner: nobody Type: Bug | Status: new

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15886: Improve django.core.serializers.get_serializer() docs

2011-04-24 Thread Django
#15886: Improve django.core.serializers.get_serializer() docs +--- Reporter: RoySmith | Owner: nobody Type: Bug | Status: new Milestone:| Comp

Re: [Django] #15887: Improve django.views.decorators.http docs

2011-04-24 Thread Django
#15887: Improve django.views.decorators.http docs -+- Reporter: RoySmith | Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15885: Update the docs to explain that auth views now return TemplateResponse

2011-04-24 Thread Django
#15885: Update the docs to explain that auth views now return TemplateResponse --+--- Reporter: prestontimmons | Owner: nobody Type: New feature | Status: new

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: | Statu

Re: [Django] #15833: Exclude not working with ForeignKey in admin Inlnes

2011-04-24 Thread Django
#15833: Exclude not working with ForeignKey in admin Inlnes -+--- Reporter: claytongulick | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

Re: [Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl| Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib

[Django] #15891: flushing session on auth.logout

2011-04-24 Thread Django
#15891: flushing session on auth.logout --+-- Reporter: sorl | Owner: nobody Type: Bug | Status: new Milestone:| Component: contrib.auth Version: 1.3 | Severity: Normal Keywords:| Triage S

Re: [Django] #15785: HttpRequest.read(NUM_BYTES) can read beyond the end of wsgi.input stream. (Violation of WSGI spec & under-defined behaviour)

2011-04-24 Thread Django
#15785: HttpRequest.read(NUM_BYTES) can read beyond the end of wsgi.input stream. (Violation of WSGI spec & under-defined behaviour) -+- Reporter: | Owner: tomchristie tomchristie

Re: [Django] #15890: uWsgi + empty POST request causes Django to hang/crash

2011-04-24 Thread Django
#15890: uWsgi + empty POST request causes Django to hang/crash ---+--- Reporter: brendoncrawford | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #15885: Update the docs to explain that auth views now return TemplateResponse

2011-04-24 Thread Django
#15885: Update the docs to explain that auth views now return TemplateResponse --+--- Reporter: prestontimmons | Owner: nobody Type: New feature | Status: new

Re: [Django] #15833: Exclude not working with ForeignKey in admin Inlnes

2011-04-24 Thread Django
#15833: Exclude not working with ForeignKey in admin Inlnes -+--- Reporter: claytongulick | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15885: Update the docs to explain that auth views now return TemplateResponse

2011-04-24 Thread Django
#15885: Update the docs to explain that auth views now return TemplateResponse --+--- Reporter: prestontimmons | Owner: nobody Type: New feature | Status: new

Re: [Django] #15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument

2011-04-24 Thread Django
#15889: django.core.serializers.get_serializer() should raise a more specific exception on invalid argument -+- Reporter: RoySmith | Owner: nobody Type: | Statu

Re: [Django] #15396: full path to GzipMiddleware undocumented

2011-04-24 Thread Django
#15396: full path to GzipMiddleware undocumented +--- Reporter: slinkp@… | Owner: nobody Type: Bug | Status: new Milestone:| Component: Docu

Re: [Django] #15890: uWsgi + empty POST request causes Django to hang/crash

2011-04-24 Thread Django
#15890: uWsgi + empty POST request causes Django to hang/crash ---+--- Reporter: brendoncrawford | Owner: nobody Type: Bug | Status: new Milestone: