Re: [Django] #11486: There are no way to provide empty (or null/None) "pk" for XML serialized object to deserialized

2009-07-21 Thread Django
#11486: There are no way to provide empty (or null/None) "pk" for XML serialized object to deserialized +--- Reporter: zdmytriv | Owner: nobody Status: new| M

[Changeset] r11290 - django/trunk

2009-07-21 Thread noreply
Author: ubernostrum Date: 2009-07-21 21:11:55 -0500 (Tue, 21 Jul 2009) New Revision: 11290 Modified: django/trunk/setup.py Log: Update setup.py for RC 1. Modified: django/trunk/setup.py === --- django/trunk/setup.py 2009-07

[Changeset] r11289 - django/trunk/django

2009-07-21 Thread noreply
Author: ubernostrum Date: 2009-07-21 21:09:01 -0500 (Tue, 21 Jul 2009) New Revision: 11289 Modified: django/trunk/django/__init__.py Log: Bump django.VERSION for RC 1. Modified: django/trunk/django/__init__.py === --- django/trun

[Django] #11519: Minor typo on "Release notes" documentation page.

2009-07-21 Thread Django
#11519: Minor typo on "Release notes" documentation page. ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN K

[Changeset] r11288 - django/trunk/docs/releases

2009-07-21 Thread noreply
Author: ubernostrum Date: 2009-07-21 20:41:16 -0500 (Tue, 21 Jul 2009) New Revision: 11288 Modified: django/trunk/docs/releases/1.1-rc-1.txt Log: Clarify the description of URL namespacing. Modified: django/trunk/docs/releases/1.1-rc-1.txt =

[Changeset] r11287 - django/trunk/docs/releases

2009-07-21 Thread noreply
Author: ubernostrum Date: 2009-07-21 20:26:47 -0500 (Tue, 21 Jul 2009) New Revision: 11287 Added: django/trunk/docs/releases/1.1-rc-1.txt Modified: django/trunk/docs/releases/index.txt Log: Add draft release notes for 1.1 RC 1. Added: django/trunk/docs/releases/1.1-rc-1.txt ===

Re: [Django] #10410: FileField saves one filename on disk and another on DB

2009-07-21 Thread Django
#10410: FileField saves one filename on disk and another on DB ---+ Reporter: Elland| Owner: peterbe Status: closed| Milestone: 1.1

Re: [Django] #10267: HttpResponse.build_absolute_uri does not encode IRIs properly.

2009-07-21 Thread Django
#10267: HttpResponse.build_absolute_uri does not encode IRIs properly. +--- Reporter: liangent | Owner: aljosa Status: closed | Milestone: 1.1 Component: HTTP han

[Changeset] r11286 - in django/branches/releases/1.0.X: . django/db/backends/oracle tests/regressiontests/backends

2009-07-21 Thread noreply
Author: ikelly Date: 2009-07-21 16:25:48 -0500 (Tue, 21 Jul 2009) New Revision: 11286 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/db/backends/oracle/base.py django/branches/releases/1.0.X/tests/regressiontests/backends/tests.py Log: Fixed #11487: pass

[Changeset] r11285 - in django/trunk: django/db/backends/oracle tests/regressiontests/backends

2009-07-21 Thread noreply
Author: ikelly Date: 2009-07-21 16:20:18 -0500 (Tue, 21 Jul 2009) New Revision: 11285 Modified: django/trunk/django/db/backends/oracle/base.py django/trunk/tests/regressiontests/backends/tests.py Log: Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to prevent an encodin

[Changeset] r11284 - django/branches/soc2009/http-wsgi-improvements/django/core/handlers

2009-07-21 Thread noreply
Author: ccahoon Date: 2009-07-21 15:46:49 -0500 (Tue, 21 Jul 2009) New Revision: 11284 Modified: django/branches/soc2009/http-wsgi-improvements/django/core/handlers/wsgi.py Log: [soc2009/http-wsgi-improvments] ``HttpResponseSendFile`` now works (again?) using the X-SendFile header under the w

Re: [Django] #11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path

2009-07-21 Thread Django
#11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path ---+ Reporter: mark.el...@gmail.com | Owner: nobody Status: closed

Re: [Django] #11487: Oracle encoding bug when saving more than 4000 characters

2009-07-21 Thread Django
#11487: Oracle encoding bug when saving more than 4000 characters ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1

Re: [Django] #11487: Oracle encoding bug when saving more than 4000 characters

2009-07-21 Thread Django
#11487: Oracle encoding bug when saving more than 4000 characters ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1

Re: [Django] #11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path

2009-07-21 Thread Django
#11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path ---+ Reporter: mark.el...@gmail.com | Owner: nobody Status: new

[Django] #11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path

2009-07-21 Thread Django
#11518: Custom commands cannot be run from cron (or other directory) if project is not on Python Path --+- Reporter: mark.el...@gmail.com | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #11487: Oracle encoding bug when saving more than 4000 characters

2009-07-21 Thread Django
#11487: Oracle encoding bug when saving more than 4000 characters ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1

[Changeset] r11283 - django/branches/releases/1.0.X/docs/internals

2009-07-21 Thread noreply
Author: gwilson Date: 2009-07-21 11:51:26 -0500 (Tue, 21 Jul 2009) New Revision: 11283 Modified: django/branches/releases/1.0.X/docs/internals/committers.txt Log: [1.0.X] Updated my bio. Backport of r11281 from trunk. Modified: django/branches/releases/1.0.X/docs/internals/committers.txt ==

[Changeset] r11282 - in django/branches/releases/1.0.X: . docs/internals

2009-07-21 Thread noreply
Author: gwilson Date: 2009-07-21 11:50:14 -0500 (Tue, 21 Jul 2009) New Revision: 11282 Modified: django/branches/releases/1.0.X/AUTHORS django/branches/releases/1.0.X/docs/internals/committers.txt Log: [1.0.X] Added myself to AUTHORS and updated my bio. Backport of r11265 from trunk. Mod

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

2009-07-21 Thread noreply
Author: gwilson Date: 2009-07-21 11:45:13 -0500 (Tue, 21 Jul 2009) New Revision: 11281 Modified: django/trunk/docs/internals/committers.txt Log: Updated my bio. Modified: django/trunk/docs/internals/committers.txt === --- django

Re: [Django] #11487: Oracle encoding bug when saving more than 4000 characters

2009-07-21 Thread Django
#11487: Oracle encoding bug when saving more than 4000 characters ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1

Re: [Django] #11481: loaddata doesn't return the proper exit code on error

2009-07-21 Thread Django
#11481: loaddata doesn't return the proper exit code on error -+-- Reporter: justinlilly | Owner: justinlilly Status: new | Milestone: Compo

Re: [Django] #3400: [patch] Support for lookup separator with list_filter admin option

2009-07-21 Thread Django
#3400: [patch] Support for lookup separator with list_filter admin option ---+ Reporter: n...@intv.com.au | Owner: jakub_vysoky Status: new

Re: [Django] #11481: loaddata doesn't return the proper exit code on error

2009-07-21 Thread Django
#11481: loaddata doesn't return the proper exit code on error -+-- Reporter: justinlilly | Owner: justinlilly Status: new | Milestone: Compo

Re: [Django] #11499: The default clean session will certainly not work with a huge session database

2009-07-21 Thread Django
#11499: The default clean session will certainly not work with a huge session database --+- Reporter: batiste | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #10267: HttpResponse.build_absolute_uri does not encode IRIs properly.

2009-07-21 Thread Django
#10267: HttpResponse.build_absolute_uri does not encode IRIs properly. +--- Reporter: liangent | Owner: aljosa Status: reopened | Milestone: 1.1 Component: HTTP han

Re: [Django] #10267: HttpResponse.build_absolute_uri does not encode IRIs properly.

2009-07-21 Thread Django
#10267: HttpResponse.build_absolute_uri does not encode IRIs properly. +--- Reporter: liangent | Owner: aljosa Status: reopened | Milestone: 1.1 Component: HTTP han

Re: [Django] #10557: FormWizard should not output raw HTML for previous_fields

2009-07-21 Thread Django
#10557: FormWizard should not output raw HTML for previous_fields +--- Reporter: Matthew Flanagan | Owner: nobody Status: new| Milestone: 1.2

Re: [Django] #11487: Oracle encoding bug when saving more than 4000 characters

2009-07-21 Thread Django
#11487: Oracle encoding bug when saving more than 4000 characters ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1