Re: [Django] #6903: Go back to old change_list view after hitting save

2012-12-30 Thread Django
#6903: Go back to old change_list view after hitting save ---+ Reporter: jarrow |Owner: Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #19505: Clean up implementation of admin post-save redirects

2012-12-30 Thread Django
#19505: Clean up implementation of admin post-save redirects --+ Reporter: julien|Owner: julien Type: Cleanup/optimization | Status: closed Component:

[django/django] fa7153: [1.5.x] Added further flexibility to ModelAdmin fo...

2012-12-30 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: fa7153612999191323a206b8bf478f6a78d55073 https://github.com/django/django/commit/fa7153612999191323a206b8bf478f6a78d55073 Author: Julien Phalip Date: 2012-12-30 (Sun, 30 Dec 2012) Changed paths:

Re: [Django] #17650: BaseForm doesn't implement __contains__

2012-12-30 Thread Django
#17650: BaseForm doesn't implement __contains__ -+- Reporter: etox |Owner: Type: Uncategorized| vijay_shanker Component: Forms|

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

Re: [Django] #19505: Clean up implementation of admin post-save redirects

2012-12-30 Thread Django
#19505: Clean up implementation of admin post-save redirects --+ Reporter: julien|Owner: julien Type: Cleanup/optimization | Status: closed Component:

[django/django] cee40c: Added further flexibility to ModelAdmin for contro...

2012-12-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cee40c7d79930ff42bde4730f43e68a624e47b0f https://github.com/django/django/commit/cee40c7d79930ff42bde4730f43e68a624e47b0f Author: Julien Phalip Date: 2012-12-30 (Sun, 30 Dec 2012) Changed paths: M

Re: [Django] #13575: nb/nn locale not a valid python locale

2012-12-30 Thread Django
#13575: nb/nn locale not a valid python locale -+- Reporter: oyvind |Owner: nobody Type: Uncategorized| Status: closed Component:

[Django] #19542: Testing with Oracle: mirror databases do not work

2012-12-30 Thread Django
#19542: Testing with Oracle: mirror databases do not work ---+ Reporter: shai | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.4 Severity: Nor

Re: [Django] #19453: Sensitive variables decorator does not hide sensitive variables

2012-12-30 Thread Django
#19453: Sensitive variables decorator does not hide sensitive variables -+ Reporter: vzima|Owner: julien Type: Bug | Status: new Component: Core

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: aaugustin Type: Bug | Status: ass

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: aaugustin Type: Bug | Status: ass

Re: [Django] #19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct()

2012-12-30 Thread Django
#19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct() -+- Reporter: anonymous|Owner: claudep Type: Bug | Statu

Re: [Django] #16649: Models.save() refactoring: check updated rows to determine action

2012-12-30 Thread Django
#16649: Models.save() refactoring: check updated rows to determine action -+- Reporter: akaariai |Owner: nobody Type: | Status: new Clea

Re: [Django] #16187: Refactor lookup system

2012-12-30 Thread Django
#16187: Refactor lookup system -+- Reporter: UloPe|Owner: UloPe Type: | Status: new Cleanup/optimization |

Re: [Django] #16213: View collections in the generic views

2012-12-30 Thread Django
#16213: View collections in the generic views ---+ Reporter: hvdklauw |Owner: hvdklauw Type: New feature| Status: new Component: Generic views | V

Re: [Django] #17208: Dogfood class-based views in contrib.admin

2012-12-30 Thread Django
#17208: Dogfood class-based views in contrib.admin -+- Reporter: melinath |Owner: Type: | Status: new Cleanup/optimization

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: aaugustin Type: Bug | Status: ass

Re: [Django] #19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct()

2012-12-30 Thread Django
#19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct() -+- Reporter: anonymous|Owner: claudep Type: Bug | Statu

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

[Django] #19541: Reversing URLs in streamed responses (probably) doesn't work

2012-12-30 Thread Django
#19541: Reversing URLs in streamed responses (probably) doesn't work -+ Reporter: aaugustin | Owner: nobody Type: Bug| Status: new Component: HTTP h

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: aaugustin Type: Bug | Status: ass

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

Re: [Django] #19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3

2012-12-30 Thread Django
#19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3 ---+--- Reporter: astorije@… |Owner: nobody Type: Uncategorized | Status:

Re: [Django] #18623: RSS feeds specify Atom namespace

2012-12-30 Thread Django
#18623: RSS feeds specify Atom namespace -+- Reporter: djangoproject@… |Owner: nobody Type: Bug | Status: closed Component: contrib.syndication

Re: [Django] #19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct()

2012-12-30 Thread Django
#19426: EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct() -+- Reporter: anonymous|Owner: claudep Type: Bug | Statu

Re: [Django] #19134: Can't close SMTP connection, when already disconnected.

2012-12-30 Thread Django
#19134: Can't close SMTP connection, when already disconnected. --+ Reporter: sebastian_noack |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #19134: Can't close SMTP connection, when already disconnected.

2012-12-30 Thread Django
#19134: Can't close SMTP connection, when already disconnected. --+ Reporter: sebastian_noack |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #18898: has_changed fails to compare model instance with primary key

2012-12-30 Thread Django
#18898: has_changed fails to compare model instance with primary key + Reporter: adsva |Owner: nobody Type: Bug | Status: new Component: Forms | Version:

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: aaugustin Type: Bug | Status: ass

Re: [Django] #18623: RSS feeds specify Atom namespace

2012-12-30 Thread Django
#18623: RSS feeds specify Atom namespace -+- Reporter: djangoproject@… |Owner: nobody Type: Bug | Status: new Component: contrib.syndication |

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

[Django] #19540: Deprecation warning in the test suite under Python 3.3

2012-12-30 Thread Django
#19540: Deprecation warning in the test suite under Python 3.3 -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: new Component: Core

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

Re: [Django] #12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions

2012-12-30 Thread Django
#12579: QuerySet.get_or_create()'s behavior depends on database's uniqueness restrictions -+- Reporter: timmolendijk |Owner: Type: Bug | vijay_shanker Component:

[Django] #19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3

2012-12-30 Thread Django
#19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3 ---+- Reporter: astorije@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Ve

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: nobody Type: Bug | Status: new

Re: [Django] #16241: Django runserver (<=1.3) is not WSGI compliant.

2012-12-30 Thread Django
#16241: Django runserver (<=1.3) is not WSGI compliant. --+- Reporter: grahamd |Owner: aaugustin Type: Bug | Status: assigned Component: Core (Other) |

Re: [Django] #16241: Django runserver (<=1.3) is not WSGI compliant.

2012-12-30 Thread Django
#16241: Django runserver (<=1.3) is not WSGI compliant. --+- Reporter: grahamd |Owner: aaugustin Type: Bug | Status: assigned Component: Core (Other) |

Re: [Django] #16241: Django runserver (<=1.3) is not WSGI compliant.

2012-12-30 Thread Django
#16241: Django runserver (<=1.3) is not WSGI compliant. --+ Reporter: grahamd |Owner: nobody Type: Bug | Status: new Component: Core (Other) |

Re: [Django] #11475: test.Client.session.save() raises error for anonymous users

2012-12-30 Thread Django
#11475: test.Client.session.save() raises error for anonymous users ---+-- Reporter: egmanoj@… |Owner: nobody Type: Bug| Status: new Component: T

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: nobody Type: Bug | Status: new

Re: [Django] #16241: Django runserver (<=1.3) is not WSGI compliant.

2012-12-30 Thread Django
#16241: Django runserver (<=1.3) is not WSGI compliant. --+ Reporter: grahamd |Owner: nobody Type: Bug | Status: closed Component: Core (Other) |

Re: [Django] #19536: in ModelAdmin disabling has_add_permission results in not showing any object-tools

2012-12-30 Thread Django
#19536: in ModelAdmin disabling has_add_permission results in not showing any object-tools --+ Reporter: a.fazeli@…|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #19538: __admin_media_prefix__ in admin templates

2012-12-30 Thread Django
#19538: __admin_media_prefix__ in admin templates ---+-- Reporter: andrew@… |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized

Re: [Django] #5241: Response middleware runs too early for streaming responses (was: i18n not working when the parameter to HttpResponse is an iterator.)

2012-12-30 Thread Django
#5241: Response middleware runs too early for streaming responses -+- Reporter: bittor |Owner: aaugustin Type: Bug | Status: new Compone

Re: [Django] #19529: Searching documentation for "class based views" gives ten times the same result

2012-12-30 Thread Django
#19529: Searching documentation for "class based views" gives ten times the same result -+- Reporter: wim@…|Owner: nobody Type: Bug | Statu

Re: [Django] #13142: Add support for SSL connections in core.mail.backends.smtp

2012-12-30 Thread Django
#13142: Add support for SSL connections in core.mail.backends.smtp -+-- Reporter: serg.partizan@… |Owner: jwmayfield Type: New feature | Status: assigned Component:

Re: [Django] #16330: dumpdata: filter output with given pimary keys

2012-12-30 Thread Django
#16330: dumpdata: filter output with given pimary keys --+ Reporter: guettli |Owner: bchoi Type: New feature | Status: assigned Component: Cor

Re: [Django] #16774: Backtracking URL resolver

2012-12-30 Thread Django
#16774: Backtracking URL resolver ---+ Reporter: nbstrite |Owner: nobody Type: New feature| Status: new Component: HTTP handling | Version: maste

Re: [Django] #19519: Django fails to close db connections at end of request-response cycle

2012-12-30 Thread Django
#19519: Django fails to close db connections at end of request-response cycle -+- Reporter: amosonn@…|Owner: nobody Type: Bug | Status: new

Re: [Django] #19532: URL encoding error in set_script_prefix

2012-12-30 Thread Django
#19532: URL encoding error in set_script_prefix -+-- Reporter: anonymous|Owner: nobody Type: Bug | Status: closed Component: Core (URLs) |

[django/django] e871e0: [1.5.x] Made gis get_default_columns mirror change...

2012-12-30 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: e871e0217838ee0a7a47ec1bdf81add5198227e7 https://github.com/django/django/commit/e871e0217838ee0a7a47ec1bdf81add5198227e7 Author: Anssi Kääriäinen Date: 2012-12-30 (Sun, 30 Dec 2012) Changed path

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

[django/django] f80a19: Fixed GIS regression in get_default_columns()

2012-12-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f80a1934cdb465c70ecc215fdf867e555a670623 https://github.com/django/django/commit/f80a1934cdb465c70ecc215fdf867e555a670623 Author: Anssi Kääriäinen Date: 2012-12-30 (Sun, 30 Dec 2012) Changed paths:

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19385: Add support for multiple-column join

2012-12-30 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

[django/django] 9ef3ca: Made sure join_field is always available in .join(...

2012-12-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9ef3cab40b1806d99172e94954976413f860a476 https://github.com/django/django/commit/9ef3cab40b1806d99172e94954976413f860a476 Author: Anssi Kääriäinen Date: 2012-12-30 (Sun, 30 Dec 2012) Changed paths: