Re: [Django] #14505: Multiple Namespaces and reverse lookup does not work as advertised.

2010-12-29 Thread Django
#14505: Multiple Namespaces and reverse lookup does not work as advertised. -+-- Reporter: dcurtis | Owner: nobody Status: closed | Milestone:

Re: [Django] #14500: Cookie not set in IE and no error message in login form

2010-12-29 Thread Django
#14500: Cookie not set in IE and no error message in login form +--- Reporter: stephanekonstantaropoulos | Owner: nobody Status: closed | Milestone:

Re: [Django] #14483: Implement subqueries in geodjango spatial lookup

2010-12-29 Thread Django
#14483: Implement subqueries in geodjango spatial lookup -+-- Reporter: milosu | Owner: nobody Status: new | Milestone:

Re: [Django] #14476: annotate, default aggregation naming and filter annoyance

2010-12-29 Thread Django
#14476: annotate, default aggregation naming and filter annoyance --+- Reporter: dirleyrls| Owner: Status: new | Milestone:

Re: [Django] #14474: Unnecessary deepcopying of QuerySet inside filter() method results in slower execution

2010-12-29 Thread Django
#14474: Unnecessary deepcopying of QuerySet inside filter() method results in slower execution ---+ Reporter: zimnyx| Owner: nobody Status: closed

Re: [Django] #14468: test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype

2010-12-29 Thread Django
#14468: test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype +--- Reporter: emulbreh | Owner: nobody Status: new

Re: [Django] #14420: Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted

2010-12-29 Thread Django
#14420: Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted -+-- Reporter: rory| Owner: nobody

Re: [Django] #14418: lazy instances are not resolved to string when used as Exception value

2010-12-29 Thread Django
#14418: lazy instances are not resolved to string when used as Exception value +--- Reporter: djoume | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #14287: TEST_MIRROR is not respected in routers

2010-12-29 Thread Django
#14287: TEST_MIRROR is not respected in routers ---+ Reporter: dcramer | Owner: nobody Status: reopened | Milestone: Component:

Re: [Django] #14408: Admin Error when subclassing ContentType for generic Relations

2010-12-29 Thread Django
#14408: Admin Error when subclassing ContentType for generic Relations ---+ Reporter: MS| Owner: nobody Status: new | Milestone: Component: Contrib

[Django] #14990: Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1

2010-12-29 Thread Django
#14990: Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1 --+- Reporter: eKIK | Owner: nobody Status: new | Milestone: 1.3 Component: Contrib apps |

Re: [Django] #14437: Allow force_insert for fixtures loading.

2010-12-29 Thread Django
#14437: Allow force_insert for fixtures loading. +--- Reporter: zimnyx | Owner: nobody Status: closed | Milestone: Component: Serialization |

Re: [Django] #14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable

2010-12-29 Thread Django
#14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable +--- Reporter: msaelices | Owner: nobody Status: closed | Milestone:

Re: [Django] #14591: UnicodeDecodeError when trying to render the label of a field

2010-12-29 Thread Django
#14591: UnicodeDecodeError when trying to render the label of a field -+-- Reporter: panosl | Owner: nobody Status: closed | Milestone:

Re: [Django] #10078: Document use of locales in management commands

2010-12-29 Thread Django
#10078: Document use of locales in management commands +--- Reporter: gregoire | Owner: nobody Status: new| Milestone:

Re: [Django] #14976: Add is_html flag to contrib.messages

2010-12-29 Thread Django
#14976: Add is_html flag to contrib.messages ---+ Reporter: tedtieken | Owner: nobody Status: new | Milestone: Component: Contrib

Re: [Django] #14287: TEST_MIRROR is not respected in routers

2010-12-29 Thread Django
#14287: TEST_MIRROR is not respected in routers ---+ Reporter: dcramer | Owner: nobody Status: reopened | Milestone: Component:

Re: [Django] #14287: TEST_MIRROR is not respected in routers

2010-12-29 Thread Django
#14287: TEST_MIRROR is not respected in routers ---+ Reporter: dcramer | Owner: nobody Status: reopened | Milestone: Component:

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

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 15:50:40 -0600 (Wed, 29 Dec 2010) New Revision: 15113 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Thanks benc for the suggestions. Modified:

[Changeset] r15112 - django/trunk/django/utils

2010-12-29 Thread noreply
Author: ramiro Date: 2010-12-29 15:23:21 -0600 (Wed, 29 Dec 2010) New Revision: 15112 Modified: django/trunk/django/utils/feedgenerator.py Log: Fixed #10447 -- Made sure the syndication feeds helper function that returns RFC 2822-formatted datetime strings isn't affected by the current

Re: [Django] #14976: Add is_html flag to contrib.messages

2010-12-29 Thread Django
#14976: Add is_html flag to contrib.messages ---+ Reporter: tedtieken | Owner: nobody Status: new | Milestone: Component: Contrib

Re: [Django] #14987: Date filter options inconsistant and out of order

2010-12-29 Thread Django
#14987: Date filter options inconsistant and out of order -+-- Reporter: Peter of the Norse | Owner: nobody Status: closed

[Changeset] r15111 - django/branches/releases/1.2.X/docs/ref/models

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 14:34:40 -0600 (Wed, 29 Dec 2010) New Revision: 15111 Modified: django/branches/releases/1.2.X/docs/ref/models/options.txt Log: [1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv. Backport of r15110 from trunk. Modified:

Re: [Django] #12663: Information provided by Model._meta should be documented in /models/options/

2010-12-29 Thread Django
#12663: Information provided by Model._meta should be documented in /models/options/ +--- Reporter: MadeR | Owner: adamv Status: new| Milestone:

[Changeset] r15110 - django/trunk/docs/ref/models

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 14:30:24 -0600 (Wed, 29 Dec 2010) New Revision: 15110 Modified: django/trunk/docs/ref/models/options.txt Log: Fixed #14842 - Indent the model Meta options. Thanks adamv. Modified: django/trunk/docs/ref/models/options.txt

[Changeset] r15109 - django/branches/releases/1.2.X/docs/ref/templates

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 14:21:28 -0600 (Wed, 29 Dec 2010) New Revision: 15109 Modified: django/branches/releases/1.2.X/docs/ref/templates/builtins.txt Log: [1.2.X] Fixed #13452 - Document that regroup can be used with any template lookup. Thanks shacker for the suggestion and draft

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

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 14:20:53 -0600 (Wed, 29 Dec 2010) New Revision: 15108 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #13452 - Document that regroup can be used with any template lookup. Thanks shacker for the suggestion and draft patch. Modified:

Re: [Django] #10447: feedgenerator will raise exception if we set locale.

2010-12-29 Thread Django
#10447: feedgenerator will raise exception if we set locale. +--- Reporter: bear330| Owner: nobody Status: new| Milestone: Component: RSS

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

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 14:05:51 -0600 (Wed, 29 Dec 2010) New Revision: 15107 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #14987 - Alpha sort date filter arguments. Thanks Peter for the report; adamv for the patch. Modified:

Re: [Django] #14331: Clarify where to append sys.path.append in mod_wsgi docs

2010-12-29 Thread Django
#14331: Clarify where to append sys.path.append in mod_wsgi docs +--- Reporter: al...@ircohen.com | Owner: nobody Status: closed | Milestone:

Re: [Django] #14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable

2010-12-29 Thread Django
#14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable +--- Reporter: msaelices | Owner: nobody Status: new| Milestone:

Re: [Django] #13452: Document workaround for regroup tag and CHOICES fields

2010-12-29 Thread Django
#13452: Document workaround for regroup tag and CHOICES fields +--- Reporter: shacker| Owner: nobody Status: reopened | Milestone:

Re: [Django] #13936: django-admin makemessages generates PO files with an incorrect path to source code files

2010-12-29 Thread Django
#13936: django-admin makemessages generates PO files with an incorrect path to source code files -+-- Reporter: ciupicri| Owner: nobody Status: reopened|

Re: [Django] #14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable

2010-12-29 Thread Django
#14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable +--- Reporter: msaelices | Owner: nobody Status: new| Milestone:

Re: [Django] #14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable

2010-12-29 Thread Django
#14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable +--- Reporter: msaelices | Owner: nobody Status: new| Milestone:

[Django] #14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable

2010-12-29 Thread Django
#14989: Allow serializers to non ovewrite fixtures objects if they are marked as non overridable ---+ Reporter: msaelices | Owner: nobody Status: new| Milestone: Component:

[Changeset] r15106 - django/trunk/docs/intro

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 11:20:30 -0600 (Wed, 29 Dec 2010) New Revision: 15106 Modified: django/trunk/docs/intro/tutorial04.txt Log: Fixed #14988 - Remove renaming step in tutorial that's no longer applicable due to generic view refactor. Thanks bindzus for the report. Modified:

[Django] #14988: Tutorial part 4 - Renaming of templates should be removed

2010-12-29 Thread Django
#14988: Tutorial part 4 - Renaming of templates should be removed ---+ Reporter: bindzus| Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: SVN

Re: [Django] #14987: Date filter options inconsistant and out of order

2010-12-29 Thread Django
#14987: Date filter options inconsistant and out of order -+-- Reporter: Peter of the Norse | Owner: nobody Status: new

Re: [Django] #13628: Documentation should discourage the usage of doctests

2010-12-29 Thread Django
#13628: Documentation should discourage the usage of doctests +--- Reporter: d0ugal | Owner: d0ugal Status: assigned | Milestone: 1.3 Component: Documentation |

Re: [Django] #14987: Date filter options inconsistant and out of order

2010-12-29 Thread Django
#14987: Date filter options inconsistant and out of order -+-- Reporter: Peter of the Norse | Owner: nobody Status: new

[Django] #14987: Date filter options inconsistant and out of order

2010-12-29 Thread Django
#14987: Date filter options inconsistant and out of order +--- Reporter: Peter of the Norse | Owner: nobody Status: new | Milestone:

Re: [Django] #14498: Forms passed to FormWizard.process_step are not guaranteed to have clean validate data

2010-12-29 Thread Django
#14498: Forms passed to FormWizard.process_step are not guaranteed to have clean validate data ---+ Reporter: stas | Owner: lukeplant Status: reopened |

Re: [Django] #10060: Multiple table annotation failure

2010-12-29 Thread Django
#10060: Multiple table annotation failure --+- Reporter: svsha...@intellecap.net | Owner: Status: new | Milestone: Component: ORM aggregation

[Changeset] r15105 - django/branches/releases/1.2.X/docs/ref

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 09:48:50 -0600 (Wed, 29 Dec 2010) New Revision: 15105 Modified: django/branches/releases/1.2.X/docs/ref/signals.txt Log: [1.2.X] Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles for the patch. Backport of r15104 from trunk. Modified:

[Changeset] r15104 - django/trunk/docs/ref

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 09:47:46 -0600 (Wed, 29 Dec 2010) New Revision: 15104 Modified: django/trunk/docs/ref/signals.txt Log: Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles for the patch. Modified: django/trunk/docs/ref/signals.txt

[Changeset] r15103 - django/branches/releases/1.2.X/docs/topics/i18n

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 09:39:44 -0600 (Wed, 29 Dec 2010) New Revision: 15103 Modified: django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt Log: [1.2.X] Fixed #12193 - Add details to the i18n documentation for translation of model classes (relations and methods).

[Changeset] r15102 - django/trunk/docs/topics/i18n

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 09:39:12 -0600 (Wed, 29 Dec 2010) New Revision: 15102 Modified: django/trunk/docs/topics/i18n/internationalization.txt Log: Fixed #12193 - Add details to the i18n documentation for translation of model classes (relations and methods). Thanks Maxime Petazzoni and

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

2010-12-29 Thread Django
#1688: Permissions don't get translated in admin interface ---+ Reporter: Rudolph | Owner: hugo Status: closed| Milestone: Component:

Re: [Django] #13861: Translate permissions

2010-12-29 Thread Django
#13861: Translate permissions -+-- Reporter: tonnzor | Owner: nobody Status: closed | Milestone: 1.3 Component: Authentication | Version: SVN

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2010-12-29 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+-- Reporter: adamnelson | Owner: nobody Status: new | Milestone:

[Django] #14986: TestCase: increase verbosity for TestCase.fixtures usage

2010-12-29 Thread Django
#14986: TestCase: increase verbosity for TestCase.fixtures usage ---+ Reporter: carsten| Owner: nobody Status: new| Milestone: Component: Testing framework |

Re: [Django] #13861: Translate permissions

2010-12-29 Thread Django
#13861: Translate permissions -+-- Reporter: tonnzor | Owner: nobody Status: closed | Milestone: 1.3 Component: Authentication | Version: SVN

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2010-12-29 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+-- Reporter: adamnelson | Owner: nobody Status: new | Milestone:

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2010-12-29 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+-- Reporter: adamnelson | Owner: nobody Status: new | Milestone:

Re: [Django] #14466: "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3

2010-12-29 Thread Django
#14466: "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 ---+ Reporter: biolsen | Owner: nobody Status: closed

[Changeset] r15101 - django/branches/releases/1.2.X/docs/topics/i18n

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 08:23:10 -0600 (Wed, 29 Dec 2010) New Revision: 15101 Modified: django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt Log: [1.2.X] Fixed #13961 - note that reverse URL lookups can't be done within a blocktrans tag. Thanks garrison for the

[Changeset] r15100 - django/trunk/docs/topics/i18n

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 08:19:38 -0600 (Wed, 29 Dec 2010) New Revision: 15100 Modified: django/trunk/docs/topics/i18n/internationalization.txt Log: Fixed #13961 - note that reverse URL lookups can't be done within a blocktrans tag. Thanks garrison for the report and richardb and zerok

Re: [Django] #13921: Inconsistent get_internal_type on official models' fields

2010-12-29 Thread Django
#13921: Inconsistent get_internal_type on official models' fields ---+ Reporter: mitar | Owner: nobody Status: closed| Milestone:

Re: [Django] #14387: pre_save problem with inherrited model

2010-12-29 Thread Django
#14387: pre_save problem with inherrited model --+- Reporter: iskren | Owner: Status: closed | Milestone:

[Changeset] r15099 - django/branches/releases/1.2.X/docs/howto/deployment

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 07:59:51 -0600 (Wed, 29 Dec 2010) New Revision: 15099 Modified: django/branches/releases/1.2.X/docs/howto/deployment/modwsgi.txt Log: [1.2.X] Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet for the report, elbarto for the patch. Backport of

[Changeset] r15098 - django/trunk/docs/howto/deployment

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 07:59:15 -0600 (Wed, 29 Dec 2010) New Revision: 15098 Modified: django/trunk/docs/howto/deployment/modwsgi.txt Log: Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet for the report, elbarto for the patch. Modified:

Re: [Django] #14371: Select related and parents

2010-12-29 Thread Django
#14371: Select related and parents ---+ Reporter: vzima | Owner: nobody Status: closed| Milestone: Component: Database

Re: [Django] #14357: Prevent innapropriate order-based grouping on values+annotate queries

2010-12-29 Thread Django
#14357: Prevent innapropriate order-based grouping on values+annotate queries --+- Reporter: outofculture | Owner: Status: new | Milestone: Component: ORM

Re: [Django] #14350: Please add a login method to the test Client that doesn't depend on passwords

2010-12-29 Thread Django
#14350: Please add a login method to the test Client that doesn't depend on passwords ---+ Reporter: James Westby | Owner: nobody Status: closed

[Changeset] r15097 - django/branches/releases/1.2.X/docs/ref/models

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 07:47:58 -0600 (Wed, 29 Dec 2010) New Revision: 15097 Modified: django/branches/releases/1.2.X/docs/ref/models/fields.txt Log: [1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Thanks PaulM for the suggestion, elbarto for the patch.

[Changeset] r15096 - django/trunk/docs/ref/models

2010-12-29 Thread noreply
Author: timo Date: 2010-12-29 07:47:28 -0600 (Wed, 29 Dec 2010) New Revision: 15096 Modified: django/trunk/docs/ref/models/fields.txt Log: Fixed #14959 - Add a link to localflavor in the model field docs. Thanks PaulM for the suggestion, elbarto for the patch. Modified:

Re: [Django] #14347: Add required_if field to model fields

2010-12-29 Thread Django
#14347: Add required_if field to model fields ---+ Reporter: hejsan| Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #14341: Session middleware raises exception when unit testing HttpResponseForbidden

2010-12-29 Thread Django
#14341: Session middleware raises exception when unit testing HttpResponseForbidden +--- Reporter: dikbrouwer | Owner: nobody Status: closed | Milestone:

Re: [Django] #14287: TEST_MIRROR is not respected in routers

2010-12-29 Thread Django
#14287: TEST_MIRROR is not respected in routers ---+ Reporter: dcramer | Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #14296: 'manage.py test' failing for apps that access read-only databases

2010-12-29 Thread Django
#14296: 'manage.py test' failing for apps that access read-only databases +--- Reporter: kthhrv | Owner: nobody Status: new| Milestone:

Re: [Django] #14339: Enable testing when you can't create/destroy databases

2010-12-29 Thread Django
#14339: Enable testing when you can't create/destroy databases +--- Reporter: Martin Omander | Owner: nobody Status: closed

Re: [Django] #14308: Adding some fields to the Mexican local flavor.

2010-12-29 Thread Django
#14308: Adding some fields to the Mexican local flavor. -+-- Reporter: srpoder | Owner: nobody Status: new | Milestone:

Re: [Django] #14296: 'manage.py test' failing for apps that access read-only databases

2010-12-29 Thread Django
#14296: 'manage.py test' failing for apps that access read-only databases +--- Reporter: kthhrv | Owner: nobody Status: new| Milestone:

Re: [Django] #14289: Add a signal in the cleanup management command

2010-12-29 Thread Django
#14289: Add a signal in the cleanup management command +--- Reporter: fer...@pegueroles.com | Owner: nobody Status: new| Milestone: Component: Core

Re: [Django] #14286: Support for BigAutoField

2010-12-29 Thread Django
#14286: Support for BigAutoField ---+ Reporter: hongrich | Owner: nobody Status: new | Milestone: Component: Database layer

Re: [Django] #2626: Datetime handling is broken when dealing with more than one time zone

2010-12-29 Thread Django
#2626: Datetime handling is broken when dealing with more than one time zone -+-- Reporter: Tom Tobin | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2010-12-29 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+-- Reporter: adamnelson | Owner: nobody Status: new | Milestone:

Re: [Django] #14220: Backwards-compat code in db.fields.subclassing is a bottleneck

2010-12-29 Thread Django
#14220: Backwards-compat code in db.fields.subclassing is a bottleneck ---+ Reporter: olau | Owner: nobody Status: new | Milestone:

Re: [Django] #14200: new RegexURLResolver is contructed for every request

2010-12-29 Thread Django
#14200: new RegexURLResolver is contructed for every request -+-- Reporter: Suor| Owner: Suor Status: new | Milestone:

Re: [Django] #14186: Adding GDirections wrapper to overlays.py

2010-12-29 Thread Django
#14186: Adding GDirections wrapper to overlays.py -+-- Reporter: maraujop| Owner: maraujop Status: new | Milestone: 1.3 Component: GIS

Re: [Django] #14183: Geodjango models broken with pydoc

2010-12-29 Thread Django
#14183: Geodjango models broken with pydoc ---+ Reporter: dzwarg| Owner: dariog Status: new | Milestone: Component: GIS | Version: 1.1

Re: [Django] #14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed

2010-12-29 Thread Django
#14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed --+- Reporter: psychcf | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14918: Password reset with e-mail OR username

2010-12-29 Thread Django
#14918: Password reset with e-mail OR username -+-- Reporter: jonash | Owner: nobody Status: closed | Milestone: Component: Authentication |

Re: [Django] #14984: ClearableFileInput generates invalid XHTML

2010-12-29 Thread Django
#14984: ClearableFileInput generates invalid XHTML +--- Reporter: lukeplant | Owner: nobody Status: new| Milestone: Component: Forms | Version: 1.2

Re: [Django] #14787: Upload handler should pass errors on to forms.FileField

2010-12-29 Thread Django
#14787: Upload handler should pass errors on to forms.FileField ---+ Reporter: intgr | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: reopened | Milestone: Component:

Re: [Django] #14716: filter_horizontal and filter_vertical don't work on mobile Safari

2010-12-29 Thread Django
#14716: filter_horizontal and filter_vertical don't work on mobile Safari ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone:

Re: [Django] #14724: Auth Password Reset View depends on Integer user ID,

2010-12-29 Thread Django
#14724: Auth Password Reset View depends on Integer user ID, -+-- Reporter: quinode | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #14165: Transaction management is only entered for the primary database

2010-12-29 Thread Django
#14165: Transaction management is only entered for the primary database ---+ Reporter: sa...@mahalo.com | Owner: nobody Status: new

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: reopened | Milestone: Component:

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #14163: Setting pk should set the related fields also in the base chain.

2010-12-29 Thread Django
#14163: Setting pk should set the related fields also in the base chain. ---+ Reporter: akaariai | Owner: nobody Status: closed

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #14138: Apache setup using sqlite3 breaks when performing a field__regex filter

2010-12-29 Thread Django
#14138: Apache setup using sqlite3 breaks when performing a field__regex filter ---+ Reporter: eternicode| Owner: nobody Status:

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #14133: update GeoDjango windows installer

2010-12-29 Thread Django
#14133: update GeoDjango windows installer ---+ Reporter: Leo | Owner: jbronn Status: assigned | Milestone: 1.3 Component: GIS | Version: 1.2

Re: [Django] #14129: Updated Slovenian translation for 1.2.x

2010-12-29 Thread Django
#14129: Updated Slovenian translation for 1.2.x +--- Reporter: gasperzejn | Owner: nobody Status: new| Milestone: Component: Translations |

Re: [Django] #14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key

2010-12-29 Thread Django
#14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key ---+ Reporter: sa...@mahalo.com | Owner: nobody

Re: [Django] #14035: Cannot access POST after request.encoding was set to a custom value

2010-12-29 Thread Django
#14035: Cannot access POST after request.encoding was set to a custom value +--- Reporter: zimnyx | Owner: nobody Status: closed | Milestone: Component:

  1   2   >