Re: [Django] #11742: simplejson loads not always unicode

2009-08-19 Thread Django
#11742: simplejson loads not always unicode +--- Reporter: kwek | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.

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

2009-08-19 Thread Django
#6735: Class-based generic views +--- Reporter: jkocherhans| Owner: telenieko Status: assigned | Milestone: 1.2 Component: Generic views | Version: SVN

Re: [Django] #8566: mark_safe not propagating from widgets to templates

2009-08-19 Thread Django
#8566: mark_safe not propagating from widgets to templates -+-- Reporter: agirman | Owner: nobody Status: closed | Milestone: 1.

Re: [Django] #11742: simplejson loads not always unicode

2009-08-19 Thread Django
#11742: simplejson loads not always unicode +--- Reporter: kwek | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.

Re: [Django] #11351: IE6 times out in the Django Development Server when a Request.Post is passed

2009-08-19 Thread Django
#11351: IE6 times out in the Django Development Server when a Request.Post is passed -+-- Reporter: philip.bar...@impaerospace.com | Owner: nobody Status: closed |

Re: [Django] #11747: Django "Freezing" shortly after startup

2009-08-19 Thread Django
#11747: Django "Freezing" shortly after startup +--- Reporter: erikcw | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version:

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

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

[Changeset] r11473 - django/tags/releases

2009-08-19 Thread noreply
Author: ubernostrum Date: 2009-08-19 18:54:59 -0500 (Wed, 19 Aug 2009) New Revision: 11473 Added: django/tags/releases/0.96.5/ Log: Re-tag the 0.96.5 bugfix release. Copied: django/tags/releases/0.96.5 (from rev 11472, django/branches/0.96-bugfixes) --~--~-~--~~~---

[Changeset] r11472 - django/branches/0.96-bugfixes

2009-08-19 Thread noreply
Author: ubernostrum Date: 2009-08-19 18:54:28 -0500 (Wed, 19 Aug 2009) New Revision: 11472 Modified: django/branches/0.96-bugfixes/setup.py Log: [0.96-bugfixes] Update download_url. Modified: django/branches/0.96-bugfixes/setup.py ==

[Changeset] r11471 - django/tags/releases

2009-08-19 Thread noreply
Author: ubernostrum Date: 2009-08-19 18:53:42 -0500 (Wed, 19 Aug 2009) New Revision: 11471 Removed: django/tags/releases/0.96.5/ Log: Missed a version number change in setup.py; will retag momentarily. --~--~-~--~~~---~--~~ You received this message because yo

[Changeset] r11470 - django/tags/releases

2009-08-19 Thread noreply
Author: ubernostrum Date: 2009-08-19 18:51:53 -0500 (Wed, 19 Aug 2009) New Revision: 11470 Added: django/tags/releases/0.96.5/ Log: Tag the 0.96.5 bugfix release. Copied: django/tags/releases/0.96.5 (from rev 11469, django/branches/0.96-bugfixes) --~--~-~--~~~--

Re: [Django] #11749: QuerySet not autmatically evaluated on attribut update?

2009-08-19 Thread Django
#11749: QuerySet not autmatically evaluated on attribut update? +--- Reporter: gz | Owner: nobody Status: closed | Milestone:

Re: [Django] #11749: QuerySet not autmatically evaluated on attribut update?

2009-08-19 Thread Django
#11749: QuerySet not autmatically evaluated on attribut update? +--- Reporter: gz | Owner: nobody Status: new| Milestone:

[Changeset] r11469 - in django/branches/0.96-bugfixes: . django django/conf

2009-08-19 Thread noreply
Author: ubernostrum Date: 2009-08-19 18:42:22 -0500 (Wed, 19 Aug 2009) New Revision: 11469 Modified: django/branches/0.96-bugfixes/django/__init__.py django/branches/0.96-bugfixes/django/conf/global_settings.py django/branches/0.96-bugfixes/setup.py Log: [0.96-bugfixes] Bump version info

[Django] #11749: QuerySet not autmatically evaluated on attribut update?

2009-08-19 Thread Django
#11749: QuerySet not autmatically evaluated on attribut update? --+- Reporter: gz| Owner: nobody Status: new | Milestone: Component:

[Django] #11748: Documentation implies search_fields won't accept ManyToMany related lookups

2009-08-19 Thread Django
#11748: Documentation implies search_fields won't accept ManyToMany related lookups +--- Reporter: mtrichardson| Owner: nobody Status: new | Milestone:

[Django] #11747: Django "Freezing" shortly after startup

2009-08-19 Thread Django
#11747: Django "Freezing" shortly after startup ---+ Reporter: erikcw | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN Keywords:

Re: [Django] #11743: Error in generic views documentation

2009-08-19 Thread Django
#11743: Error in generic views documentation +--- Reporter: Fredde | Owner: nobody Status: closed | Milestone: Component: Documentation | Version: 1

Re: [Django] #11554: Several errors in Generic Views Documentation

2009-08-19 Thread Django
#11554: Several errors in Generic Views Documentation +--- Reporter: bunajim| Owner: ramiro Status: assigned | Milestone: Component: Documentati

Re: [Django] #7052: auth fixture fails to import when running test server

2009-08-19 Thread Django
#7052: auth fixture fails to import when running test server +--- Reporter: jb0t | Owner: nobody Status: new| Milestone:

Re: [Django] #6148: Add generic support for database schemas

2009-08-19 Thread Django
#6148: Add generic support for database schemas ---+ Reporter: ikelly| Owner: kmpm Status: assigned | Milestone:

Re: [Django] #11351: IE6 times out in the Django Development Server when a Request.Post is passed

2009-08-19 Thread Django
#11351: IE6 times out in the Django Development Server when a Request.Post is passed -+-- Reporter: philip.bar...@impaerospace.com | Owner: nobody Status: reopened|

[Django] #11745: Categories by origin for command listings in "manage.py help"

2009-08-19 Thread Django
#11745: Categories by origin for command listings in "manage.py help" ---+ Reporter: Tuttle | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: S

Re: [Django] #8566: mark_safe not propagating from widgets to templates

2009-08-19 Thread Django
#8566: mark_safe not propagating from widgets to templates -+-- Reporter: agirman | Owner: nobody Status: reopened| Milestone: 1.

Re: [Django] #11744: Add advice to use OneToOneField to extend the user model/profile.

2009-08-19 Thread Django
#11744: Add advice to use OneToOneField to extend the user model/profile. +--- Reporter: Danic | Owner: nobody Status: new| Milestone: Component: Docum

[Django] #11744: Add advice to use OneToOneField to extend the user model/profile.

2009-08-19 Thread Django
#11744: Add advice to use OneToOneField to extend the user model/profile. ---+ Reporter: Danic | Owner: nobody Status: new| Milestone: Component: Documentation | Version

[Django] #11743: Error in generic views documentation

2009-08-19 Thread Django
#11743: Error in generic views documentation ---+ Reporter: Fredde | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.1 Keywords:

Re: [Django] #6138: newforms: when accessing directly form.errors, error_class is not used

2009-08-19 Thread Django
#6138: newforms: when accessing directly form.errors, error_class is not used ---+ Reporter: Michal Moroz | Owner: peter2108 Status: new | Milestone: Component

Re: [Django] #6138: newforms: when accessing directly form.errors, error_class is not used

2009-08-19 Thread Django
#6138: newforms: when accessing directly form.errors, error_class is not used ---+ Reporter: Michal Moroz | Owner: nobody Status: reopened | Milestone: Component: For

Re: [Django] #11687: The 'add' template filter only works for integers, and can fail noisily

2009-08-19 Thread Django
#11687: The 'add' template filter only works for integers, and can fail noisily -+-- Reporter: thepointer | Owner: gruszczy Status: new | Milestone: 1.2

Re: [Django] #6773: Confusing error when ForeignKey lookup fails while serializing

2009-08-19 Thread Django
#6773: Confusing error when ForeignKey lookup fails while serializing -+-- Reporter: kcarnold| Owner: nobody Status: new | Milestone:

Re: [Django] #6773: Confusing error when ForeignKey lookup fails while serializing

2009-08-19 Thread Django
#6773: Confusing error when ForeignKey lookup fails while serializing -+-- Reporter: kcarnold| Owner: nobody Status: new | Milestone:

[Django] #11742: simplejson loads not always unicode

2009-08-19 Thread Django
#11742: simplejson loads not always unicode ---+ Reporter: kwek | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1 Keywords: