Re: [Django] #15900: reverse() does not properly escape namespaced views

2011-04-30 Thread Django
#15900: reverse() does not properly escape namespaced views +-- Reporter: teolicy | Owner: dmclain Type: Bug | Status: assigned Milestone:| C

Re: [Django] #5833: Custom FilterSpecs

2011-04-30 Thread Django
#5833: Custom FilterSpecs -+- Reporter: | Owner: jkocherhans Honza_Kral | Status: assigned Type: New| Component: contrib.

Re: [Django] #6064: Allow database connection initialization commands

2011-04-30 Thread Django
#6064: Allow database connection initialization commands -+- Reporter: jacob | Owner: floguy Type: | Status: closed Uncategorized |

[Changeset] r16136 - django/trunk/django/contrib/admindocs

2011-04-30 Thread noreply
Author: ramiro Date: 2011-04-30 20:06:03 -0700 (Sat, 30 Apr 2011) New Revision: 16136 Modified: django/trunk/django/contrib/admindocs/views.py Log: Removed leftover use of deprecated AdminSite.root in admindoc. Modified: django/trunk/django/contrib/admindocs/views.py ==

Re: [Django] #15693: Support broken for custom widgets in inlines Jquery based Add new

2011-04-30 Thread Django
#15693: Support broken for custom widgets in inlines Jquery based Add new --+--- Reporter: brillgen| Owner: nobody Type: Bug | Status: closed Milestone:

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

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

Re: [Django] #15936: Syndication: Turning off autoescape (content:encoded)

2011-04-30 Thread Django
#15936: Syndication: Turning off autoescape (content:encoded) -+- Reporter: Brant | Owner: nobody Steen | Status: new Type: New| Component

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

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

[Django] #15936: Syndication: Turning off autoescape (content:encoded)

2011-04-30 Thread Django
#15936: Syndication: Turning off autoescape (content:encoded) --+ Reporter: Brant Steen| Owner: nobody Type: New feature | Status: new Milestone:|

Re: [Django] #15935: Allow django admin filter to be hidable

2011-04-30 Thread Django
#15935: Allow django admin filter to be hidable -+- Reporter: jjconti| Owner: nobody Type: New| Status: new feature| Componen

Re: [Django] #5931: __repr__ for db Fields

2011-04-30 Thread Django
#5931: __repr__ for db Fields -+- Reporter: Thomas | Owner: nobody Güttler | Status: new Type: | Component: Database layer Cle

Re: [Django] #5931: __repr__ for db Fields

2011-04-30 Thread Django
#5931: __repr__ for db Fields -+- Reporter: Thomas | Owner: nobody Güttler | Status: new Type: | Component: Database layer Cle

[Changeset] r16135 - django/trunk/django

2011-04-30 Thread noreply
Author: ramiro Date: 2011-04-30 15:51:48 -0700 (Sat, 30 Apr 2011) New Revision: 16135 Modified: django/trunk/django/__init__.py Log: Django is now 1.4 pre-alpha. Modified: django/trunk/django/__init__.py === --- django/trunk/djang

[Changeset] r16134 - django/trunk/django/contrib/admin

2011-04-30 Thread noreply
Author: ramiro Date: 2011-04-30 15:24:08 -0700 (Sat, 30 Apr 2011) New Revision: 16134 Modified: django/trunk/django/contrib/admin/sites.py Log: Cleaned up admin sites.py imports. Modified: django/trunk/django/contrib/admin/sites.py ==

Re: [Django] #9475: add(), create(), etc. should be supported by intermedite ManyToMany model with extra attributes if extra fields can be calculated

2011-04-30 Thread Django
#9475: add(), create(), etc. should be supported by intermedite ManyToMany model with extra attributes if extra fields can be calculated -+- Reporter: omat@… | Owner: nobody Type

Re: [Django] #15929: test.client.RequestFactory keeps state

2011-04-30 Thread Django
#15929: test.client.RequestFactory keeps state -+- Reporter: | Owner: nobody m.vantellingen@… | Status: new Type: Bug| Component

Re: [Django] #13729: UK localflavor mis-named/documentation bug.

2011-04-30 Thread Django
#13729: UK localflavor mis-named/documentation bug. -+- Reporter: schinckel | Owner: nobody Type: Bug| Status: new Milestone: | Comp

Re: [Django] #13729: UK localflavor mis-named/documentation bug.

2011-04-30 Thread Django
#13729: UK localflavor mis-named/documentation bug. -+- Reporter: schinckel | Owner: nobody Type: Bug| Status: new Milestone: | Comp

Re: [Django] #5931: __repr__ for db Fields

2011-04-30 Thread Django
#5931: __repr__ for db Fields -+- Reporter: Thomas | Owner: nobody Güttler | Status: new Type: | Component: Database layer Cle

[Django] #15935: Allow django admin filter to be hidable

2011-04-30 Thread Django
#15935: Allow django admin filter to be hidable +--- Reporter: jjconti | Owner: nobody Type: New feature | Status: new Milestone: | Component: contrib.admin Versio

Re: [Django] #13729: UK localflavor mis-named/documentation bug.

2011-04-30 Thread Django
#13729: UK localflavor mis-named/documentation bug. -+- Reporter: schinckel | Owner: nobody Type: Bug| Status: new Milestone: | Comp

Re: [Django] #5931: __repr__ for db Fields

2011-04-30 Thread Django
#5931: __repr__ for db Fields -+- Reporter: Thomas | Owner: nobody Güttler | Status: new Type: | Component: Database layer Cle

Re: [Django] #12595: Localflavor bad arguments handling

2011-04-30 Thread Django
#12595: Localflavor bad arguments handling -+- Reporter: sayane | Owner: Type: Bug| Status: new Milestone: | Component: contrib.l

Re: [Django] #15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves.

2011-04-30 Thread Django
#15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves. -+- Reporter: | Owner: nobody foxwhisper | Status: c

Re: [Django] #15926: Option to not load initial fixtures during syncdb

2011-04-30 Thread Django
#15926: Option to not load initial fixtures during syncdb -+- Reporter: | Owner: msiedlarek msiedlarek | Status: new Type: New|

Re: [Django] #12595: Localflavor bad arguments handling

2011-04-30 Thread Django
#12595: Localflavor bad arguments handling +- Reporter: sayane| Owner: Type: Bug | Status: new Milestone:| Component: contrib.local

Re: [Django] #15931: Patch for admin change form to dodge multi-db bug

2011-04-30 Thread Django
#15931: Patch for admin change form to dodge multi-db bug -+- Reporter: dchandek | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves.

2011-04-30 Thread Django
#15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves. -+- Reporter: | Owner: nobody foxwhisper | Status: c

Re: [Django] #15934: django sitemaps priority tag not correctly formatted

2011-04-30 Thread Django
#15934: django sitemaps priority tag not correctly formatted -+- Reporter: | Owner: nobody oleiade.nab@… | Status: closed Type: Bug

Re: [Django] #15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves.

2011-04-30 Thread Django
#15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves. -+- Reporter: | Owner: nobody foxwhisper | Status: r

Re: [Django] #15294: Use named urls instead of hard coded ones in admin views

2011-04-30 Thread Django
#15294: Use named urls instead of hard coded ones in admin views ---+--- Reporter: julien | Owner: ramiro Type: New feature | Status: new Milestone:

Re: [Django] #12483: Error message when Model.__unicode__() returns None

2011-04-30 Thread Django
#12483: Error message when Model.__unicode__() returns None -+- Reporter: lsaffre| Owner: nobody Type: New| Status: closed feature

[Changeset] r16133 - django/trunk/tests/regressiontests/mail

2011-04-30 Thread noreply
Author: jezdez Date: 2011-04-30 07:00:15 -0700 (Sat, 30 Apr 2011) New Revision: 16133 Modified: django/trunk/tests/regressiontests/mail/tests.py Log: Fixed #11928 -- Added test for tuple to list conversion during mail message initialization added in r11709. Thanks, Claude Paroz. Modified: dja

Re: [Django] #11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple

2011-04-30 Thread Django
#11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple -+- Reporter: | Owner: bendavis78 bendavis78 | Status:

Re: [Django] #15760: Feature: JS Hooks for Dynamic Inlines

2011-04-30 Thread Django
#15760: Feature: JS Hooks for Dynamic Inlines ---+ Reporter: mlavin | Owner: nobody Type: New feature | Status: new Milestone: | Compone

Re: [Django] #15934: django sitemaps priority tag not correctly formatted

2011-04-30 Thread Django
#15934: django sitemaps priority tag not correctly formatted -+- Reporter: | Owner: nobody oleiade.nab@… | Status: new Type: Bug|

[Django] #15934: django sitemaps priority tag not correctly formatted

2011-04-30 Thread Django
#15934: django sitemaps priority tag not correctly formatted -+- Reporter: oleiade.nab@…| Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #15693: Support broken for custom widgets in inlines Jquery based Add new

2011-04-30 Thread Django
#15693: Support broken for custom widgets in inlines Jquery based Add new --+--- Reporter: brillgen| Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #15693: Support broken for custom widgets in inlines Jquery based Add new

2011-04-30 Thread Django
#15693: Support broken for custom widgets in inlines Jquery based Add new --+--- Reporter: brillgen| Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #15640: New initial digit in Spain phone numbers

2011-04-30 Thread Django
#15640: New initial digit in Spain phone numbers -+- Reporter: fenikso| Owner: nobody Type: Bug| Status: closed Milestone: | Comp

[Changeset] r16132 - in django/trunk: django/contrib/localflavor/es tests/regressiontests/forms/localflavor

2011-04-30 Thread noreply
Author: jezdez Date: 2011-04-30 06:40:05 -0700 (Sat, 30 Apr 2011) New Revision: 16132 Modified: django/trunk/django/contrib/localflavor/es/forms.py django/trunk/tests/regressiontests/forms/localflavor/es.py Log: Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor's

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

2011-04-30 Thread noreply
Author: jezdez Date: 2011-04-30 06:37:53 -0700 (Sat, 30 Apr 2011) New Revision: 16131 Modified: django/branches/releases/1.3.X/docs/topics/auth.txt Log: [1.3.X] Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_login to an own "Helper functions" section. Backport fo

Re: [Django] #6581: django.contrib.auth.views.redirect_to_login isn't a view

2011-04-30 Thread Django
#6581: django.contrib.auth.views.redirect_to_login isn't a view -+- Reporter: | Owner: nobody steve_cassidy51| Status: closed Type:

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

2011-04-30 Thread noreply
Author: jezdez Date: 2011-04-30 06:37:03 -0700 (Sat, 30 Apr 2011) New Revision: 16130 Modified: django/trunk/docs/topics/auth.txt Log: Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_login to an own "Helper functions" section. Modified: django/trunk/docs/topics/au

Re: [Django] #6581: django.contrib.auth.views.redirect_to_login isn't a view

2011-04-30 Thread Django
#6581: django.contrib.auth.views.redirect_to_login isn't a view -+- Reporter: | Owner: nobody steve_cassidy51| Status: closed Type:

Re: [Django] #15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves.

2011-04-30 Thread Django
#15923: Validate that IntegerField is a valid Signed value for databases that don't do it themselves. -+- Reporter: | Owner: nobody foxwhisper | Status: c

Re: [Django] #15929: test.client.RequestFactory keeps state

2011-04-30 Thread Django
#15929: test.client.RequestFactory keeps state -+- Reporter: | Owner: nobody m.vantellingen@… | Status: new Type: Bug| Component

Re: [Django] #15929: test.client.RequestFactory keeps state

2011-04-30 Thread Django
#15929: test.client.RequestFactory keeps state -+- Reporter: | Owner: nobody m.vantellingen@… | Status: new Type: Bug| Component

Re: [Django] #15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware

2011-04-30 Thread Django
#15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware -+- Reporter: slinkp | Owner: ShawnMilo Type: Bug| Statu

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

2011-04-30 Thread noreply
Author: timo Date: 2011-04-30 06:02:47 -0700 (Sat, 30 Apr 2011) New Revision: 16129 Modified: django/branches/releases/1.3.X/docs/topics/testing.txt Log: [1.3.X] Fixed #15876 - Document that test.client.RequestFactory doesn't support sessions or request-altering middleware; thanks slinkp for t

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

2011-04-30 Thread noreply
Author: timo Date: 2011-04-30 05:59:24 -0700 (Sat, 30 Apr 2011) New Revision: 16128 Modified: django/trunk/docs/topics/testing.txt Log: Fixed #15876 - Document that test.client.RequestFactory doesn't support sessions or request-altering middleware; thanks slinkp for the suggestion, ShawnMilo

Re: [Django] #15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware

2011-04-30 Thread Django
#15876: Document that test.client.RequestFactory doesn't support sessions or request-altering middleware -+- Reporter: slinkp | Owner: ShawnMilo Type: Bug| Statu

Re: [Django] #15926: Option to not load initial fixtures during syncdb

2011-04-30 Thread Django
#15926: Option to not load initial fixtures during syncdb -+- Reporter: | Owner: msiedlarek msiedlarek | Status: new Type: New|

Re: [Django] #15917: Logging dictionary config works wrong at least with SMTPHandler

2011-04-30 Thread Django
#15917: Logging dictionary config works wrong at least with SMTPHandler +-- Reporter: albenik | Owner: nobody Type: Bug | Status: reopened Milestone:

Re: [Django] #15931: Patch for admin change form to dodge multi-db bug

2011-04-30 Thread Django
#15931: Patch for admin change form to dodge multi-db bug -+- Reporter: dchandek | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #15932: related_name='+' ignored in ManyToManyField validation

2011-04-30 Thread Django
#15932: related_name='+' ignored in ManyToManyField validation -+- Reporter: Fredde | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15933: mysql inspectdb loosing primary_key information

2011-04-30 Thread Django
#15933: mysql inspectdb loosing primary_key information -+- Reporter: andi | Owner: nobody Type: Bug| Status: new Milestone: |