Re: [Django] #12308: Adding tablespace support to postgres backends

2009-12-09 Thread Django
#12308: Adding tablespace support to postgres backends ---+ Reporter: tclineks | Owner: nobody Status: reopened | Milestone:

Re: [Django] #12308: Adding tablespace support to postgres backends

2009-12-09 Thread Django
#12308: Adding tablespace support to postgres backends ---+ Reporter: tclineks | Owner: nobody Status: reopened | Milestone:

Re: [Django] #12308: Adding tablespace support to postgres backends

2009-12-09 Thread Django
#12308: Adding tablespace support to postgres backends ---+ Reporter: tclineks | Owner: nobody Status: reopened | Milestone:

Re: [Django] #7777: DecimalField validation ignores infinity and nan

2009-12-09 Thread Django
#: DecimalField validation ignores infinity and nan -+-- Reporter: thebitguru | Owner: thebitguru Status: assigned| Milestone:

Re: [Django] #399: Bigint field object needed

2009-12-09 Thread Django
#399: Bigint field object needed ---+ Reporter: jmad...@techie.com| Owner: permon Status: assigned | Milestone: 1.2

[Changeset] r11807 - in django/trunk: django/contrib/auth django/contrib/auth/tests docs/internals docs/topics tests/regressiontests

2009-12-09 Thread noreply
Author: jezdez Date: 2009-12-09 19:05:35 -0600 (Wed, 09 Dec 2009) New Revision: 11807 Added: django/trunk/django/contrib/auth/tests/auth_backends.py Removed: django/trunk/tests/regressiontests/auth_backends/ Modified: django/trunk/django/contrib/auth/__init__.py

Re: [Django] #11010: Add a foundation for rowlevel permissions in Django

2009-12-09 Thread Django
#11010: Add a foundation for rowlevel permissions in Django +--- Reporter: apollo13 | Owner: jezdez Status: new| Milestone: 1.2 Component:

Re: [Django] #12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps

2009-12-09 Thread Django
#12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps ---+ Reporter: afurlan | Owner: afurlan Status: assigned | Milestone:

Re: [Django] #12138: django.contrib.auth assumes all applications are hosted in their top level package

2009-12-09 Thread Django
#12138: django.contrib.auth assumes all applications are hosted in their top level package +--- Reporter: tiberiu_ichim | Owner: nobody Status: closed | Milestone:

[Django] #12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps

2009-12-09 Thread Django
#12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps +--- Reporter: afurlan | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #12336: Infinite recursion in dir(UserSettingsHolder)

2009-12-09 Thread Django
#12336: Infinite recursion in dir(UserSettingsHolder) -+-- Reporter: miracle2k | Owner: nobody Status: closed | Milestone: Component: Core framework |

Re: [Django] #11956: ReverseManyRelatedObjectsDescriptor wrongly assumes symmetry between inherited objects

2009-12-09 Thread Django
#11956: ReverseManyRelatedObjectsDescriptor wrongly assumes symmetry between inherited objects ---+ Reporter: nidi | Owner: nobody Status: new

[Changeset] r11806 - in django/trunk: django/template docs/ref/templates docs/releases docs/topics tests/regressiontests/templates

2009-12-09 Thread noreply
Author: lukeplant Date: 2009-12-09 16:40:36 -0600 (Wed, 09 Dec 2009) New Revision: 11806 Added: django/trunk/django/template/smartif.py django/trunk/tests/regressiontests/templates/smartif.py Modified: django/trunk/django/template/defaulttags.py

Re: [Django] #9465: Change API Ref Docs

2009-12-09 Thread Django
#9465: Change API Ref Docs +--- Reporter: adamnelson | Owner: adamnelson Status: assigned | Milestone: Component: Documentation | Version:

Re: [Django] #6092: URL and email fields need to allow custom validators

2009-12-09 Thread Django
#6092: URL and email fields need to allow custom validators -+-- Reporter: jacob | Owner: floguy Status: assigned| Milestone: Component: Core framework

Re: [Django] #5833: Custom FilterSpecs

2009-12-09 Thread Django
#5833: Custom FilterSpecs ---+ Reporter: Honza_Kral| Owner: jkocherhans Status: assigned | Milestone: 1.2

Re: [Django] #9847: hardcoded string in core/handlers/base.py

2009-12-09 Thread Django
#9847: hardcoded string in core/handlers/base.py -+-- Reporter: drakkan | Owner: Status: new | Milestone: 1.2 Component: Core framework | Version:

Re: [Django] #5677: Debugging with mod_python (apache)

2009-12-09 Thread Django
#5677: Debugging with mod_python (apache) --+- Reporter: Manfred Wassmann | Owner: nickefford Status: new |

Re: [Django] #11753: Q objects using callables won't combine in 2.4

2009-12-09 Thread Django
#11753: Q objects using callables won't combine in 2.4 ---+ Reporter: alexr | Owner: Status: new | Milestone: Component:

Re: [Django] #12316: GenericForeignKey produces an error when submitting from a form

2009-12-09 Thread Django
#12316: GenericForeignKey produces an error when submitting from a form +--- Reporter: djansoft | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #12308: Adding tablespace support to postgres backends

2009-12-09 Thread Django
#12308: Adding tablespace support to postgres backends ---+ Reporter: tclineks | Owner: nobody Status: closed| Milestone:

Re: [Django] #12281: Admin Actions: Display Message on Empty Queryset

2009-12-09 Thread Django
#12281: Admin Actions: Display Message on Empty Queryset ---+ Reporter: blinkylights | Owner: nobody Status: new | Milestone:

Re: [Django] #10768: Allow for Admin Actions to be applied to an empty QuerySet

2009-12-09 Thread Django
#10768: Allow for Admin Actions to be applied to an empty QuerySet --+- Reporter: andreplebl...@gmail.com | Owner: nobody Status: closed | Milestone:

[Django] #12346: Docs should cover validaton of model inline formsets

2009-12-09 Thread Django
#12346: Docs should cover validaton of model inline formsets -+-- Reporter: johnsmith| Owner: nobody Status: new |

[Changeset] r11803 - in django/trunk: django/db/models tests/modeltests/basic

2009-12-09 Thread noreply
Author: lukeplant Date: 2009-12-09 10:07:21 -0600 (Wed, 09 Dec 2009) New Revision: 11803 Modified: django/trunk/django/db/models/query.py django/trunk/tests/modeltests/basic/models.py Log: Optimised use of 'in' operator on QuerySet using an explicit __contains__ method. Without this

Re: [Django] #5494: javascript_catalog generic view only search catalogs in application/locale and not in project/locale

2009-12-09 Thread Django
#5494: javascript_catalog generic view only search catalogs in application/locale and not in project/locale ---+ Reporter: anonymous | Owner: Status: new

Re: [Django] #1051: Add support to set search_path in PostgreSQL

2009-12-09 Thread Django
#1051: Add support to set search_path in PostgreSQL +--- Reporter: Mao Xizeng | Owner: nobody Status: closed | Milestone:

Re: [Django] #6148: Add generic support for database schemas

2009-12-09 Thread Django
#6148: Add generic support for database schemas ---+ Reporter: ikelly| Owner: kmpm Status: assigned | Milestone:

Re: [Django] #1208: db_table with schema name does not work on PostgreSQL

2009-12-09 Thread Django
#1208: db_table with schema name does not work on PostgreSQL ---+ Reporter: sl...@slamb.org | Owner: adrian Status: closed| Milestone:

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

2009-12-09 Thread noreply
Author: lukeplant Date: 2009-12-09 06:47:50 -0600 (Wed, 09 Dec 2009) New Revision: 11802 Modified: django/trunk/docs/internals/contributing.txt Log: Added section info on top-level use of django.conf.settings to 'contributing' documentation Modified: