Re: [Django] #11113: Multiple issues with contrib.comments moderation system

2009-05-13 Thread Django
#3: Multiple issues with contrib.comments moderation system --+- Reporter: ubernostrum | Owner: nobody Status: new | Milestone: 1.1

[Django] #11113: Multiple issues with contrib.comments moderation system

2009-05-13 Thread Django
#3: Multiple issues with contrib.comments moderation system -+-- Reporter: ubernostrum | Owner: nobody Status: new | Milestone: 1.1 Component:

Re: [Django] #3011: Allow for extendable auth_user module

2009-05-13 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: seocam Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #10096: Added DBMS LINTER backend

2009-05-13 Thread Django
#10096: Added DBMS LINTER backend ---+ Reporter: chernyshov| Owner: nobody Status: closed| Milestone: Component: Database layer

Re: [Django] #11099: Working with forms example code - possible typo

2009-05-13 Thread Django
#11099: Working with forms example code - possible typo +--- Reporter: TomA | Owner: nobody Status: closed | Milestone: Component: Documentation |

Re: [Django] #10096: Added DBMS LINTER backend

2009-05-13 Thread Django
#10096: Added DBMS LINTER backend ---+ Reporter: chernyshov| Owner: nobody Status: closed| Milestone: Component: Database layer

[Changeset] r10781 - django/trunk/docs/ref/contrib

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:38:27 -0500 (Wed, 13 May 2009) New Revision: 10781 Modified: django/trunk/docs/ref/contrib/contenttypes.txt Log: Fixed #11039: documented that aggregation and generic relations don't mix. Thanks, psmith. Modified:

Re: [Django] #11022: Document that the admin bulk delete doesn't call Model.delete()

2009-05-13 Thread Django
#11022: Document that the admin bulk delete doesn't call Model.delete() +--- Reporter: jacob | Owner: jacob Status: closed | Milestone: 1.1 Component:

[Changeset] r10780 - django/trunk/docs/ref/contrib/admin

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:35:16 -0500 (Wed, 13 May 2009) New Revision: 10780 Modified: django/trunk/docs/ref/contrib/admin/actions.txt Log: Fixed #11022: documented that the admin bulk delete action calls `QuerySet.delete()`, not `Model.delete()`. Thanks, Idan Gazit. Modified:

[Changeset] r10779 - in django/branches/releases/1.0.X: django/forms tests/regressiontests/admin_views

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:30:25 -0500 (Wed, 13 May 2009) New Revision: 10779 Modified: django/branches/releases/1.0.X/django/forms/models.py django/branches/releases/1.0.X/tests/regressiontests/admin_views/tests.py Log: [1.0.X] Fixed #10992: fixed a bug saving inlines with custom

[Changeset] r10778 - django/branches/releases/1.0.X/django/forms

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:28:56 -0500 (Wed, 13 May 2009) New Revision: 10778 Modified: django/branches/releases/1.0.X/django/forms/models.py Log: [1.0.X] Fixed a weird intentation glitch in `django/forms/models.py`. Five spaces!? Modified:

[Changeset] r10777 - in django/trunk: django/forms tests/regressiontests/admin_views

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:23:53 -0500 (Wed, 13 May 2009) New Revision: 10777 Modified: django/trunk/django/forms/models.py django/trunk/tests/regressiontests/admin_views/tests.py Log: Fixed #10992: fixed a bug saving inlines with custom primary key fields. Thanks, Zain. Modified:

Re: [Django] #10886: "Reversing Admin URLs" section provides invalid examples

2009-05-13 Thread Django
#10886: "Reversing Admin URLs" section provides invalid examples --+- Reporter: Simon Meers | Owner: jacob Status: closed | Milestone: 1.1

[Changeset] r10776 - django/trunk/docs/ref/contrib/admin

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:17:40 -0500 (Wed, 13 May 2009) New Revision: 10776 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #10886: corrected a mistaken example in the admin docs. Modified: django/trunk/docs/ref/contrib/admin/index.txt

[Changeset] r10775 - django/branches/releases/1.0.X/docs/topics/forms

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:15:53 -0500 (Wed, 13 May 2009) New Revision: 10775 Modified: django/branches/releases/1.0.X/docs/topics/forms/formsets.txt Log: [1.0.X] Fixed #10795: added a link to model formsets docs from the formsets docs. Backport of [10774] from trunk. Modified:

[Changeset] r10774 - django/trunk/docs/topics/forms

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:13:08 -0500 (Wed, 13 May 2009) New Revision: 10774 Modified: django/trunk/docs/topics/forms/formsets.txt Log: Fixed #10795: added a link to model formsets docs from the formsets docs. Modified: django/trunk/docs/topics/forms/formsets.txt

[Changeset] r10773 - django/branches/releases/1.0.X/docs/topics

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:03:35 -0500 (Wed, 13 May 2009) New Revision: 10773 Modified: django/branches/releases/1.0.X/docs/topics/auth.txt Log: [1.0.X] Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` to the docs. Thanks, Tarken. Backport of [10772] from

Re: [Django] #11082: exclude subquery executed twice

2009-05-13 Thread Django
#11082: exclude subquery executed twice ---+ Reporter: handrews | Owner: nobody Status: new | Milestone: 1.1 Component: Database

[Changeset] r10772 - django/trunk/docs/topics

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:02:58 -0500 (Wed, 13 May 2009) New Revision: 10772 Modified: django/trunk/docs/topics/auth.txt Log: Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` to the docs. Thanks, Tarken. Modified: django/trunk/docs/topics/auth.txt

[Changeset] r10771 - django/branches/releases/1.0.X/docs/topics

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:01:54 -0500 (Wed, 13 May 2009) New Revision: 10771 Modified: django/branches/releases/1.0.X/docs/topics/auth.txt Log: [1.0.X] Fixed #10272: documented the signatures for the contrib.auth views. Thanks, Idan Gazit. Backport of [10770] from trunk. Modified:

[Changeset] r10770 - django/trunk/docs/topics

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 21:01:17 -0500 (Wed, 13 May 2009) New Revision: 10770 Modified: django/trunk/docs/topics/auth.txt Log: Fixed #10272: documented the signatures for the contrib.auth views. Thanks, Idan Gazit. Modified: django/trunk/docs/topics/auth.txt

[Changeset] r10769 - django/branches/releases/1.0.X/docs/ref/templates

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 20:54:41 -0500 (Wed, 13 May 2009) New Revision: 10769 Modified: django/branches/releases/1.0.X/docs/ref/templates/builtins.txt Log: [1.0.X] Fixed #11046: fixed a use of the deprecated cycle tag syntax in the template documentation. Backport of [10768] from

[Changeset] r10768 - django/trunk/docs/ref/templates

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 20:53:57 -0500 (Wed, 13 May 2009) New Revision: 10768 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #11046: fixed a use of the deprecated cycle tag syntax in the template documentation. Modified: django/trunk/docs/ref/templates/builtins.txt

Re: [Django] #11112: Formsets not supported as steps in FormWizard

2009-05-13 Thread Django
#2: Formsets not supported as steps in FormWizard --+- Reporter: hlecuanda | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #6682: Wishlist: have "manage.py shell" execute custom commands on startup

2009-05-13 Thread Django
#6682: Wishlist: have "manage.py shell" execute custom commands on startup -+-- Reporter: o...@iola.dk| Owner: nobody Status: closed |

Re: [Django] #11111: WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode

2009-05-13 Thread Django
#1: WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode +--- Reporter: mgood | Owner: nobody Status: new| Milestone: Component:

[Django] #11112: Formsets not supported as steps in FormWizard

2009-05-13 Thread Django
#2: Formsets not supported as steps in FormWizard -+-- Reporter: hlecuanda | Owner: nobody Status: new | Milestone: 1.1 Component:

[Django] #11111: WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode

2009-05-13 Thread Django
#1: WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode ---+ Reporter: mgood | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version:

Re: [Django] #9253: auto-generated db identifiers (eg. constraint names) should be of consistent length

2009-05-13 Thread Django
#9253: auto-generated db identifiers (eg. constraint names) should be of consistent length ---+ Reporter: crucialfelix | Owner: krzych Status: reopened |

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

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

Re: [Django] #11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch)

2009-05-13 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) ---+ Reporter: thomas| Owner: nobody Status: new | Milestone:

Re: [Django] #11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables.

2009-05-13 Thread Django
#11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables. ---+ Reporter: j...@sdf.lonestar.org | Owner: nobody Status: new

[Django] #11110: Comments redirect after posting is not honoured if comment contains errors or is previewed

2009-05-13 Thread Django
#0: Comments redirect after posting is not honoured if comment contains errors or is previewed -+-- Reporter: Jeff Winters | Owner: nobody Status: new | Milestone:

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

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

[Django] #11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch)

2009-05-13 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) --+- Reporter: thomas| Owner: nobody Status: new | Milestone: Component:

Re: [Django] #11106: typo in documentation?

2009-05-13 Thread Django
#11106: typo in documentation? +--- Reporter: mnieber| Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

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

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

Re: [Django] #11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url

2009-05-13 Thread Django
#11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url --+- Reporter: idangazit| Owner: nobody Status: new |

Re: [Django] #11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables.

2009-05-13 Thread Django
#11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables. ---+ Reporter: j...@sdf.lonestar.org | Owner: nobody Status: new

Re: [Django] #10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs

2009-05-13 Thread Django
#10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs ---+ Reporter: gordyt| Owner: nobody

[Django] #11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables.

2009-05-13 Thread Django
#11107: ManyToManyFields defined with keyword 'through' should not be manipulated as auto-generated m2m tables. --+- Reporter: j...@sdf.lonestar.org | Owner: nobody Status: new

Re: [Django] #1688: Permissions don't get translated in admin interface

2009-05-13 Thread Django
#1688: Permissions don't get translated in admin interface ---+ Reporter: Rudolph | Owner: hugo Status: closed| Milestone:

Re: [Django] #11106: typo in documentation?

2009-05-13 Thread Django
#11106: typo in documentation? +--- Reporter: mnieber| Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

Re: [Django] #11105: Permission names should be translated on syncdb

2009-05-13 Thread Django
#11105: Permission names should be translated on syncdb ---+ Reporter: hcarvalhoalves| Owner: nobody Status: closed| Milestone: Component:

[Django] #11106: typo in documentation?

2009-05-13 Thread Django
#11106: typo in documentation? ---+ Reporter: mnieber| Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Keywords: |

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

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

Re: [Django] #11105: Permission names should be translated on syncdb

2009-05-13 Thread Django
#11105: Permission names should be translated on syncdb ---+ Reporter: hcarvalhoalves| Owner: nobody Status: closed| Milestone: Component:

[Django] #11104: HAVING filter screws with extra() SQL parameter ordering

2009-05-13 Thread Django
#11104: HAVING filter screws with extra() SQL parameter ordering -+-- Reporter: miracle2k| Owner: Status: new | Milestone: Component: ORM aggregation | Version:

Re: [Django] #1688: Permissions don't get translated on syncdb

2009-05-13 Thread Django
#1688: Permissions don't get translated on syncdb ---+ Reporter: Rudolph | Owner: hugo Status: closed| Milestone: Component:

Re: [Django] #11094: OSMGeoAdmin not accepting default_lon and default_lat

2009-05-13 Thread Django
#11094: OSMGeoAdmin not accepting default_lon and default_lat -+-- Reporter: stuartk | Owner: stuartk Status: assigned| Milestone: Component:

Re: [Django] #1688: Permissions don't get translated on syncdb

2009-05-13 Thread Django
#1688: Permissions don't get translated on syncdb ---+ Reporter: Rudolph | Owner: hugo Status: closed| Milestone: Component:

Re: [Django] #1688: Permissions don't get translated on syncdb

2009-05-13 Thread Django
#1688: Permissions don't get translated on syncdb ---+ Reporter: Rudolph | Owner: hugo Status: reopened | Milestone: Component:

Re: [Django] #10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs

2009-05-13 Thread Django
#10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs ---+ Reporter: gordyt| Owner: nobody

Re: [Django] #10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs

2009-05-13 Thread Django
#10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs ---+ Reporter: gordyt| Owner: nobody

Re: [Django] #10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs

2009-05-13 Thread Django
#10881: db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs ---+ Reporter: gordyt| Owner: nobody

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

2009-05-13 Thread noreply
Author: kmtracey Date: 2009-05-13 14:14:02 -0500 (Wed, 13 May 2009) New Revision: 10767 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Blocked a few more changesets and added a couple more that have been integrated. Property changes on: django/branches/releases/1.0.X

Re: [Django] #11102: error in tutorial "Writing your first django app" for urls.py

2009-05-13 Thread Django
#11102: error in tutorial "Writing your first django app" for urls.py +--- Reporter: robmccart | Owner: nobody Status: closed | Milestone:

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

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

[Changeset] r10766 - django/branches/releases/1.0.X/docs/intro

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 13:48:35 -0500 (Wed, 13 May 2009) New Revision: 10766 Modified: django/branches/releases/1.0.X/docs/intro/tutorial03.txt Log: [1.0.X] Fixed #11102: corrected a 1.1-ism in the tutorial. Modified: django/branches/releases/1.0.X/docs/intro/tutorial03.txt

[Changeset] r10765 - in django/branches/releases/1.0.X: django/core/files django/http tests/regressiontests/file_uploads

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 13:45:16 -0500 (Wed, 13 May 2009) New Revision: 10765 Modified: django/branches/releases/1.0.X/django/core/files/base.py django/branches/releases/1.0.X/django/http/multipartparser.py

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

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

[Changeset] r10764 - in django/branches/releases/1.0.X: django/contrib/admin tests/regressiontests/admin_views tests/regressiontests/admin_views/fixtures

2009-05-13 Thread noreply
Author: jacob Date: 2009-05-13 13:41:39 -0500 (Wed, 13 May 2009) New Revision: 10764 Added: django/branches/releases/1.0.X/tests/regressiontests/admin_views/fixtures/admin-views-person.xml Modified: django/branches/releases/1.0.X/django/contrib/admin/options.py

Re: [Django] #10061: incorrect logout link in admin

2009-05-13 Thread Django
#10061: incorrect logout link in admin ---+ Reporter: lashni| Owner: mtredinnick Status: new | Milestone: 1.1 Component:

Re: [Django] #11103: AttributeError: 'ImageFieldFile' object has no attribute 'name'

2009-05-13 Thread Django
#11103: AttributeError: 'ImageFieldFile' object has no attribute 'name' ---+ Reporter: anonymous | Owner: nobody Status: new |

Re: [Django] #11103: AttributeError: 'ImageFieldFile' object has no attribute 'name'

2009-05-13 Thread Django
#11103: AttributeError: 'ImageFieldFile' object has no attribute 'name' ---+ Reporter: anonymous | Owner: nobody Status: new |

[Django] #11103: AttributeError: 'ImageFieldFile' object has no attribute 'name'

2009-05-13 Thread Django
#11103: AttributeError: 'ImageFieldFile' object has no attribute 'name' --+- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: File

Re: [Django] #11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url

2009-05-13 Thread Django
#11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url --+- Reporter: idangazit| Owner: nobody Status: new |

Re: [Django] #11102: error in tutorial "Writing your first django app" for urls.py

2009-05-13 Thread Django
#11102: error in tutorial "Writing your first django app" for urls.py +--- Reporter: robmccart | Owner: nobody Status: reopened | Milestone:

Re: [Django] #11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url

2009-05-13 Thread Django
#11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url --+- Reporter: idangazit| Owner: nobody Status: new |

Re: [Django] #9967: Comment's get_absolute_url anchor doesn't work in Safari

2009-05-13 Thread Django
#9967: Comment's get_absolute_url anchor doesn't work in Safari +--- Reporter: msm| Owner: nobody Status: reopened | Milestone: Component: Documentation

Re: [Django] #11102: error in tutorial "Writing your first django app" for urls.py

2009-05-13 Thread Django
#11102: error in tutorial "Writing your first django app" for urls.py +--- Reporter: robmccart | Owner: nobody Status: closed | Milestone:

[Django] #11102: error in tutorial "Writing your first django app" for urls.py

2009-05-13 Thread Django
#11102: error in tutorial "Writing your first django app" for urls.py ---+ Reporter: robmccart | Owner: nobody Status: new| Milestone: Component: Documentation |

Re: [Django] #9284: BaseModelFormSet and BaseInlineFormSet should call ModelForm.save() when saving objects

2009-05-13 Thread Django
#9284: BaseModelFormSet and BaseInlineFormSet should call ModelForm.save() when saving objects -+-- Reporter: dro...@gmail.com| Owner: nobody Status: closed |

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

2009-05-13 Thread Django
#11101: Oracle fails admin_view tests when the whole suite is run -- transaction problem? --+- Reporter: mboersma | Owner: mboersma Status: new | Milestone:

[Changeset] r10763 - in django/branches/releases/1.0.X: . django/db/models/fields

2009-05-13 Thread noreply
Author: ikelly Date: 2009-05-13 12:11:18 -0500 (Wed, 13 May 2009) New Revision: 10763 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/db/models/fields/__init__.py Log: [1.0.X] Fixed BooleanFields being coerced null=True in Oracle. Backport of r10505 from

Re: [Django] #9967: Comment's get_absolute_url anchor doesn't work in Safari

2009-05-13 Thread Django
#9967: Comment's get_absolute_url anchor doesn't work in Safari +--- Reporter: msm| Owner: nobody Status: reopened | Milestone: Component: Documentation

[Django] #11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url

2009-05-13 Thread Django
#11100: Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url -+-- Reporter: idangazit| Owner: nobody Status: new | Milestone:

Re: [Django] #11031: Docs change - django user needs more roles in Oracle database

2009-05-13 Thread Django
#11031: Docs change - django user needs more roles in Oracle database +--- Reporter: JirkaV | Owner: mboersma Status: assigned | Milestone:

[Changeset] r10762 - in django/branches/releases/1.0.X: . docs/intro

2009-05-13 Thread noreply
Author: kmtracey Date: 2009-05-13 11:19:52 -0500 (Wed, 13 May 2009) New Revision: 10762 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/intro/tutorial03.txt Log: [1.0.X] Added admin URLs back to the urls.py example in the tutorial - had a complaint from

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

2009-05-13 Thread noreply
Author: kmtracey Date: 2009-05-13 11:05:23 -0500 (Wed, 13 May 2009) New Revision: 10761 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Blocked a few more changesets not applicable to the branch, and updated svnmerge-integrated to reflect changesets that have been merged. Property

Re: [Django] #11098: syncdb raising an ImportError when using pyuno

2009-05-13 Thread Django
#11098: syncdb raising an ImportError when using pyuno -+-- Reporter: dedsm | Owner: nobody Status: closed | Milestone:

Re: [Django] #9967: get_absolute_url doesn't add anchor to url

2009-05-13 Thread Django
#9967: get_absolute_url doesn't add anchor to url --+- Reporter: msm | Owner: nobody Status: reopened | Milestone: Component:

[Django] #11099: Working with forms example code - possible typo

2009-05-13 Thread Django
#11099: Working with forms example code - possible typo ---+ Reporter: TomA | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

[Django] #11098: syncdb raising an ImportError when using pyuno

2009-05-13 Thread Django
#11098: syncdb raising an ImportError when using pyuno ---+ Reporter: dedsm | Owner: nobody Status: new| Milestone: Component: Core framework

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

2009-05-13 Thread noreply
Author: kmtracey Date: 2009-05-13 10:38:18 -0500 (Wed, 13 May 2009) New Revision: 10760 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Blocked a bunch of new function fixes from merge to branch. Property changes on: django/branches/releases/1.0.X

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

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

Re: [Django] #11097: Formset documentation should include a note about form.blah_ptr for derived models

2009-05-13 Thread Django
#11097: Formset documentation should include a note about form.blah_ptr for derived models +--- Reporter: drozzy | Owner: nobody Status: new|

[Django] #11097: Formset documentation should include a note about form.blah_ptr for derived models

2009-05-13 Thread Django
#11097: Formset documentation should include a note about form.blah_ptr for derived models ---+ Reporter: drozzy | Owner: nobody Status: new| Milestone: Component:

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

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

Re: [Django] #11096: .values including related fields does not work when specified after an aggregate's .annotate

2009-05-13 Thread Django
#11096: .values including related fields does not work when specified after an aggregate's .annotate --+- Reporter: dgouldin | Owner: Status: new | Milestone:

[Django] #11096: .values including related fields does not work when specified after an aggregate's .annotate

2009-05-13 Thread Django
#11096: .values including related fields does not work when specified after an aggregate's .annotate -+-- Reporter: dgouldin | Owner: Status: new | Milestone:

Re: [Django] #11081: Page rendering fails after upgrading to r10703

2009-05-13 Thread Django
#11081: Page rendering fails after upgrading to r10703 -+-- Reporter: awatts | Owner: nobody Status: new | Milestone:

Re: [Django] #6682: Wishlist: have "manage.py shell" execute custom commands on startup

2009-05-13 Thread Django
#6682: Wishlist: have "manage.py shell" execute custom commands on startup -+-- Reporter: o...@iola.dk| Owner: nobody Status: reopened|

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

2009-05-13 Thread noreply
Author: russellm Date: 2009-05-13 09:39:48 -0500 (Wed, 13 May 2009) New Revision: 10759 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Updated svnmerge properties for recent checkins Property changes on: django/branches/releases/1.0.X

[Changeset] r10758 - in django/branches/releases/1.0.X: django/forms tests/regressiontests tests/regressiontests/model_formsets_regress

2009-05-13 Thread noreply
Author: russellm Date: 2009-05-13 09:32:18 -0500 (Wed, 13 May 2009) New Revision: 10758 Added: django/branches/releases/1.0.X/tests/regressiontests/model_formsets_regress/ django/branches/releases/1.0.X/tests/regressiontests/model_formsets_regress/__init__.py

[Changeset] r10757 - in django/branches/releases/1.0.X: django/forms tests/regressiontests/forms

2009-05-13 Thread noreply
Author: russellm Date: 2009-05-13 09:31:39 -0500 (Wed, 13 May 2009) New Revision: 10757 Modified: django/branches/releases/1.0.X/django/forms/widgets.py django/branches/releases/1.0.X/tests/regressiontests/forms/widgets.py Log: [1.0.X] Fixed #10288 -- Corrected _has_changed handling of

Re: [Django] #11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky

2009-05-13 Thread Django
#11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky --+- Reporter: djsun| Owner: nobody Status: closed | Milestone:

Re: [Django] #11093: admin user-tools don't works

2009-05-13 Thread Django
#11093: admin user-tools don't works ---+ Reporter: Amati Giovanni| Owner: nobody Status: closed| Milestone: Component: django.contrib.admin |

Re: [Django] #11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky

2009-05-13 Thread Django
#11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky --+- Reporter: djsun| Owner: nobody Status: closed | Milestone:

[Django] #11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky

2009-05-13 Thread Django
#11095: title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky -+-- Reporter: djsun| Owner: nobody Status: new | Milestone: Component: Django Web site |

  1   2   >