Re: [Django] #14640: Add elapsed request time to the development server log

2010-11-10 Thread Django
#14640: Add elapsed request time to the development server log +--- Reporter: vaughnkoch | Owner: vaughnkoch Status: assigned | Milestone: 1.3

Re: [Django] #14640: Add elapsed request time to the development server log

2010-11-10 Thread Django
#14640: Add elapsed request time to the development server log +--- Reporter: vaughnkoch | Owner: vaughnkoch Status: assigned | Milestone: 1.3

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

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:21:07 -0600 (Thu, 11 Nov 2010) New Revision: 14522 Modified: django/trunk/docs/releases/index.txt Log: Add 1.3 alpha notes to release-notes index. Modified: django/trunk/docs/releases/index.txt

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

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:20:31 -0600 (Thu, 11 Nov 2010) New Revision: 14521 Modified: django/trunk/docs/releases/1.3-alpha-1.txt Log: Remove the 1.3 paragraph from the alpha notes. Modified: django/trunk/docs/releases/1.3-alpha-1.txt =

[Changeset] r14520 - django/trunk

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:18:15 -0600 (Thu, 11 Nov 2010) New Revision: 14520 Modified: django/trunk/setup.py Log: Change development-status classifier in setup.py since this is an alpha. Modified: django/trunk/setup.py =

[Changeset] r14519 - in django/trunk: . django

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:15:30 -0600 (Thu, 11 Nov 2010) New Revision: 14519 Modified: django/trunk/django/__init__.py django/trunk/setup.py Log: Bump version number and download URL for 1.3 alpha 1. Modified: django/trunk/django/__init__.py ===

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

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:14:28 -0600 (Thu, 11 Nov 2010) New Revision: 14518 Modified: django/trunk/docs/releases/1.3-alpha-1.txt Log: Correct a typo in the 1.3 alpha release notes. Modified: django/trunk/docs/releases/1.3-alpha-1.txt =

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

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:06:27 -0600 (Thu, 11 Nov 2010) New Revision: 14517 Modified: django/trunk/docs/releases/1.3-alpha-1.txt Log: Add roadmap and contributing boilerplate to 1.3 alpha notes. Modified: django/trunk/docs/releases/1.3-alpha-1.txt ===

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

2010-11-10 Thread noreply
Author: ubernostrum Date: 2010-11-11 01:02:02 -0600 (Thu, 11 Nov 2010) New Revision: 14516 Added: django/trunk/docs/releases/1.3-alpha-1.txt Log: Add 1.3 alpha 1 release notes. Added: django/trunk/docs/releases/1.3-alpha-1.txt ===

[Changeset] r14515 - django/branches/releases/1.2.X/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 23:18:27 -0600 (Wed, 10 Nov 2010) New Revision: 14515 Modified: django/branches/releases/1.2.X/django/db/backends/oracle/base.py Log: [1.2.X] Fixed error introduced in r14512. Backport of [14514] from trunk Modified: django/branches/releases/1.2.X/django/db/bac

[Changeset] r14514 - django/trunk/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 23:17:31 -0600 (Wed, 10 Nov 2010) New Revision: 14514 Modified: django/trunk/django/db/backends/oracle/base.py Log: Fixed error introduced in r14512. Modified: django/trunk/django/db/backends/oracle/base.py ===

[Changeset] r14513 - django/branches/releases/1.2.X/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 23:12:05 -0600 (Wed, 10 Nov 2010) New Revision: 14513 Modified: django/branches/releases/1.2.X/django/db/backends/oracle/base.py Log: [1.2.X] Fixed small multi-db compatibility issue in the Oracle backend. Also, converted a couple of constructs to a more Python

[Changeset] r14512 - django/trunk/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 23:07:32 -0600 (Wed, 10 Nov 2010) New Revision: 14512 Modified: django/trunk/django/db/backends/oracle/base.py Log: Fixed small multi-db compatibility issue in the Oracle backend. Also, converted a couple of constructs to a more Python idiomatic form. Modified:

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

[Changeset] r14511 - django/branches/releases/1.2.X/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 22:37:37 -0600 (Wed, 10 Nov 2010) New Revision: 14511 Modified: django/branches/releases/1.2.X/django/db/backends/oracle/base.py Log: [1.2.X] Implemented changes made in r14320 in the Oracle backend. Thanks Russell for reviewing the proposed fix. Backport of [1

[Changeset] r14510 - django/trunk/django/db/backends/oracle

2010-11-10 Thread noreply
Author: ramiro Date: 2010-11-10 22:36:20 -0600 (Wed, 10 Nov 2010) New Revision: 14510 Modified: django/trunk/django/db/backends/oracle/base.py Log: Implemented changes made in r14320 in the Oracle backend. Thanks Russell for reviewing the proposed fix. Modified: django/trunk/django/db/backend

[Django] #14661: A couple of MySQL/MyISAM test failures

2010-11-10 Thread Django
#14661: A couple of MySQL/MyISAM test failures ---+ Reporter: kmtracey | Owner: nobody Status: new| Milestone: Component: Testing framework | Version: 1.2

Re: [Django] #14647: ModelForm fields' non-uniqueness errors aren't customizable

2010-11-10 Thread Django
#14647: ModelForm fields' non-uniqueness errors aren't customizable -+-- Reporter: teolicy | Owner: nobody Status: closed | Milestone: Component: Forms |

Re: [Django] #494: Collapse in admin interface for inline related objects

2010-11-10 Thread Django
#494: Collapse in admin interface for inline related objects ---+ Reporter: jcsto...@nilling.nl | Owner: aptiko Status: reopened | Milestone:

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

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

2010-11-10 Thread Django
#3400: Support for lookup separator with list_filter admin option ---+ Reporter: n...@intv.com.au | Owner: DrMeers Status: assigned

Re: [Django] #14642: save_as=True and generic inline in admin gives IndexError

2010-11-10 Thread Django
#14642: save_as=True and generic inline in admin gives IndexError ---+ Reporter: si...@hostit.se | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #12028: Generic Inline doesn't validate unique_together

2010-11-10 Thread Django
#12028: Generic Inline doesn't validate unique_together ---+ Reporter: diverman | Owner: Status: new

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

Re: [Django] #14660: Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js

2010-11-10 Thread Django
#14660: Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js ---+ Reporter: sloggz| Owner: nobody

[Django] #14660: Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js

2010-11-10 Thread Django
#14660: Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js ---+ Reporter: sloggz | Owner: nobody Status: new

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

Re: [Django] #25: Filtering interface on ForeignKey boxes

2010-11-10 Thread Django
#25: Filtering interface on ForeignKey boxes ---+ Reporter: adrian| Owner: cpharmston Status: assigned | Milestone: 1.3 Component: django.cont

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

Re: [Django] #11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem?

2010-11-10 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? ---+ Reporter: mboersma | Owner: mboersma Status: new

Re: [Django] #8424: Implement time filters

2010-11-10 Thread Django
#8424: Implement time filters ---+ Reporter: gnuvince | Owner: UloPe Status: new | Milestone:

[Django] #14659: Assigning floats to DecimalFields

2010-11-10 Thread Django
#14659: Assigning floats to DecimalFields --+- Reporter: maraujop | Owner: maraujop Status: new | Milestone: 1.3 Component: Database layer (models, ORM)

[Django] #14658: DateField initial does not honor locale, against documentation

2010-11-10 Thread Django
#14658: DateField initial does not honor locale, against documentation ---+ Reporter: intgr | Owner: nobody Status: new| Milestone: Component: Forms | Version: 1.2 Keywords:

Re: [Django] #3304: [patch] Support "httponly"-attribute in session cookie.

2010-11-10 Thread Django
#3304: [patch] Support "httponly"-attribute in session cookie. -+-- Reporter: arvin | Owner: nobody Status: new | Milestone: Compon

Re: [Django] #3304: [patch] Support "httponly"-attribute in session cookie.

2010-11-10 Thread Django
#3304: [patch] Support "httponly"-attribute in session cookie. -+-- Reporter: arvin | Owner: nobody Status: new | Milestone: Compon

[Django] #14657: Extra select fields are merged into 'GROUP BY'

2010-11-10 Thread Django
#14657: Extra select fields are merged into 'GROUP BY' --+- Reporter: Gregory | Owner: nobody Status: new | Milestone: 1.3 Component: Database layer (m

Re: [Django] #14057: Expose an interface for custom-escaping template content

2010-11-10 Thread Django
#14057: Expose an interface for custom-escaping template content -+-- Reporter: steveire| Owner: nobody Status: reopened| Milestone: Componen

Re: [Django] #14638: to_python howto documentation improvement

2010-11-10 Thread Django
#14638: to_python howto documentation improvement +--- Reporter: maraujop | Owner: nobody Status: new| Milestone: Compone

Re: [Django] #8424: Implement time filters

2010-11-10 Thread Django
#8424: Implement time filters ---+ Reporter: gnuvince | Owner: UloPe Status: new | Milestone:

[Django] #14656: Atom1Feed should write atom:published element

2010-11-10 Thread Django
#14656: Atom1Feed should write atom:published element +--- Reporter: ttenc...@gmail.com | Owner: nobody Status: new | Milestone: Component: RSS framework | Version: 1.

Re: [Django] #14655: formsets should be iterable

2010-11-10 Thread Django
#14655: formsets should be iterable -+-- Reporter: kenth | Owner: nobody Status: new | Milestone: Component: Forms | Version: SVN Reso

Re: [Django] #11906: QuerySet._fill_cache is not thread-safe

2010-11-10 Thread Django
#11906: QuerySet._fill_cache is not thread-safe ---+ Reporter: mrts | Owner: nobody Status: new | Milestone:

Re: [Django] #14652: Sessions seem to be improperly using Pickle to hash a dictionary

2010-11-10 Thread Django
#14652: Sessions seem to be improperly using Pickle to hash a dictionary --+- Reporter: PaulM| Owner: nobody Status: closed | Milestone: 1.3

Re: [Django] #9771: Wrong form action

2010-11-10 Thread Django
#9771: Wrong form action +--- Reporter: tutonien | Owner: jacob Status: closed | Milestone:

Re: [Django] #14638: to_python howto documentation improvement

2010-11-10 Thread Django
#14638: to_python howto documentation improvement +--- Reporter: maraujop | Owner: nobody Status: new| Milestone: Compone