Re: [Django] #17243: running syncdb alters table django_site (replaces site info with "example")

2011-11-17 Thread Django
#17243: running syncdb alters table django_site (replaces site info with "example") -+- Reporter: nikita.delyukov@…|Owner: nobody Type: Bug | Status:

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: closed

Re: [Django] #17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost

2011-11-17 Thread Django
#17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost -+- Reporter: mwhudson |Owner: aaugustin Type: Bug

Re: [Django] #17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost

2011-11-17 Thread Django
#17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost -+- Reporter: mwhudson |Owner: aaugustin Type: Bug

Re: [Django] #17238: Link to source code in docs

2011-11-17 Thread Django
#17238: Link to source code in docs -+- Reporter: santiagobasulto |Owner: nobody Type: New feature | Status: new Component: Documentation|

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

2011-11-17 Thread noreply
Author: aaugustin Date: 2011-11-17 23:09:18 -0800 (Thu, 17 Nov 2011) New Revision: 17105 Modified: django/trunk/docs/topics/testing.txt Log: Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRaisesMessage. Modified: django/trunk/docs/topics/testing.txt

Re: [Django] #17248: TestCase.assertRaisesMessage is only in Dev version

2011-11-17 Thread Django
#17248: TestCase.assertRaisesMessage is only in Dev version --+ Reporter: greg.nicholas@… |Owner: nobody Type: Cleanup/optimization | Status: closed Component:

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

2011-11-17 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 |Owner:

Re: [Django] #17252: Multi-sort in admin does not respect initial admin_order_field

2011-11-17 Thread Django
#17252: Multi-sort in admin does not respect initial admin_order_field -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new

Re: [Django] #17252: Multi-sort in admin does not respect initial admin_order_field

2011-11-17 Thread Django
#17252: Multi-sort in admin does not respect initial admin_order_field -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: closed

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: closed

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: reopened

[Django] #17253: Add foreign object in memory without saving to database

2011-11-17 Thread Django
#17253: Add foreign object in memory without saving to database --+ Reporter: cyberkoa@…| Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: reopened

Re: [Django] #16891: [patch] Delete/update should return number of rows modified (was: Delete/update should return number of rows modified)

2011-11-17 Thread Django
#16891: [patch] Delete/update should return number of rows modified -+- Reporter: estebistec |Owner: Type: New feature | estebistec Component: Database layer |

[Django] #17252: Multi-sort in admin does not respect initial admin_order_field

2011-11-17 Thread Django
#17252: Multi-sort in admin does not respect initial admin_order_field ---+- Reporter: sebastian | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: SVN

[Changeset] r17104 - django/trunk/docs/internals

2011-11-17 Thread noreply
Author: carljm Date: 2011-11-17 17:36:57 -0800 (Thu, 17 Nov 2011) New Revision: 17104 Modified: django/trunk/docs/internals/committers.txt Log: Updated committer bio. Modified: django/trunk/docs/internals/committers.txt === ---

Re: [Django] #17243: running syncdb alters table django_site (replaces site info with "example")

2011-11-17 Thread Django
#17243: running syncdb alters table django_site (replaces site info with "example") -+- Reporter: nikita.delyukov@…|Owner: nobody Type: Bug | Status:

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

2011-11-17 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 |Owner:

Re: [Django] #13394: django.contrib.auth.tests fail with custom Authentication Backends

2011-11-17 Thread Django
#13394: django.contrib.auth.tests fail with custom Authentication Backends -+- Reporter: timc3|Owner: nobody Type: Bug | Status: new

Re: [Django] #2879: Add live test server support to test framework

2011-11-17 Thread Django
#2879: Add live test server support to test framework -+- Reporter: Mikeal Rogers|Owner: devin | Status: new Type: New

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

2011-11-17 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 |Owner:

[Django] #17251: select_for_update tests threads should close connections manually

2011-11-17 Thread Django
#17251: select_for_update tests threads should close connections manually --+ Reporter: akaariai | Owner: nobody Type: Cleanup/optimization | Status: new Component: Uncategorized |

Re: [Django] #2879: Add live test server support to test framework

2011-11-17 Thread Django
#2879: Add live test server support to test framework -+- Reporter: Mikeal Rogers|Owner: devin | Status: new Type: New

Re: [Django] #17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost

2011-11-17 Thread Django
#17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost -+- Reporter: mwhudson |Owner: nobody Type: Bug

[Django] #17250: Running unit test based on example tests.py not working

2011-11-17 Thread Django
#17250: Running unit test based on example tests.py not working ---+ Reporter: social@… | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.3

Re: [Django] #17243: running syncdb alters table django_site (replaces site info with "example")

2011-11-17 Thread Django
#17243: running syncdb alters table django_site (replaces site info with "example") -+- Reporter: nikita.delyukov@…|Owner: nobody Type: Bug | Status:

Re: [Django] #17115: Problem loading fixtures sql files when models are in models/ directory and not in the models.py

2011-11-17 Thread Django
#17115: Problem loading fixtures sql files when models are in models/ directory and not in the models.py -+- Reporter: shomodj@…|Owner: nobody Type: Bug |

Re: [Django] #17249: cache.set() returns None, even in the case of failure

2011-11-17 Thread Django
#17249: cache.set() returns None, even in the case of failure -+- Reporter: russellneufeld@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17209: Dogfood class-based views in contrib.auth

2011-11-17 Thread Django
#17209: Dogfood class-based views in contrib.auth -+- Reporter: melinath |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #17145: Documentation lacking import paths

2011-11-17 Thread Django
#17145: Documentation lacking import paths ---+-- Reporter: drozzy@… |Owner: nobody Type: Bug| Status: closed Component: Documentation |

Re: [Django] #17230: Broken boolean comparison in template 'if' '==' expression

2011-11-17 Thread Django
#17230: Broken boolean comparison in template 'if' '==' expression -+- Reporter: anatoly techtonik|Owner: nobody | Status: closed

[Changeset] r17103 - django/trunk/docs/ref/templates

2011-11-17 Thread noreply
Author: lukeplant Date: 2011-11-17 14:00:08 -0800 (Thu, 17 Nov 2011) New Revision: 17103 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed some ReST errors in 'regroup' template tag docs Modified: django/trunk/docs/ref/templates/builtins.txt

Re: [Django] #17238: Link to source code in docs

2011-11-17 Thread Django
#17238: Link to source code in docs -+-- Reporter: santiagobasulto |Owner: nobody Type: New feature | Status: new Component: Documentation|

Re: [Django] #16074: Class-based views clash get_context_data

2011-11-17 Thread Django
#16074: Class-based views clash get_context_data ---+ Reporter: emyller|Owner: tobias Type: Bug| Status: assigned Component: Generic views |

Re: [Django] #17242: Kwargs are not in the context if you inherit from BaseListView or it's subclasses

2011-11-17 Thread Django
#17242: Kwargs are not in the context if you inherit from BaseListView or it's subclasses -+- Reporter: Fact Fiber |Owner: nobody Type: Bug |

Re: [Django] #17248: TestCase.assertRaisesMessage is only in Dev version

2011-11-17 Thread Django
#17248: TestCase.assertRaisesMessage is only in Dev version --+ Reporter: greg.nicholas@… |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #17128: Python 2.5-incompatible change in r16319 -- ModelAdmin.list_display.index method called

2011-11-17 Thread Django
#17128: Python 2.5-incompatible change in r16319 -- ModelAdmin.list_display.index method called -+- Reporter: DrMeers |Owner: DrMeers Type: Bug |

[Changeset] r17102 - in django/trunk: django/contrib/admin/views tests/regressiontests/admin_changelist

2011-11-17 Thread noreply
Author: jezdez Date: 2011-11-17 13:30:07 -0800 (Thu, 17 Nov 2011) New Revision: 17102 Modified: django/trunk/django/contrib/admin/views/main.py django/trunk/tests/regressiontests/admin_changelist/admin.py django/trunk/tests/regressiontests/admin_changelist/models.py

Re: [Django] #17249: cache.set() returns None, even in the case of failure

2011-11-17 Thread Django
#17249: cache.set() returns None, even in the case of failure -+- Reporter: russellneufeld@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17249: cache.set() returns None, even in the case of failure

2011-11-17 Thread Django
#17249: cache.set() returns None, even in the case of failure -+- Reporter: russellneufeld@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17223: django.contrib.sessions.backends.session_cookies is Incorrectly Referenced

2011-11-17 Thread Django
#17223: django.contrib.sessions.backends.session_cookies is Incorrectly Referenced -+- Reporter: bryanveloso |Owner: nobody Type: Bug | Status:

[Changeset] r17101 - in django/trunk: django/contrib/sessions/backends docs/topics/http

2011-11-17 Thread noreply
Author: jezdez Date: 2011-11-17 13:16:42 -0800 (Thu, 17 Nov 2011) New Revision: 17101 Modified: django/trunk/django/contrib/sessions/backends/signed_cookies.py django/trunk/docs/topics/http/sessions.txt Log: Fixed #17223 -- Correctly reference the signed cookies session backend. Thanks,

[Django] #17249: cache.set() returns None, even in the case of failure

2011-11-17 Thread Django
#17249: cache.set() returns None, even in the case of failure -+ Reporter: russellneufeld@… | Owner: nobody Type: Bug | Status: new Component: Core (Cache system) |Version: 1.3

Re: [Django] #5622: Empty ipaddress raises an error (invalid input syntax for type inet: "")

2011-11-17 Thread Django
#5622: Empty ipaddress raises an error (invalid input syntax for type inet: "") -+ Reporter: anonymous|Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #2443: Add IntervalField to database models

2011-11-17 Thread Django
#2443: Add IntervalField to database models -+- Reporter: ben.tucker@… |Owner: Adys Type: New feature | Status: new Component: Database layer

Re: [Django] #5423: "dumpdata" should stream output one row at a time

2011-11-17 Thread Django
#5423: "dumpdata" should stream output one row at a time -+- Reporter: adrian |Owner: ramiro Type: New feature | Status: assigned Component:

Re: [Django] #2879: Add live test server support to test framework

2011-11-17 Thread Django
#2879: Add live test server support to test framework -+- Reporter: Mikeal Rogers|Owner: devin | Status: new Type: New

[Django] #17248: TestCase.assertRaisesMessage is only in Dev version

2011-11-17 Thread Django
#17248: TestCase.assertRaisesMessage is only in Dev version --+ Reporter: greg.nicholas@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: SVN

Re: [Django] #15246: Allow to change session expiration without re-saving session data.

2011-11-17 Thread Django
#15246: Allow to change session expiration without re-saving session data. --+ Reporter: zimnyx|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17194: Auth tests failing on non-US locales

2011-11-17 Thread Django
#17194: Auth tests failing on non-US locales + Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new Component: contrib.auth|

Re: [Django] #17247: `django.contrib.auth` tests fail with non english localisation

2011-11-17 Thread Django
#17247: `django.contrib.auth` tests fail with non english localisation --+-- Reporter: rabio |Owner: nobody Type: Bug | Status: closed Component:

[Django] #17247: `django.contrib.auth` tests fail with non english localisation

2011-11-17 Thread Django
#17247: `django.contrib.auth` tests fail with non english localisation --+ Reporter: rabio | Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: SVN Severity: Normal

Re: [Django] #326: IPAddressField in decimal format

2011-11-17 Thread Django
#326: IPAddressField in decimal format -+- Reporter: Bless|Owner: adrian Type: enhancement | Status: closed Component: Database layer

Re: [Django] #3011: Allow for extendable auth_user module

2011-11-17 Thread Django
#3011: Allow for extendable auth_user module ---+ Reporter: nowell strite |Owner: nobody Type: New feature| Status: new Component: contrib.auth |

Re: [Django] #17194: Auth tests failing on non-US locales

2011-11-17 Thread Django
#17194: Auth tests failing on non-US locales + Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new Component: contrib.auth|

[Django] #17246: title localization

2011-11-17 Thread Django
#17246: title localization --+ Reporter: anonymous | Owner: nobody Type: Cleanup/optimization | Status: new Component: contrib.admin |Version: 1.3 Severity:

[Django] #17245: IpAddressField not stored effeciently

2011-11-17 Thread Django
#17245: IpAddressField not stored effeciently --+ Reporter: harm | Owner: nobody Type: Bug | Status: new Component: Database layer (models, ORM) |

Re: [Django] #17194: Auth tests failing on non-US locales

2011-11-17 Thread Django
#17194: Auth tests failing on non-US locales + Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new Component: contrib.auth|

Re: [Django] #16211: using negated F()-expression in update query

2011-11-17 Thread Django
#16211: using negated F()-expression in update query -+- Reporter: wdoekes |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #8936: add databrowse-like functionality to the admin

2011-11-17 Thread Django
#8936: add databrowse-like functionality to the admin ---+- Reporter: simon |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #2879: Add live test server support to test framework

2011-11-17 Thread Django
#2879: Add live test server support to test framework -+- Reporter: Mikeal Rogers|Owner: devin | Status: new Type: New