[Django] #17738: Add a time zone FAQ

2012-02-20 Thread Django
#17738: Add a time zone FAQ -+- Reporter: aaugustin | Owner: aaugustin Type: | Status: new Cleanup/optimization |Version: 1.4-beta-1

Re: [Django] #13614: Back button breaks many to many widget

2012-02-20 Thread Django
#13614: Back button breaks many to many widget -+ Reporter: minarets |Owner: nobody Type: Bug | Status: reopened Component: contrib.admin|

[Django] #17737: collectstatic copies wrong files to STATIC_ROOT

2012-02-20 Thread Django
#17737: collectstatic copies wrong files to STATIC_ROOT -+ Reporter: pigletto | Owner: nobody Type: Bug | Status: new Component: contrib.staticfiles |Version: 1.3

[Django] #17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy

2012-02-20 Thread Django
#17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy ---+ Reporter: tdihp@…| Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.3

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-02-20 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned

[Changeset] r17568 - in django/trunk: django/template docs/releases tests/regressiontests/templates

2012-02-20 Thread noreply
Author: SmileyChris Date: 2012-02-20 18:59:05 -0800 (Mon, 20 Feb 2012) New Revision: 17568 Modified: django/trunk/django/template/loader_tags.py django/trunk/docs/releases/1.4.txt django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #17660 -- Standardize extends tag token

Re: [Django] #17660: extends template tag mishandles filter expressions

2012-02-20 Thread Django
#17660: extends template tag mishandles filter expressions -+ Reporter: FunkyBob |Owner: nobody Type: Bug | Status: closed Component: Template

Re: [Django] #17735: 1.4 release notes don't mention that user messages are gone

2012-02-20 Thread Django
#17735: 1.4 release notes don't mention that user messages are gone ---+-- Reporter: poirier|Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-02-20 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-02-20 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-02-20 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-02-20 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned

Re: [Django] #17726: Admin's Recent Actions broken for multiple admin site instances with unique registered models

2012-02-20 Thread Django
#17726: Admin's Recent Actions broken for multiple admin site instances with unique registered models -+- Reporter: smacleod |Owner: nobody Type: Uncategorized|

[Django] #17735: 1.4 release notes don't mention that user messages are gone

2012-02-20 Thread Django
#17735: 1.4 release notes don't mention that user messages are gone ---+ Reporter: poirier| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4-beta-1

Re: [Django] #16406: Allow separate access to matches from urlpatterns and extra_context args

2012-02-20 Thread Django
#16406: Allow separate access to matches from urlpatterns and extra_context args -+- Reporter: apollo13 |Owner: Type: | antoviaque Cleanup/optimization

Re: [Django] #17734: 302 redirect to standard language for non-i18n URL's when returning 404.

2012-02-20 Thread Django
#17734: 302 redirect to standard language for non-i18n URL's when returning 404. --+ Reporter: petar@… |Owner: nobody Type: Bug | Status:

Re: [Django] #17733: Default timezone settings are different from the operating systems'

2012-02-20 Thread Django
#17733: Default timezone settings are different from the operating systems' -+- Reporter: berdario |Owner: aaugustin Type: | Status: new

Re: [Django] #17733: Default timezone settings are different from the operating systems'

2012-02-20 Thread Django
#17733: Default timezone settings are different from the operating systems' -+- Reporter: berdario |Owner: aaugustin Type: | Status: new

Re: [Django] #17497: Confusing exception message when using values_list with relations

2012-02-20 Thread Django
#17497: Confusing exception message when using values_list with relations -+- Reporter: ojii |Owner: Type: | antoviaque Cleanup/optimization

Re: [Django] #16758: Documentation for TEMPLATE_CONTEXT_PROCESSORS could use additional warning.

2012-02-20 Thread Django
#16758: Documentation for TEMPLATE_CONTEXT_PROCESSORS could use additional warning. -+- Reporter: cyclops |Owner: anonymous Type: |

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

2012-02-20 Thread noreply
Author: timo Date: 2012-02-20 11:08:56 -0800 (Mon, 20 Feb 2012) New Revision: 17567 Modified: django/branches/releases/1.3.X/docs/ref/settings.txt Log: [1.3.X] Fixed #16758 - Added a warning regarding overriding default settings; thanks cyclops for the suggestion & Aymeric Augustin for the

Re: [Django] #16758: Documentation for TEMPLATE_CONTEXT_PROCESSORS could use additional warning.

2012-02-20 Thread Django
#16758: Documentation for TEMPLATE_CONTEXT_PROCESSORS could use additional warning. -+- Reporter: cyclops |Owner: anonymous Type: |

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

2012-02-20 Thread noreply
Author: timo Date: 2012-02-20 11:08:22 -0800 (Mon, 20 Feb 2012) New Revision: 17566 Modified: django/trunk/docs/ref/settings.txt Log: Fixed #16758 - Added a warning regarding overriding default settings; thanks cyclops for the suggestion & Aymeric Augustin for the patch. Modified:

[Changeset] r17565 - django/branches/releases/1.3.X/docs/topics

2012-02-20 Thread noreply
Author: timo Date: 2012-02-20 10:58:34 -0800 (Mon, 20 Feb 2012) New Revision: 17565 Modified: django/branches/releases/1.3.X/docs/topics/auth.txt django/branches/releases/1.3.X/docs/topics/class-based-views.txt Log: [1.3.X] Fixed #17390 - Added a note to topics/auth.txt regarding how to

Re: [Django] #17390: Describe how to do auth for Class Based Views in the main Auth docs

2012-02-20 Thread Django
#17390: Describe how to do auth for Class Based Views in the main Auth docs -+- Reporter: ncoghlan@… |Owner: zsiciarz Type: | Status:

Re: [Django] #17390: Describe how to do auth for Class Based Views in the main Auth docs

2012-02-20 Thread Django
#17390: Describe how to do auth for Class Based Views in the main Auth docs -+- Reporter: ncoghlan@… |Owner: zsiciarz Type: | Status:

[Changeset] r17564 - django/trunk/docs/topics

2012-02-20 Thread noreply
Author: timo Date: 2012-02-20 10:57:51 -0800 (Mon, 20 Feb 2012) New Revision: 17564 Modified: django/trunk/docs/topics/auth.txt django/trunk/docs/topics/class-based-views.txt Log: Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate class-based generic views; thanks

Re: [Django] #16237: Auth docs point to old function generic views instead of generic CBV

2012-02-20 Thread Django
#16237: Auth docs point to old function generic views instead of generic CBV -+- Reporter: rasca|Owner: nobody Type: Bug | Status: closed

Re: [Django] #16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES

2012-02-20 Thread Django
#16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES ---+ Reporter: jbalogh|Owner: nobody Type: Bug|

Re: [Django] #17728: Filtering of annotated querysets broken with timezone-aware datetimes

2012-02-20 Thread Django
#17728: Filtering of annotated querysets broken with timezone-aware datetimes -+- Reporter: gg |Owner: aaugustin Type: Bug | Status:

Re: [Django] #17734: 302 redirect to standard language for non-i18n URL's when returning 404.

2012-02-20 Thread Django
#17734: 302 redirect to standard language for non-i18n URL's when returning 404. --+ Reporter: petar@… |Owner: nobody Type: Bug | Status:

Re: [Django] #6707: Another implementation for ReverseManyRelatedObjectsDescriptor.__set__ method

2012-02-20 Thread Django
#6707: Another implementation for ReverseManyRelatedObjectsDescriptor.__set__ method -+- Reporter: favo |Owner: nobody Type: Bug | Status:

Re: [Django] #16073: Django admin save not sending post remove action with m2m changed signal

2012-02-20 Thread Django
#16073: Django admin save not sending post remove action with m2m changed signal ---+- Reporter: sam@… |Owner: nobody Type: Bug| Status: closed

Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2012-02-20 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | adamjforster Type: New feature

Re: [Django] #17733: Default timezone settings are different from the operating systems'

2012-02-20 Thread Django
#17733: Default timezone settings are different from the operating systems' -+- Reporter: berdario |Owner: aaugustin Type: | Status: new

Re: [Django] #16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session.

2012-02-20 Thread Django
#16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session. -+- Reporter: jsdalton |

Re: [Django] #16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session.

2012-02-20 Thread Django
#16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session. -+- Reporter: jsdalton |

Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2012-02-20 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | adamjforster Type: New feature

Re: [Django] #17728: Filtering of annotated querysets broken with timezone-aware datetimes

2012-02-20 Thread Django
#17728: Filtering of annotated querysets broken with timezone-aware datetimes -+- Reporter: gg |Owner: aaugustin Type: Bug | Status:

[Django] #17734: 302 redirect to standard language for non-i18n URL's when returning 404.

2012-02-20 Thread Django
#17734: 302 redirect to standard language for non-i18n URL's when returning 404. --+--- Reporter: petar@… | Owner: nobody Type: Bug | Status: new Component:

[Django] #17733: Default timezone settings are different from the operating systems'

2012-02-20 Thread Django
#17733: Default timezone settings are different from the operating systems' --+- Reporter: berdario | Owner: nobody Type: Cleanup/optimization | Status: new Component: Uncategorized |

Re: [Django] #17686: file.save crashes on unicode filename

2012-02-20 Thread Django
#17686: file.save crashes on unicode filename --+ Reporter: sylvain.lebon@… |Owner: nobody Type: Uncategorized | Status: new Component: File

Re: [Django] #14518: Field.to_python not called on foreign key IDs

2012-02-20 Thread Django
#14518: Field.to_python not called on foreign key IDs -+- Reporter: wolever |Owner: nobody Type: Bug | Status: new Component: Database