[Changeset] r16031 - in django/trunk: django/template tests/regressiontests/templates

2011-04-16 Thread noreply
Author: SmileyChris Date: 2011-04-16 21:52:31 -0700 (Sat, 16 Apr 2011) New Revision: 16031 Modified: django/trunk/django/template/context.py django/trunk/tests/regressiontests/templates/tests.py Log: Fixes #15721 -- Make {% include %} and RequestContext work together again. Modified:

[Changeset] r16030 - in django/trunk: django/test tests/regressiontests/templates

2011-04-16 Thread noreply
Author: SmileyChris Date: 2011-04-16 21:52:17 -0700 (Sat, 16 Apr 2011) New Revision: 16030 Modified: django/trunk/django/test/utils.py django/trunk/tests/regressiontests/templates/tests.py Log: Fixes #15814 -- Added a test util to abstract the process of using a test template loader

[Changeset] r16029 - django/branches/releases/1.3.X/django/utils

2011-04-16 Thread noreply
Author: kmtracey Date: 2011-04-16 21:12:01 -0700 (Sat, 16 Apr 2011) New Revision: 16029 Modified: django/branches/releases/1.3.X/django/utils/autoreload.py Log: [1.3.X] Ensure stdin is a tty before handing it to termios, so as to prevent prolems when running under IDEs. Backport of [15911]

Re: [Django] #15778: Command createsuperuser fails under some system user names

2011-04-16 Thread Django
#15778: Command createsuperuser fails under some system user names -+- Reporter: Hynek |Owner: nobody Cernoch | Status: new Type: Bug

Re: [Django] #11072: Add Info Window Html to GMarker

2011-04-16 Thread Django
#11072: Add Info Window Html to GMarker -+- Reporter: Ubercore |Owner: jbronn Type: New| Status: assigned feature|Component: GIS

Re: [Django] #11074: syncdb should execute custom field SQL separately from initial model SQL

2011-04-16 Thread Django
#11074: syncdb should execute custom field SQL separately from initial model SQL -+- Reporter: psmith |Owner: nobody Type: Bug| Status: new

Re: [Django] #11118: BaseCommand doesn't restore translation

2011-04-16 Thread Django
#8: BaseCommand doesn't restore translation -+- Reporter: rvdrijst |Owner: nobody Type: Bug| Status: new Milestone: |Component:

Re: [Django] #11160: Formset non_form_errors returns ErrorList() if is_valid is not called

2011-04-16 Thread Django
#11160: Formset non_form_errors returns ErrorList() if is_valid is not called -+- Reporter: vbmendes |Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers

2011-04-16 Thread Django
#14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers -+- Reporter: sdksho@… |Owner: nobody Type: Bug| Status: new

Re: [Django] #14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers (was: ManyToManyRelatedField uses different Manager than ForeignKey-field)

2011-04-16 Thread Django
#14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers -+- Reporter: sdksho@… |Owner: nobody Type: Bug| Status: new

Re: [Django] #14134: Ability to set csrf cookie path and https-only plus add 'secure'

2011-04-16 Thread Django
#14134: Ability to set csrf cookie path and https-only plus add 'secure' ---+ Reporter: cfattarsi@… |Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #5863: list_display does not allow functions of referenced objects

2011-04-16 Thread Django
#5863: list_display does not allow functions of referenced objects -+- Reporter: Beat |Owner: nobody Bolli | Status: closed Type:

Re: [Django] #14134: Ability to set csrf cookie path and https-only plus add 'secure'

2011-04-16 Thread Django
#14134: Ability to set csrf cookie path and https-only plus add 'secure' ---+ Reporter: cfattarsi@… |Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #15808: CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag

2011-04-16 Thread Django
#15808: CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag -+- Reporter: |Owner: nobody Samuel.Lavitt@…| Status: closed Type:

[Django] #15840: [patch] wrap the inner function of the condition decorator

2011-04-16 Thread Django
#15840: [patch] wrap the inner function of the condition decorator --+-- Reporter: portante | Owner: nobody Type: Cleanup/optimization |Status: new Milestone:| Component:

Re: [Django] #15778: Command createsuperuser fails under some system user names

2011-04-16 Thread Django
#15778: Command createsuperuser fails under some system user names -+- Reporter: Hynek |Owner: nobody Cernoch | Status: new Type: Bug

Re: [Django] #15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3

2011-04-16 Thread Django
#15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 -+- Reporter: |Owner: nobody david_heagney

[Changeset] r16028 - in django/branches/releases/1.3.X: . django/db/backends django/middleware django/views django/views/decorators tests/regressiontests/csrf_tests

2011-04-16 Thread noreply
Author: ikelly Date: 2011-04-16 11:43:01 -0700 (Sat, 16 Apr 2011) New Revision: 16028 Modified: django/branches/releases/1.3.X/ django/branches/releases/1.3.X/django/db/backends/creation.py django/branches/releases/1.3.X/django/middleware/csrf.py

Re: [Django] #15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3

2011-04-16 Thread Django
#15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 -+- Reporter: |Owner: nobody david_heagney

Re: [Django] #15821: Django 1.3 release notes links to wrong "security issues" page

2011-04-16 Thread Django
#15821: Django 1.3 release notes links to wrong "security issues" page -+- Reporter: semenov|Owner: nobody Type: Bug| Status: new

Re: [Django] #1040: manage.py should have shebang and +x permissions

2011-04-16 Thread Django
#1040: manage.py should have shebang and +x permissions -+- Reporter: pb@… |Owner: adrian Type: New| Status: reopened feature|

Re: [Django] #15814: Add a test util to abstract the process of using a test template loader

2011-04-16 Thread Django
#15814: Add a test util to abstract the process of using a test template loader -+- Reporter: |Owner: SmileyChris SmileyChris| Status: assigned

Re: [Django] #3357: Make Django's server optionally multithreaded

2011-04-16 Thread Django
#3357: Make Django's server optionally multithreaded -+- Reporter: |Owner: adrian treborhudson@… | Status: closed Type: |

Re: [Django] #15791: New feature: callable objects can signal that templates should never call them

2011-04-16 Thread Django
#15791: New feature: callable objects can signal that templates should never call them -+- Reporter: ejucovy|Owner: nobody Type: New| Status: new feature

Re: [Django] #15366: AuthenticationForm should optionally permit inactive user login

2011-04-16 Thread Django
#15366: AuthenticationForm should optionally permit inactive user login -+- Reporter: krejcik@… |Owner: hjeffrey Type: New| Status: assigned feature

Re: [Django] #11241: Allow assertFormError to check a formsets' non_form_errors

2011-04-16 Thread Django
#11241: Allow assertFormError to check a formsets' non_form_errors ---+- Reporter: sethtrain|Owner: nobody Type: New feature | Status: closed Milestone:

Re: [Django] #11400: Add fail_silently parameter to User.email_user

2011-04-16 Thread Django
#11400: Add fail_silently parameter to User.email_user -+- Reporter: Jug_ |Owner: nobody Type: New| Status: new feature|

Re: [Django] #15828: multiple inheritance in TestCases does not work with unittest2

2011-04-16 Thread Django
#15828: multiple inheritance in TestCases does not work with unittest2 -+- Reporter: |Owner: nobody ricardokirkner | Status: new Type: Bug

Re: [Django] #15839: search_fields: duplicated search results when following relationships "backward"

2011-04-16 Thread Django
#15839: search_fields: duplicated search results when following relationships "backward" --+- Reporter: while0pass |Owner: nobody Type: Bug | Status: new

[Django] #15839: search_fields: duplicated search results when following relationships "backward"

2011-04-16 Thread Django
#15839: search_fields: duplicated search results when following relationships "backward" ---+-- Reporter: while0pass | Owner: nobody Type: Uncategorized |Status: new Milestone: | Component:

Re: [Django] #15832: Use Babel instead of xgettext for handling .po files.

2011-04-16 Thread Django
#15832: Use Babel instead of xgettext for handling .po files. -+- Reporter: lrekucki |Owner: nobody Type: New| Status: new feature|

Re: [Django] #15830: Document i18n of localflavor

2011-04-16 Thread Django
#15830: Document i18n of localflavor -+ Reporter: framos |Owner: framos Type: Uncategorized | Status: new Milestone: |Component:

Re: [Django] #11448: Defining relationships after querying a model does not add a reverse lookup to the referenced model

2011-04-16 Thread Django
#11448: Defining relationships after querying a model does not add a reverse lookup to the referenced model -+- Reporter: Dennis |Owner: nobody Kaarsemaker| Status:

Re: [Django] #11482: Add Google map events handling

2011-04-16 Thread Django
#11482: Add Google map events handling ---+-- Reporter: kapa77 |Owner: nobody Type: New feature | Status: new Milestone: |Component: GIS

Re: [Django] #11549: contrib.comments should allow users to specify their own template on error

2011-04-16 Thread Django
#11549: contrib.comments should allow users to specify their own template on error -+- Reporter: teebes |Owner: teebes Type: New| Status: assigned feature

Re: [Django] #11560: let proxy models multiple-inherit from the same concrete base model

2011-04-16 Thread Django
#11560: let proxy models multiple-inherit from the same concrete base model -+- Reporter: rfk|Owner: nobody Type: New| Status: new feature

Re: [Django] #11590: REQUEST: Give LabelCommand an option for default behavior (when no labels are specified)

2011-04-16 Thread Django
#11590: REQUEST: Give LabelCommand an option for default behavior (when no labels are specified) -+- Reporter: maaku |Owner: nobody Type: New| Status: new

Re: [Django] #11605: manage.py syncdb breaks for some proxy models

2011-04-16 Thread Django
#11605: manage.py syncdb breaks for some proxy models -+- Reporter: jds|Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-04-16 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… |Owner: Type: Bug| Status: new Milestone: |

Re: [Django] #11836: Missing django.forms.widgets.MultiWidget hidden counterpart

2011-04-16 Thread Django
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart ---+ Reporter: sayane |Owner: nobody Type: New feature | Status: reopened Milestone:

Re: [Django] #11838: Make syncdb understand "initialdata" directory

2011-04-16 Thread Django
#11838: Make syncdb understand "initialdata" directory -+- Reporter: skorpan|Owner: bkonkle Type: New| Status: assigned feature|

Re: [Django] #13978: Allow inline js/css in forms.Media

2011-04-16 Thread Django
#13978: Allow inline js/css in forms.Media ---+- Reporter: nathforge|Owner: nobody Type: New feature | Status: new Milestone: |Component: Forms

Re: [Django] #11865: Form media lacks support for raw javascript

2011-04-16 Thread Django
#11865: Form media lacks support for raw javascript -+- Reporter: tarequeh |Owner: nobody Type: New| Status: closed feature|

Re: [Django] #12044: Add extra_context to admin action delete_selected

2011-04-16 Thread Django
#12044: Add extra_context to admin action delete_selected ---+- Reporter: rjc |Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #12044: Add extra_context to admin action delete_selected

2011-04-16 Thread Django
#12044: Add extra_context to admin action delete_selected -+- Reporter: rjc|Owner: nobody Type: Uncategorized | Status: new Milestone:

Re: [Django] #12086: Make QuerySet.delete() return the number of deleted objects

2011-04-16 Thread Django
#12086: Make QuerySet.delete() return the number of deleted objects -+- Reporter: emulbreh |Owner: dwillis Type: New| Status: assigned feature

Re: [Django] #12140: urlencode empty list encoding bug & fix

2011-04-16 Thread Django
#12140: urlencode empty list encoding bug & fix +- Reporter: aneil |Owner: nobody Type: Bug | Status: new Milestone:|Component: HTTP handling

Re: [Django] #12140: urlencode empty list encoding bug & fix

2011-04-16 Thread Django
#12140: urlencode empty list encoding bug & fix +- Reporter: aneil |Owner: nobody Type: Bug | Status: new Milestone:|Component: HTTP handling

Re: [Django] #12157: FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes

2011-04-16 Thread Django
#12157: FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes -+- Reporter: |Owner: nobody alecmuffett|

Re: [Django] #12408: test runner needs to reorder tests more explicitly

2011-04-16 Thread Django
#12408: test runner needs to reorder tests more explicitly --+- Reporter: sebleier@… |Owner: nobody Type: Bug | Status: new Milestone: |

Re: [Django] #12567: Incorrect SQL being generated in certain inheritance cases.

2011-04-16 Thread Django
#12567: Incorrect SQL being generated in certain inheritance cases. -+- Reporter: Alex |Owner: nobody Type: Bug| Status: reopened Milestone:

Re: [Django] #12581: connection.queries should use a ring buffer to avoid large memory consumption under runserver

2011-04-16 Thread Django
#12581: connection.queries should use a ring buffer to avoid large memory consumption under runserver -+- Reporter: robhudson |Owner: nobody Type: | Status: new

Re: [Django] #12583: Postgresql backend uses implicit text casts for case insensitive operators

2011-04-16 Thread Django
#12583: Postgresql backend uses implicit text casts for case insensitive operators -+- Reporter: Ubercore |Owner: Ubercore Type: Bug| Status: assigned

Re: [Django] #373: Add support for multiple-column primary keys

2011-04-16 Thread Django
#373: Add support for multiple-column primary keys -+- Reporter: jacob |Owner: dcramer Type: New| Status: assigned feature|