[Django] #16066: fix_ampersands does not convert abbreviations followed by a semi-colon

2011-05-21 Thread Django
#16066: fix_ampersands does not convert abbreviations followed by a semi-colon ---+--- Reporter: Jerry | Owner: nobody Type: Uncategorized | Status: new M

Re: [Django] #15820: inline admin formset uses incorrect form

2011-05-21 Thread Django
#15820: inline admin formset uses incorrect form -+- Reporter: shanyu | Owner: nobody Type: Bug| Status: new Milestone: | Compone

Re: [Django] #10696: manage.py throws away exception information

2011-05-21 Thread Django
#10696: manage.py throws away exception information -+- Reporter: Leo| Owner: nobody Type: Bug| Status: closed Milestone: | C

Re: [Django] #16065: Admin pages not found

2011-05-21 Thread Django
#16065: Admin pages not found --+--- Reporter: waynejwerner@… | Owner: nobody Type: Bug | Status: closed Milestone: | Component

[Django] #16065: Admin pages not found

2011-05-21 Thread Django
#16065: Admin pages not found +--- Reporter: waynejwerner@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib.admin Version: SVN | Severi

Re: [Django] #14516: Extract methods from removetags and slugify template filters

2011-05-21 Thread Django
#14516: Extract methods from removetags and slugify template filters -+- Reporter: romainh| Owner: ik Type: New| Status: new feature

Re: [Django] #16021: Minor documentation fixes for Generic Class Views

2011-05-21 Thread Django
#16021: Minor documentation fixes for Generic Class Views -+- Reporter: Bradley| Owner: nobody Ayers | Status: closed Type: Bug| Component:

[Changeset] r16259 - django/branches/releases/1.3.X/docs/intro

2011-05-21 Thread noreply
Author: timo Date: 2011-05-21 17:13:08 -0700 (Sat, 21 May 2011) New Revision: 16259 Modified: django/branches/releases/1.3.X/docs/intro/tutorial03.txt Log: [1.3.X] Fixed #16051 - Changed a "file" reference in the tutorial to be an actual file rather than a module; thanks felix.morency for the

Re: [Django] #16051: Misleading information in Writing your first Django app, part 3

2011-05-21 Thread Django
#16051: Misleading information in Writing your first Django app, part 3 -+- Reporter: | Owner: ShawnMilo felix.morency@…| Status: closed Typ

[Changeset] r16258 - django/trunk/docs/intro

2011-05-21 Thread noreply
Author: timo Date: 2011-05-21 17:12:48 -0700 (Sat, 21 May 2011) New Revision: 16258 Modified: django/trunk/docs/intro/tutorial03.txt Log: Fixed #16051 - Changed a "file" reference in the tutorial to be an actual file rather than a module; thanks felix.morency for the suggestion. Modified: dja

Re: [Django] #16051: Misleading information in Writing your first Django app, part 3

2011-05-21 Thread Django
#16051: Misleading information in Writing your first Django app, part 3 -+- Reporter: | Owner: ShawnMilo felix.morency@…| Status: closed Typ

Re: [Django] #16021: Minor documentation fixes for Generic Class Views

2011-05-21 Thread Django
#16021: Minor documentation fixes for Generic Class Views -+- Reporter: Bradley| Owner: nobody Ayers | Status: closed Type: Bug| Component:

[Changeset] r16257 - in django/branches/releases/1.3.X/docs: ref topics

2011-05-21 Thread noreply
Author: timo Date: 2011-05-21 17:08:40 -0700 (Sat, 21 May 2011) New Revision: 16257 Modified: django/branches/releases/1.3.X/docs/ref/class-based-views.txt django/branches/releases/1.3.X/docs/topics/class-based-views.txt Log: [1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class

Re: [Django] #16021: Minor documentation fixes for Generic Class Views

2011-05-21 Thread Django
#16021: Minor documentation fixes for Generic Class Views -+- Reporter: Bradley| Owner: nobody Ayers | Status: closed Type: Bug| Component:

[Changeset] r16256 - in django/trunk/docs: ref topics

2011-05-21 Thread noreply
Author: timo Date: 2011-05-21 17:08:13 -0700 (Sat, 21 May 2011) New Revision: 16256 Modified: django/trunk/docs/ref/class-based-views.txt django/trunk/docs/topics/class-based-views.txt Log: Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Bradley Ayers. Modified: dj

Re: [Django] #13223: ValueError with inline and save as new

2011-05-21 Thread Django
#13223: ValueError with inline and save as new -+- Reporter: | Owner: gptvnt lucalenardi| Status: assigned Type: Bug| Comp

[Changeset] r16255 - in django/trunk/docs: ref ref/contrib ref/templates topics

2011-05-21 Thread noreply
Author: ramiro Date: 2011-05-21 11:36:01 -0700 (Sat, 21 May 2011) New Revision: 16255 Modified: django/trunk/docs/ref/contrib/csrf.txt django/trunk/docs/ref/template-response.txt django/trunk/docs/ref/templates/api.txt django/trunk/docs/topics/class-based-views.txt Log: Tweaked some `r

Re: [Django] #5025: Add a "truncate" template filter

2011-05-21 Thread Django
#5025: Add a "truncate" template filter ---+- Reporter: SmileyChris | Owner: nobody Type: New feature | Status: reopened Milestone: | Compone

Re: [Django] #10790: Too many joins in a comparison for NULL.

2011-05-21 Thread Django
#10790: Too many joins in a comparison for NULL. -+- Reporter: | Owner: mtredinnick mtredinnick| Status: new Type: Bug| Co

Re: [Django] #11789: Aggregates ignore none()

2011-05-21 Thread Django
#11789: Aggregates ignore none() +- Reporter: alexr | Owner: noah Type: Bug | Status: closed Milestone: 1.3 | Component: ORM aggregation

Re: [Django] #16018: Aggregation annotate(Max()) nonoptimal query.

2011-05-21 Thread Django
#16018: Aggregation annotate(Max()) nonoptimal query. -+- Reporter: | Owner: nobody fckin.spam@… | Status: closed Type: Bug|

Re: [Django] #11789: Aggregates ignore none()

2011-05-21 Thread Django
#11789: Aggregates ignore none() +--- Reporter: alexr |Owner: noah Type: Bug | Status: closed Milestone: 1.3 |Component: ORM aggregation

[Changeset] r16254 - in django/trunk: django/db/models tests/regressiontests/aggregation_regress

2011-05-21 Thread noreply
Author: ramiro Date: 2011-05-21 09:54:25 -0700 (Sat, 21 May 2011) New Revision: 16254 Modified: django/trunk/django/db/models/query.py django/trunk/tests/regressiontests/aggregation_regress/tests.py Log: Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a way consiste

Re: [Django] #15912: CharField.widget_attrs should respect its super

2011-05-21 Thread Django
#15912: CharField.widget_attrs should respect its super -+- Reporter: rubyruy| Owner: mmcnickle Type: | Status: assigned Cleanup/optimization

Re: [Django] #16064: auth's User model should be fully customizable - another way of providing additional information about users

2011-05-21 Thread Django
#16064: auth's User model should be fully customizable - another way of providing additional information about users -+- Reporter: fas| Owner: nobody Type: New|

Re: [Django] #14020: Make HttpResponse.get work like dict.get

2011-05-21 Thread Django
#14020: Make HttpResponse.get work like dict.get ---+--- Reporter: schmichael | Owner: anonymous Type: New feature | Status: assigned Milestone: |

Re: [Django] #15826: TestCase assertions should work with TemplateResponse

2011-05-21 Thread Django
#15826: TestCase assertions should work with TemplateResponse +--- Reporter: bmihelac | Owner: mmcnickle Type: Bug | Status: assigned Milestone:

[Django] #16064: auth's User model should be fully customizable - another way of providing additional information about users

2011-05-21 Thread Django
#16064: auth's User model should be fully customizable - another way of providing additional information about users -+- Reporter: fas | Owner: nobody Type: New feature

Re: [Django] #15826: TestCase assertions should work with TemplateResponse

2011-05-21 Thread Django
#15826: TestCase assertions should work with TemplateResponse +--- Reporter: bmihelac | Owner: mmcnickle Type: Bug | Status: assigned Milestone:

Re: [Django] #15826: TestCase assertions should work with TemplateResponse

2011-05-21 Thread Django
#15826: TestCase assertions should work with TemplateResponse +--- Reporter: bmihelac | Owner: mmcnickle Type: Bug | Status: assigned Milestone:

[Changeset] r16253 - in django/trunk: django/conf django/core django/http django/utils docs docs/ref docs/releases docs/topics tests/regressiontests tests/regressiontests/signed_cookies_tests tests/r

2011-05-21 Thread noreply
Author: jezdez Date: 2011-05-21 07:41:14 -0700 (Sat, 21 May 2011) New Revision: 16253 Added: django/trunk/django/core/signing.py django/trunk/django/utils/baseconv.py django/trunk/docs/topics/signing.txt django/trunk/tests/regressiontests/signed_cookies_tests/ django/trunk/tests/reg

Re: [Django] #12417: Add signing and signed cookies to Django

2011-05-21 Thread Django
#12417: Add signing and signed cookies to Django ---+-- Reporter: simon| Owner: simon Type: New feature | Status: closed Milestone: | Comp

Re: [Django] #5025: Add a "truncate" template filter

2011-05-21 Thread Django
#5025: Add a "truncate" template filter ---+- Reporter: SmileyChris | Owner: nobody Type: New feature | Status: reopened Milestone: | Compone

Re: [Django] #5025: Add a "truncate" template filter

2011-05-21 Thread Django
#5025: Add a "truncate" template filter ---+- Reporter: SmileyChris | Owner: nobody Type: New feature | Status: reopened Milestone: | Compone

Re: [Django] #14615: Related objects manager returns related objects with null FKs for unsaved instances

2011-05-21 Thread Django
#14615: Related objects manager returns related objects with null FKs for unsaved instances -+- Reporter: tonnzor| Owner: Type: Bug| Status: reopened

[Changeset] r16252 - in django/trunk: django/db/models/sql tests/regressiontests/aggregation_regress

2011-05-21 Thread noreply
Author: ramiro Date: 2011-05-21 06:12:23 -0700 (Sat, 21 May 2011) New Revision: 16252 Modified: django/trunk/django/db/models/sql/query.py django/trunk/tests/regressiontests/aggregation_regress/tests.py Log: Fixed #14476 -- Fixed resolution of automatically generated annotation names so e.g

Re: [Django] #14476: annotate, default aggregation naming and filter annoyance

2011-05-21 Thread Django
#14476: annotate, default aggregation naming and filter annoyance -+ Reporter: dirleyrls |Owner: ramiro Type: Bug| Status: closed Milestone:

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2011-05-21 Thread Django
#11008: dictsort and dictsortreversed template filters broken ---+- Reporter: ionut_bizau | Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #16059: FilteredSelectMultiple "remove" button appears disabled

2011-05-21 Thread Django
#16059: FilteredSelectMultiple "remove" button appears disabled -+- Reporter: boxed | Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #16063: Problem with searching in m2m fields in inherited model

2011-05-21 Thread Django
#16063: Problem with searching in m2m fields in inherited model --+--- Reporter: esizikov | Owner: nobody Type: Bug | Status: new Milestone:| Component: contrib.admin Version: 1.2 | Se