[Changeset] r10028 - in django/trunk/django: contrib/gis/db/backend/postgis db/backends

2009-03-10 Thread noreply
Author: mtredinnick Date: 2009-03-11 00:48:26 -0500 (Wed, 11 Mar 2009) New Revision: 10028 Modified: django/trunk/django/contrib/gis/db/backend/postgis/creation.py django/trunk/django/db/backends/creation.py Log: Fixed the django.contrib.gis test database creation as well. Refs r10026 and

[Changeset] r10027 - django/trunk/django/db/backends

2009-03-10 Thread noreply
Author: mtredinnick Date: 2009-03-10 23:56:13 -0500 (Tue, 10 Mar 2009) New Revision: 10027 Modified: django/trunk/django/db/backends/creation.py Log: Fixed some breakages in the test database handling from r10026. Modified: django/trunk/django/db/backends/creation.py

Re: [Django] #10460: Better redirect for logout view of Authentication

2009-03-10 Thread Django
#10460: Better redirect for logout view of Authentication -+-- Reporter: chronos | Owner: nobody Status: new |

[Django] #10460: Better redirect for logout view of Authentication

2009-03-10 Thread Django
#10460: Better redirect for logout view of Authentication -+-- Reporter: chronos | Owner: nobody Status: new | Milestone:

Re: [Django] #10459: Database connections should know their own settings

2009-03-10 Thread Django
#10459: Database connections should know their own settings ---+ Reporter: Alex | Owner: Alex Status: new | Milestone:

Re: [Django] #10453: get_db_prep_value called with seralized data

2009-03-10 Thread Django
#10453: get_db_prep_value called with seralized data ---+ Reporter: brian | Owner: nobody Status: closed| Milestone:

[Django] #10459: Database connections should know their own settings

2009-03-10 Thread Django
#10459: Database connections should know their own settings --+- Reporter: Alex | Owner: Alex Status: new | Milestone: Component: Database

Re: [Django] #9853: DateField and DateTimeField documentation incomplete

2009-03-10 Thread Django
#9853: DateField and DateTimeField documentation incomplete +--- Reporter: anonymous | Owner: nobody Status: new| Milestone: 1.1 Component:

Re: [Django] #9944: Section 4: URLconf doesn't reflect the change at the end of section 3

2009-03-10 Thread Django
#9944: Section 4: URLconf doesn't reflect the change at the end of section 3 +--- Reporter: kurisuto | Owner: nobody Status: new| Milestone: 1.1

Re: [Django] #9980: Nice-have correction for Authentication

2009-03-10 Thread Django
#9980: Nice-have correction for Authentication +--- Reporter: shelldweller | Owner: nobody Status: new| Milestone: 1.1

Re: [Django] #8704: Global variables documentation (context processors)

2009-03-10 Thread Django
#8704: Global variables documentation (context processors) +--- Reporter: shacker| Owner: nobody Status: new| Milestone: 1.1 Component:

[Changeset] r10025 - in django/branches/releases/1.0.X: . tests/regressiontests/model_regress

2009-03-10 Thread noreply
Author: ikelly Date: 2009-03-10 17:50:37 -0500 (Tue, 10 Mar 2009) New Revision: 10025 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/tests/regressiontests/model_regress/models.py Log: [1.0.X] Backport of [10024] from trunk. Refs #10443: Added Oracle to the #10443

[Changeset] r10024 - django/trunk/tests/regressiontests/model_regress

2009-03-10 Thread noreply
Author: ikelly Date: 2009-03-10 17:48:42 -0500 (Tue, 10 Mar 2009) New Revision: 10024 Modified: django/trunk/tests/regressiontests/model_regress/models.py Log: Refs #10443: Added Oracle to the #10443 regression test exemption, since we don't yet support it. Modified:

[Django] #10458: next_month and previous_month in views.generic.date_based.archive_month return wrong dates

2009-03-10 Thread Django
#10458: next_month and previous_month in views.generic.date_based.archive_month return wrong dates ---+ Reporter: alasdair | Owner: nobody Status: new| Milestone:

Re: [Django] #9779: Adding Foreign Key detection to SQLite inspectdb

2009-03-10 Thread Django
#9779: Adding Foreign Key detection to SQLite inspectdb +--- Reporter: gabbott| Owner: nobody Status: new| Milestone: 1.1 Component:

Re: [Django] #4339: Override an existing file, using Model.save_FIELD_file method,

2009-03-10 Thread Django
#4339: Override an existing file, using Model.save_FIELD_file method, ---+ Reporter: elaat...@gmail.com| Owner: Gulopine Status: new |

Re: [Django] #4339: Override an existing file, using Model.save_FIELD_file method,

2009-03-10 Thread Django
#4339: Override an existing file, using Model.save_FIELD_file method, ---+ Reporter: elaat...@gmail.com| Owner: miracle2k Status: new |

[Django] #10457: date_based view archive_today should update kwargs for month/day_format

2009-03-10 Thread Django
#10457: date_based view archive_today should update kwargs for month/day_format ---+ Reporter: Dirk Datzert | Owner: nobody Status: new|

[Django] #10456: Canada localflavor improvements/fixes

2009-03-10 Thread Django
#10456: Canada localflavor improvements/fixes +--- Reporter: mmulley | Owner: nobody Status: new | Milestone: Component: django.contrib.localflavor |

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

2009-03-10 Thread noreply
Author: ikelly Date: 2009-03-10 13:38:45 -0500 (Tue, 10 Mar 2009) New Revision: 10023 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/db/backends/oracle/base.py Log: [1.0.X] Backport of 10022 from trunk. Added savepoint support to the Oracle backend,

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

2009-03-10 Thread noreply
Author: ikelly Date: 2009-03-10 13:37:22 -0500 (Tue, 10 Mar 2009) New Revision: 10022 Modified: django/trunk/django/db/backends/oracle/base.py Log: Added savepoint support to the Oracle backend, necessary per the thread at

Re: [Django] #9204: Google Maps Marker to change the Icon

2009-03-10 Thread Django
#9204: Google Maps Marker to change the Icon ---+ Reporter: qingfeng | Owner: jbronn Status: closed| Milestone: 1.1

Re: [Django] #10326: Allow handler500, handler404 to be callables

2009-03-10 Thread Django
#10326: Allow handler500, handler404 to be callables -+-- Reporter: miracle2k | Owner: nobody Status: new | Milestone: 1.1

[Changeset] r10021 - in django/trunk/django/contrib/gis: maps/google templates/gis/google

2009-03-10 Thread noreply
Author: jbronn Date: 2009-03-10 13:03:35 -0500 (Tue, 10 Mar 2009) New Revision: 10021 Modified: django/trunk/django/contrib/gis/maps/google/__init__.py django/trunk/django/contrib/gis/maps/google/gmap.py django/trunk/django/contrib/gis/maps/google/overlays.py

Re: [Django] #5741: make queryset get() take a default kwarg

2009-03-10 Thread Django
#5741: make queryset get() take a default kwarg ---+ Reporter: dcwatson | Owner: nobody Status: new | Milestone:

Re: [Django] #10454: IntegrityError while deleting object with complex constraint

2009-03-10 Thread Django
#10454: IntegrityError while deleting object with complex constraint ---+ Reporter: liangent | Owner: nobody Status: new | Milestone:

Re: [Django] #1480: Don't Set TIME_ZONE unless it is explictly needed (or put it back to how you found it)

2009-03-10 Thread Django
#1480: Don't Set TIME_ZONE unless it is explictly needed (or put it back to how you found it) --+- Reporter: i...@holsman.net | Owner: ramiro Status: new | Milestone:

Re: [Django] #10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager'

2009-03-10 Thread Django
#10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager' +--- Reporter: danbrwn| Owner: nobody Status: new|

Re: [Django] #9779: Adding Foreign Key detection to SQLite inspectdb

2009-03-10 Thread Django
#9779: Adding Foreign Key detection to SQLite inspectdb +--- Reporter: gabbott| Owner: nobody Status: new| Milestone: 1.1 Component:

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-03-10 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone:

Re: [Django] #9764: IDN (Internationalized Domain Names) support for EmailField and URLField

2009-03-10 Thread Django
#9764: IDN (Internationalized Domain Names) support for EmailField and URLField -+-- Reporter: UloPe | Owner: nobody Status: new | Milestone:

Re: [Django] #10194: allow model instance as argument to HttpResponseRedirect constructor

2009-03-10 Thread Django
#10194: allow model instance as argument to HttpResponseRedirect constructor +--- Reporter: Daniel Pope | Owner: jacob Status: assigned

Re: [Django] #10454: IntegrityError while deleting object with complex constraint

2009-03-10 Thread Django
#10454: IntegrityError while deleting object with complex constraint ---+ Reporter: liangent | Owner: nobody Status: new | Milestone:

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2009-03-10 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: towjz...@hotmail.com | Owner: mtredinnick Status: new

Re: [Django] #6735: Class-based generic views

2009-03-10 Thread Django
#6735: Class-based generic views +--- Reporter: jkocherhans| Owner: telenieko Status: assigned | Milestone: 1.1 beta Component: Generic views | Version: SVN

Re: [Django] #6033: validation shouldn't take place when deleting inline objects

2009-03-10 Thread Django
#6033: validation shouldn't take place when deleting inline objects -+-- Reporter: akaihola| Owner: nobody Status: new

Re: [Django] #9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record

2009-03-10 Thread Django
#9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record ---+ Reporter: egenix_viktor | Owner: nobody

Re: [Django] #9946: Redundant wording in documentation

2009-03-10 Thread Django
#9946: Redundant wording in documentation +--- Reporter: taho...@gmail.com | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation |

Re: [Django] #9914: Code sample calls non-existant models.ManyToMany()

2009-03-10 Thread Django
#9914: Code sample calls non-existant models.ManyToMany() +--- Reporter: abackstrom | Owner: nobody Status: new| Milestone: 1.1 Component:

Re: [Django] #10329: link "get_FOO_display()" in model field reference

2009-03-10 Thread Django
#10329: link "get_FOO_display()" in model field reference +--- Reporter: rctay | Owner: nobody Status: new| Milestone: 1.1 Component:

[Changeset] r10020 - django/branches/releases/1.0.X

2009-03-10 Thread noreply
Author: russellm Date: 2009-03-10 07:18:39 -0500 (Tue, 10 Mar 2009) New Revision: 10020 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Updated svnmerge properties for some recent updates. Property changes on: django/branches/releases/1.0.X

[Changeset] r10019 - in django/branches/releases/1.0.X: . django/contrib/admin django/contrib/contenttypes django/forms tests/modeltests/generic_relations tests/regressiontests/admin_views

2009-03-10 Thread noreply
Author: russellm Date: 2009-03-10 07:08:17 -0500 (Tue, 10 Mar 2009) New Revision: 10019 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/AUTHORS django/branches/releases/1.0.X/django/contrib/admin/options.py

[Changeset] r10018 - django/trunk/django/db/backends

2009-03-10 Thread noreply
Author: mtredinnick Date: 2009-03-10 06:21:46 -0500 (Tue, 10 Mar 2009) New Revision: 10018 Modified: django/trunk/django/db/backends/__init__.py Log: Removed a FIXME from the queryset-refactor days. Turns out, nothing needed to be fixed. Modified: django/trunk/django/db/backends/__init__.py

Re: [Django] #10449: Bug: HTML accents not escaped out when using newforms

2009-03-10 Thread Django
#10449: Bug: HTML accents not escaped out when using newforms ---+ Reporter: tipan | Owner: nobody Status: reopened | Milestone:

Re: [Django] #10455: Session Creation should be Lazy

2009-03-10 Thread Django
#10455: Session Creation should be Lazy --+- Reporter: dj_tw| Owner: nobody Status: new | Milestone:

[Django] #10455: Session Creation should be Lazy

2009-03-10 Thread Django
#10455: Session Creation should be Lazy -+-- Reporter: dj_tw| Owner: nobody Status: new | Milestone: 1.0.3 Component: django.contrib.sessions | Version:

Re: [Django] #10328: get_script_path and request.path_info undocumented

2009-03-10 Thread Django
#10328: get_script_path and request.path_info undocumented +--- Reporter: leovitch | Owner: anonymous Status: assigned | Milestone: Component: Documentation

Re: [Django] #10445: Custom comment form example doesn't show submit button

2009-03-10 Thread Django
#10445: Custom comment form example doesn't show submit button +--- Reporter: nab| Owner: nobody Status: new| Milestone: 1.1 Component: Documentation

Re: [Django] #8538: Document when process_response and process_exception middleware is invoked

2009-03-10 Thread Django
#8538: Document when process_response and process_exception middleware is invoked +--- Reporter: TP | Owner: nobody Status: new| Milestone: 1.1

Re: [Django] #9204: Google Maps Marker to change the Icon

2009-03-10 Thread Django
#9204: Google Maps Marker to change the Icon ---+ Reporter: qingfeng | Owner: jbronn Status: new | Milestone: 1.1

Re: [Django] #10453: get_db_prep_value called with seralized data

2009-03-10 Thread Django
#10453: get_db_prep_value called with seralized data ---+ Reporter: brian | Owner: nobody Status: closed| Milestone:

Re: [Django] #10437: Typo in forms media docs

2009-03-10 Thread Django
#10437: Typo in forms media docs +--- Reporter: msaelices | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation | Version:

Re: [Django] #10445: Custom comment form example doesn't show submit button

2009-03-10 Thread Django
#10445: Custom comment form example doesn't show submit button +--- Reporter: nab| Owner: nobody Status: new| Milestone: 1.1 Component:

[Django] #10454: IntegrityError while deleting object with complex constraint

2009-03-10 Thread Django
#10454: IntegrityError while deleting object with complex constraint --+- Reporter: liangent | Owner: nobody Status: new | Milestone: Component: