Re: [Django] #15828: multiple inheritance in TestCases does not work with unittest2

2012-01-27 Thread Django
#15828: multiple inheritance in TestCases does not work with unittest2 ---+ Reporter: ricardokirkner |Owner: nobody Type: Bug| Status: closed

[Changeset] r17400 - django/trunk/django/template

2012-01-27 Thread noreply
Author: adrian Date: 2012-01-27 17:50:14 -0800 (Fri, 27 Jan 2012) New Revision: 17400 Modified: django/trunk/django/template/base.py Log: Made a tiny performance improvement in the template system's Parser.parse() -- don't look up the global variables TOKEN_TEXT, etc. Modified:

Re: [Django] #17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers

2012-01-27 Thread Django
#17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers -+- Reporter: gregmuellegger |Owner: Type: New feature | gregmuellegger Component:

Re: [Django] #17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers

2012-01-27 Thread Django
#17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers -+- Reporter: gregmuellegger |Owner: Type: New feature | gregmuellegger Component:

[Django] #17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers

2012-01-27 Thread Django
#17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers -+- Reporter: | Owner: gregmuellegger gregmuellegger | Status: new Type: New |Version:

Re: [Django] #17111: simple redirect_to: handle query strings with percent symbols

2012-01-27 Thread Django
#17111: simple redirect_to: handle query strings with percent symbols -+- Reporter: acdha|Owner: cadams Type: Bug | Status: closed

[Changeset] r17399 - django/trunk/django/template

2012-01-27 Thread noreply
Author: adrian Date: 2012-01-27 15:46:22 -0800 (Fri, 27 Jan 2012) New Revision: 17399 Modified: django/trunk/django/template/base.py Log: Made a small optimization to the template lexer. There's no need to calculate the len of VARIABLE_TAG_START, et al, each time we create a token. Modified:

Re: [Django] #17186: Inverted F expression (negation)

2012-01-27 Thread Django
#17186: Inverted F expression (negation) -+- Reporter: niwi |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #17186: Inverted F expression (negation)

2012-01-27 Thread Django
#17186: Inverted F expression (negation) -+- Reporter: niwi |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #17481: leading zeros are missing from result of pbkdf2

2012-01-27 Thread Django
#17481: leading zeros are missing from result of pbkdf2 -+--- Reporter: bhuztez |Owner: nobody Type: Bug | Status: new Component: Core (Other)

Re: [Django] #16735: Queryset values should be aliasable

2012-01-27 Thread Django
#16735: Queryset values should be aliasable -+- Reporter: alex.latchford@… |Owner: nate_b Type: New feature | Status: assigned Component: Database layer

Re: [Django] #15828: multiple inheritance in TestCases does not work with unittest2

2012-01-27 Thread Django
#15828: multiple inheritance in TestCases does not work with unittest2 ---+ Reporter: ricardokirkner |Owner: nobody Type: Bug| Status: closed

[Changeset] r17398 - django/trunk/django/utils/unittest

2012-01-27 Thread noreply
Author: aaugustin Date: 2012-01-27 14:25:44 -0800 (Fri, 27 Jan 2012) New Revision: 17398 Modified: django/trunk/django/utils/unittest/case.py Log: Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown methods. Backport of http://hg.python.org/unittest2/rev/3d33f92496fa.

Re: [Django] #8874: problem with URLs on FastCGI after update to 1.0

2012-01-27 Thread Django
#8874: problem with URLs on FastCGI after update to 1.0 ---+ Reporter: kyprizel |Owner: kyprizel Type: Uncategorized | Status: closed Component: Core (Other) |

Re: [Django] #17550: WSGI request to /subdir/subdir returns the index page

2012-01-27 Thread Django
#17550: WSGI request to /subdir/subdir returns the index page -+--- Reporter: vdboor |Owner: nobody Type: Bug | Status: new Component: Core (URLs) |

Re: [Django] #17561: EmailField does not automatically lower the case in email addresses

2012-01-27 Thread Django
#17561: EmailField does not automatically lower the case in email addresses -+- Reporter: zechs.marquie@… |Owner: nobody Type: Bug | Status: closed

Re: [Django] #17566: RegexURLResolver.__repr__(self) is not unicode safe.

2012-01-27 Thread Django
#17566: RegexURLResolver.__repr__(self) is not unicode safe. ---+--- Reporter: otto |Owner: nobody Type: Uncategorized | Status: closed Component: Core (URLs)

Re: [Django] #17565: Cache back-references on OneToOne fields

2012-01-27 Thread Django
#17565: Cache back-references on OneToOne fields -+- Reporter: shai |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-01-27 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17576: Enclosing quotation marks for urlize. (Or make urlize easier to override)

2012-01-27 Thread Django
#17576: Enclosing quotation marks for urlize. (Or make urlize easier to override) -+--- Reporter: tomchristie |Owner: tomchristie Type: Bug | Status: new

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2012-01-27 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+- Reporter: jbochi |Owner: aaugustin Type: New feature | Status: new

Re: [Django] #17603: Forms have list-mutability issues with field validator lists

2012-01-27 Thread Django
#17603: Forms have list-mutability issues with field validator lists -+-- Reporter: brett@… |Owner: nobody Type: Bug | Status: closed Component: Forms|

Re: [Django] #17583: Add raw kwarg to m2m signals

2012-01-27 Thread Django
#17583: Add raw kwarg to m2m signals -+- Reporter: mjtamlyn |Owner: nobody Type: New feature | Status: closed Component: Database layer |

Re: [Django] #17601: Error code from database exception should not be lost during exception handling (psycopg2)

2012-01-27 Thread Django
#17601: Error code from database exception should not be lost during exception handling (psycopg2) -+- Reporter: zimnyx |Owner: nobody Type: |

[Django] #17603: Forms have list-mutability issues with field validator lists

2012-01-27 Thread Django
#17603: Forms have list-mutability issues with field validator lists + Reporter: brett@… | Owner: nobody Type: Bug | Status: new Component: Forms |Version: 1.3 Severity: Normal |

Re: [Django] #9112: New releases do not reliably overwrite old ones

2012-01-27 Thread Django
#9112: New releases do not reliably overwrite old ones -+- Reporter: holdenweb|Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #2713: Sitemap Index with Cache gives a NoReverseMatch exception

2012-01-27 Thread Django
#2713: Sitemap Index with Cache gives a NoReverseMatch exception --+- Reporter: JayKlehr |Owner: aaugustin Type: Bug | Status: new Component:

[Django] #17602: Django serializer does unnecessary db queries

2012-01-27 Thread Django
#17602: Django serializer does unnecessary db queries ---+ Reporter: anuraguniyal | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.3 Severity: Normal |

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2012-01-27 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #9112: New releases do not reliably overwrite old ones

2012-01-27 Thread Django
#9112: New releases do not reliably overwrite old ones -+- Reporter: holdenweb|Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #9549: Give initial_data.* files an option for not over writing current data.

2012-01-27 Thread Django
#9549: Give initial_data.* files an option for not over writing current data. -+- Reporter: MrNarwhal|Owner: nobody Type: New feature | Status:

Re: [Django] #17474: Problem when the request doesn't have Content-Type.

2012-01-27 Thread Django
#17474: Problem when the request doesn't have Content-Type. -+- Reporter: Marcelo Salhab |Owner: nobody Brogliato | Status: reopened Type:

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-01-27 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer

[Django] #17601: Error code from database exception should not be lost during exception handling (psycopg2)

2012-01-27 Thread Django
#17601: Error code from database exception should not be lost during exception handling (psycopg2) --+ Reporter: zimnyx| Owner: nobody Type: Uncategorized | Status:

[Django] #17600: Error in encapsulates filters (Q)

2012-01-27 Thread Django
#17600: Error in encapsulates filters (Q) --+ Reporter: pmartin | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |

Re: [Django] #2131: HttpResponseSendFile for serving static files handler-specific sendfile mechanism

2012-01-27 Thread Django
#2131: HttpResponseSendFile for serving static files handler-specific sendfile mechanism -+- Reporter: |Owner: ccahoon ymasuda[at]ethercube.com |