Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-04 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

Re: [Django] #16987: Improve failure message for test_invalid_session_key

2011-10-04 Thread Django
#16987: Improve failure message for test_invalid_session_key --+ Reporter: justin@… |Owner: jMyles Type: Bug | Status: closed Component:

[Changeset] r16926 - django/trunk/django/contrib/sessions

2011-10-04 Thread noreply
Author: PaulM Date: 2011-10-04 22:21:47 -0700 (Tue, 04 Oct 2011) New Revision: 16926 Modified: django/trunk/django/contrib/sessions/tests.py Log: Fixed #16987 -- Improved error message for session tests. Thanks jMyles and DiskSpace for the patch. Modified:

Re: [Django] #16989: Problem with DEFAULT_DB_ALIAS in settings

2011-10-04 Thread Django
#16989: Problem with DEFAULT_DB_ALIAS in settings -+- Reporter: sergeybe@… |Owner: nobody Type: Bug | Status: closed Component: Core

[Django] #16989: Problem with DEFAULT_DB_ALIAS in settings

2011-10-04 Thread Django
#16989: Problem with DEFAULT_DB_ALIAS in settings --+--- Reporter: sergeybe@…| Owner: nobody Type: Bug | Status: new Component: Core (Other) |Version: 1.3 Severity: Normal

Re: [Django] #16988: update/cleanup deprecation timeline

2011-10-04 Thread Django
#16988: update/cleanup deprecation timeline -+- Reporter: ptone|Owner: ptone Type: | Status: assigned Cleanup/optimization

[Django] #16988: update/cleanup deprecation timeline

2011-10-04 Thread Django
#16988: update/cleanup deprecation timeline --+ Reporter: ptone | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: SVN Severity:

Re: [Django] #16987: Improve failure message for test_invalid_session_key

2011-10-04 Thread Django
#16987: Improve failure message for test_invalid_session_key --+ Reporter: justin@… |Owner: jMyles Type: Bug | Status: new Component:

Re: [Django] #16187: Refactor lookup system

2011-10-04 Thread Django
#16187: Refactor lookup system -+- Reporter: UloPe|Owner: UloPe Type: | Status: new Cleanup/optimization |

[Django] #16987: Improve failure message for test_invalid_session_key

2011-10-04 Thread Django
#16987: Improve failure message for test_invalid_session_key --+- Reporter: justin@… | Owner: jMyles Type: Bug | Status: new Component: contrib.sessions |Version: 1.3

[Django] #16986: Model.clean cannot report errors on individual fields

2011-10-04 Thread Django
#16986: Model.clean cannot report errors on individual fields + Reporter: davidfstr | Owner: nobody Type: Bug | Status: new Component: Forms |Version: SVN Severity: Normal | Keywords:

Re: [Django] #16985: Grammar error on doc

2011-10-04 Thread Django
#16985: Grammar error on doc ---+ Reporter: amiel@…| Owner: nobody Type: Bug| Status: closed Component: Uncategorized |Version: 1.3 Severity: Normal | Resolution: fixed

[Changeset] r16925 - django/trunk/docs/topics/forms

2011-10-04 Thread noreply
Author: Alex Date: 2011-10-04 16:54:12 -0700 (Tue, 04 Oct 2011) New Revision: 16925 Modified: django/trunk/docs/topics/forms/formsets.txt Log: Fixed #16985 -- corrected a few grammar errors in the docs. Modified: django/trunk/docs/topics/forms/formsets.txt

[Django] #16985: Grammar error on doc

2011-10-04 Thread Django
#16985: Grammar error on doc ---+ Reporter: amiel@…| Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.3 Severity: Normal | Keywords: Triage Stage:

Re: [Django] #16817: Add a guide on code coverage to contributing docs

2011-10-04 Thread Django
#16817: Add a guide on code coverage to contributing docs --+ Reporter: julien|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #16572: select_related doesn't work (silent/masked TypeError) over multiple one-to-one relationships

2011-10-04 Thread Django
#16572: select_related doesn't work (silent/masked TypeError) over multiple one-to- one relationships -+- Reporter: rfrankel |Owner: nobody Type: Bug |

Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-04 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index' ---+-- Reporter: bmihelac |Owner: nobody Type: Uncategorized | Status:

Re: [Django] #13165: Display edit link beside add button for ForeignKey fields in admin

2011-10-04 Thread Django
#13165: Display edit link beside add button for ForeignKey fields in admin -+- Reporter: DrMeers |Owner: stefanw Type: New feature | Status:

Re: [Django] #16572: select_related doesn't work (silent/masked TypeError) over multiple one-to-one relationships

2011-10-04 Thread Django
#16572: select_related doesn't work (silent/masked TypeError) over multiple one-to- one relationships -+- Reporter: rfrankel |Owner: nobody Type: Bug |

Re: [Django] #16869: BaseGenericInlineFormSet does not use form's save() method

2011-10-04 Thread Django
#16869: BaseGenericInlineFormSet does not use form's save() method --+ Reporter: mattaustin|Owner: pyriku Type: Bug | Status: new

Re: [Django] #16869: BaseGenericInlineFormSet does not use form's save() method

2011-10-04 Thread Django
#16869: BaseGenericInlineFormSet does not use form's save() method -+- Reporter: mattaustin |Owner: pyriku Type: Bug | Status: new

Re: [Django] #16869: BaseGenericInlineFormSet does not use form's save() method

2011-10-04 Thread Django
#16869: BaseGenericInlineFormSet does not use form's save() method -+- Reporter: mattaustin |Owner: pyriku Type: Bug | Status: new

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-04 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-04 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

[Changeset] r16924 - in django/trunk: . django/utils

2011-10-04 Thread noreply
Author: aaugustin Date: 2011-10-04 13:11:41 -0700 (Tue, 04 Oct 2011) New Revision: 16924 Modified: django/trunk/AUTHORS django/trunk/django/utils/jslex.py Log: Fixed #16971 - Made the parsing of javascript files by 'makemessages' much faster. Thanks Antti Haapala for the implementation and

Re: [Django] #16971: Speed-up for jslex used during makemessages for Javascript files.

2011-10-04 Thread Django
#16971: Speed-up for jslex used during makemessages for Javascript files. -+- Reporter: nedbatchelder|Owner: nobody Type: | Status: closed

Re: [Django] #16983: Incorporate Django Dynamic Sites App Functionality

2011-10-04 Thread Django
#16983: Incorporate Django Dynamic Sites App Functionality -+- Reporter: mhawkins82@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #16983: Incorporate Django Dynamic Sites App Functionality

2011-10-04 Thread Django
#16983: Incorporate Django Dynamic Sites App Functionality -+- Reporter: mhawkins82@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #14263: Allow fields to support custom double-underscore lookup methods

2011-10-04 Thread Django
#14263: Allow fields to support custom double-underscore lookup methods -+- Reporter: carljm |Owner: nobody Type: New feature | Status: new

Re: [Django] #16983: Incorporate Django Dynamic Sites App Functionality

2011-10-04 Thread Django
#16983: Incorporate Django Dynamic Sites App Functionality -+- Reporter: mhawkins82@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #16983: Incorporate Django Dynamic Sites App Functionality

2011-10-04 Thread Django
#16983: Incorporate Django Dynamic Sites App Functionality -+- Reporter: mhawkins82@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-04 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

[Django] #16984: Add link to the Release Notes on the download page

2011-10-04 Thread Django
#16984: Add link to the Release Notes on the download page ---+ Reporter: diegobz| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.3 Severity: Normal |

[Django] #16983: Incorporate Django Dynamic Sites App Functionality

2011-10-04 Thread Django
#16983: Incorporate Django Dynamic Sites App Functionality ---+- Reporter: mhawkins82@… | Owner: nobody Type: Uncategorized | Status: new Component: contrib.sites |Version: 1.3 Severity:

Re: [Django] #16979: adds Q objects for related fields.

2011-10-04 Thread Django
#16979: adds Q objects for related fields. -+- Reporter: javier@… |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #16115: New hook to allow change objects after all inline formsets have been saved

2011-10-04 Thread Django
#16115: New hook to allow change objects after all inline formsets have been saved -+- Reporter: igors|Owner: jezdez Type: New feature | Status:

Re: [Django] #16982: Child processes are kept alive when parent dies (with autoreload on)

2011-10-04 Thread Django
#16982: Child processes are kept alive when parent dies (with autoreload on) --+-- Reporter: fabiofz@… |Owner: nobody Type: Bug | Status: new Component: Core

[Django] #16982: Child processes are kept alive when parent dies (with autoreload on)

2011-10-04 Thread Django
#16982: Child processes are kept alive when parent dies (with autoreload on) --+ Reporter: fabiofz@… | Owner: nobody Type: Bug | Status: new Component: Core (Other) |Version: 1.3 Severity:

Re: [Django] #16902: select_related() results in a poor perfomance

2011-10-04 Thread Django
#16902: select_related() results in a poor perfomance -+- Reporter: ivan_virabyan|Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #16981: Trac user highlighting breaks if you use a h3 heading in comment

2011-10-04 Thread Django
#16981: Trac user highlighting breaks if you use a h3 heading in comment -+- Reporter: lukeplant | Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #16902: select_related() results in a poor perfomance

2011-10-04 Thread Django
#16902: select_related() results in a poor perfomance -+- Reporter: ivan_virabyan|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16963: relocate base View class to views.base from views.generic.base

2011-10-04 Thread Django
#16963: relocate base View class to views.base from views.generic.base --+ Reporter: ptone |Owner: ptone Type: Cleanup/optimization | Status: assigned

[Django] #16980: updates and fixes to auth docs

2011-10-04 Thread Django
#16980: updates and fixes to auth docs --+ Reporter: ptone | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: SVN Severity: Normal

Re: [Django] #2552: [contrib] get IP from X-Forwarded-For

2011-10-04 Thread Django
#2552: [contrib] get IP from X-Forwarded-For -+-- Reporter: ian@…|Owner: adrian Type: enhancement | Status: closed Component: Metasystem |

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-04 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #2552: [contrib] get IP from X-Forwarded-For

2011-10-04 Thread Django
#2552: [contrib] get IP from X-Forwarded-For -+-- Reporter: ian@…|Owner: adrian Type: enhancement | Status: closed Component: Metasystem |

Re: [Django] #3706: [patch] Support for nested/compound forms for newforms

2011-10-04 Thread Django
#3706: [patch] Support for nested/compound forms for newforms -+- Reporter: Jeroen van Dongen|Owner: nobody | Status: closed Type: Uncategorized|