Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2012-03-12 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | paulcollins Type: New feature |

Re: [Django] #17837: Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes

2012-03-12 Thread Django
#17837: Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes -+- Reporter: nomulous |Owner: nobody Type: Bug | Status: new

Re: [Django] #17837: Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes

2012-03-12 Thread Django
#17837: Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes -+- Reporter: nomulous |Owner: nobody Type: Bug | Status: new

Re: [Django] #14051: Signals for transaction commit/rollback

2012-03-12 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem |Owner: nobody Type: New feature | Status: reopened Component: Database

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: kmtracey Type: Bug |

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+- Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status:

Re: [Django] #6585: admin foreignkey dropdown does not adhere to model's admin ordering

2012-03-12 Thread Django
#6585: admin foreignkey dropdown does not adhere to model's admin ordering ---+-- Reporter: gwilson|Owner: thauber Type: Bug| Status: new Component:

Re: [Django] #17877: query.extra(where=...) lack parenthesis

2012-03-12 Thread Django
#17877: query.extra(where=...) lack parenthesis -+- Reporter: Marek Brzóska|Owner: Fandekasp | Status: new Type: Bug

Re: [Django] #10498: Passing ugettext_lazy to related object's create() doesn't work

2012-03-12 Thread Django
#10498: Passing ugettext_lazy to related object's create() doesn't work -+- Reporter: mtredinnick |Owner: ojii Type: Bug | Status: closed

[Changeset] r17698 - in django/trunk: django/db/models django/db/models/sql tests/modeltests/basic

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 20:48:20 -0700 (Mon, 12 Mar 2012) New Revision: 17698 Modified: django/trunk/django/db/models/base.py django/trunk/django/db/models/sql/subqueries.py django/trunk/tests/modeltests/basic/tests.py Log: Fixed #10498 (again) -- Made sure the improvements done

Re: [Django] #17857: CachedFilesMixin url_converter creates unnecessarily absolute urls

2012-03-12 Thread Django
#17857: CachedFilesMixin url_converter creates unnecessarily absolute urls -+- Reporter: tgecho |Owner: nobody Type: Bug | Status: closed

[Changeset] r17697 - in django/trunk: django/contrib/staticfiles docs/ref/contrib tests/regressiontests/staticfiles_tests

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 20:48:11 -0700 (Mon, 12 Mar 2012) New Revision: 17697 Modified: django/trunk/django/contrib/staticfiles/storage.py django/trunk/docs/ref/contrib/staticfiles.txt django/trunk/tests/regressiontests/staticfiles_tests/tests.py Log: Fixed #17857 -- Stopped

[Changeset] r17696 - in django/trunk: django/contrib/staticfiles tests/regressiontests/staticfiles_tests tests/regressiontests/staticfiles_tests/project/documents/cached

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 20:48:03 -0700 (Mon, 12 Mar 2012) New Revision: 17696 Modified: django/trunk/django/contrib/staticfiles/storage.py django/trunk/tests/regressiontests/staticfiles_tests/project/documents/cached/denorm.css

Re: [Django] #17865: CachedStaticFilesStorage css rewriter should strip whitespaces from urls

2012-03-12 Thread Django
#17865: CachedStaticFilesStorage css rewriter should strip whitespaces from urls -+- Reporter: kmike|Owner: nobody Type: Bug | Status:

Re: [Django] #17877: query.extra(where=...) lack parenthesis

2012-03-12 Thread Django
#17877: query.extra(where=...) lack parenthesis -+- Reporter: Marek Brzóska|Owner: Fandekasp | Status: new Type: Bug

Re: [Django] #17877: query.extra(where=...) lack parenthesis

2012-03-12 Thread Django
#17877: query.extra(where=...) lack parenthesis -+- Reporter: Marek Brzóska|Owner: Fandekasp | Status: new Type: Bug

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+- Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status:

Re: [Django] #14051: Signals for transaction commit/rollback

2012-03-12 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem |Owner: nobody Type: New feature | Status: reopened Component: Database

Re: [Django] #17877: query.extra(where=...) lack parenthesis

2012-03-12 Thread Django
#17877: query.extra(where=...) lack parenthesis -+- Reporter: Marek Brzóska|Owner: Fandekasp | Status: new Type: Bug

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #17700: Django formset documentation missing Class Based View Docs

2012-03-12 Thread Django
#17700: Django formset documentation missing Class Based View Docs -+- Reporter: rh0dium |Owner: Fandekasp Type: | Status: new

Re: [Django] #17700: Django formset documentation missing Class Based View Docs

2012-03-12 Thread Django
#17700: Django formset documentation missing Class Based View Docs -+- Reporter: rh0dium |Owner: Fandekasp Type: | Status: new

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

2012-03-12 Thread Django
#3011: Allow for extendable auth_user module ---+ Reporter: nowell strite |Owner: nobody Type: New feature| Status: new Component: contrib.auth |

Re: [Django] #17768: Explain the expected failure on UpdateViewTests.test_update_put

2012-03-12 Thread Django
#17768: Explain the expected failure on UpdateViewTests.test_update_put -+- Reporter: claudep |Owner: nobody Type: | Status: new

Re: [Django] #17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs

2012-03-12 Thread Django
#17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs -+- Reporter: agriffis |Owner: nobody Type: Bug |

Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2012-03-12 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | paulcollins Type: New feature |

[Changeset] r17695 - django/trunk/tests/modeltests/defer

2012-03-12 Thread noreply
Author: kmtracey Date: 2012-03-12 18:01:22 -0700 (Mon, 12 Mar 2012) New Revision: 17695 Modified: django/trunk/tests/modeltests/defer/tests.py Log: Refs #17876: enhanced new test to actually test underlying function, not just ensure trying to use it does not raise an exception. Thanks Przemek

Re: [Django] #17876: get_klass_info should handle proxy models and with select_related

2012-03-12 Thread Django
#17876: get_klass_info should handle proxy models and with select_related -+- Reporter: milosu |Owner: kmtracey Type: Bug | Status: closed

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+- Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status:

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: kmtracey Type: Bug |

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

2012-03-12 Thread noreply
Author: kmtracey Date: 2012-03-12 17:15:43 -0700 (Mon, 12 Mar 2012) New Revision: 17694 Modified: django/trunk/docs/releases/1.4.txt Log: Add a note to the backwards-incompatible changes section of 1.4 release notes about the change related to loading fixtures with incomplete data for

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: kmtracey Type: Bug |

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: kmtracey Type: Bug |

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+ Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status: assigned

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+ Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status: assigned

[Changeset] r17693 - django/trunk/docs/internals/contributing

2012-03-12 Thread noreply
Author: adrian Date: 2012-03-12 16:05:16 -0700 (Mon, 12 Mar 2012) New Revision: 17693 Modified: django/trunk/docs/internals/contributing/localizing.txt Log: Made some small edits to localization docs from [17690] Modified: django/trunk/docs/internals/contributing/localizing.txt

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: Type: Bug | dmedvinsky Component:

Re: [Django] #16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES

2012-03-12 Thread Django
#16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES ---+ Reporter: jbalogh|Owner: ramiro Type: Bug|

Re: [Django] #16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES

2012-03-12 Thread Django
#16605: Can't client.login() in tests if contrib.SessionMiddleware is not in MIDDLEWARE_CLASSES ---+ Reporter: jbalogh|Owner: ramiro Type: Bug|

Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2012-03-12 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | paulcollins Type: New feature |

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-03-12 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: Type: Bug | dmedvinsky Component:

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: aaugustin Type: Bug | Status:

[Changeset] r17692 - in django/trunk: django/db/models tests/modeltests/defer

2012-03-12 Thread noreply
Author: kmtracey Date: 2012-03-12 15:33:18 -0700 (Mon, 12 Mar 2012) New Revision: 17692 Modified: django/trunk/django/db/models/query.py django/trunk/tests/modeltests/defer/models.py django/trunk/tests/modeltests/defer/tests.py Log: Fix #17876: Corrected an exception (regression) raised

Re: [Django] #17876: get_klass_info should handle proxy models and with select_related

2012-03-12 Thread Django
#17876: get_klass_info should handle proxy models and with select_related -+- Reporter: milosu |Owner: kmtracey Type: Bug | Status: closed

Re: [Django] #17876: get_klass_info should handle proxy models and with select_related

2012-03-12 Thread Django
#17876: get_klass_info should handle proxy models and with select_related -+- Reporter: milosu |Owner: kmtracey Type: Bug | Status: new

Re: [Django] #17707: Docs for URL namespaces should explain the motivation and use cases

2012-03-12 Thread Django
#17707: Docs for URL namespaces should explain the motivation and use cases --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status:

[Changeset] r17691 - django/branches/releases/1.3.X/docs/internals

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 15:13:34 -0700 (Mon, 12 Mar 2012) New Revision: 17691 Modified: django/branches/releases/1.3.X/docs/internals/contributing.txt Log: [1.3.X] Fixed the localization docs a little to point to the correct Transifex URL. Also reworded it a bit to follow the site's

Re: [Django] #16329: Django doesn't initialize two databases with the same name, port and host

2012-03-12 Thread Django
#16329: Django doesn't initialize two databases with the same name, port and host -+- Reporter: canassa |Owner: nobody Type: Bug | Status:

[Changeset] r17690 - django/trunk/docs/internals/contributing

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 15:00:44 -0700 (Mon, 12 Mar 2012) New Revision: 17690 Modified: django/trunk/docs/internals/contributing/localizing.txt Log: Fixed the localization docs a little to point to the correct Transifex URL. Also reworded it a bit to follow the site's new UI.

Re: [Django] #17876: get_klass_info should handle proxy models and with select_related

2012-03-12 Thread Django
#17876: get_klass_info should handle proxy models and with select_related -+- Reporter: milosu |Owner: anonymous Type: Bug | Status: new

Re: [Django] #17883: Better Error messages for 1.2 deprecations

2012-03-12 Thread Django
#17883: Better Error messages for 1.2 deprecations -+-- Reporter: PaulM|Owner: jezdez Type: Bug | Status: closed Component: Core (Other) |

[Changeset] r17689 - django/trunk/django/db/backends/dummy

2012-03-12 Thread noreply
Author: PaulM Date: 2012-03-12 14:58:07 -0700 (Mon, 12 Mar 2012) New Revision: 17689 Modified: django/trunk/django/db/backends/dummy/base.py Log: Fixed #17883. Improved error message for old-style database backends. Modified: django/trunk/django/db/backends/dummy/base.py

[Django] #17888: CheckboxInput.render() shouldn't catch exceptions from check_test

2012-03-12 Thread Django
#17888: CheckboxInput.render() shouldn't catch exceptions from check_test --+ Reporter: brutasse | Owner: nobody Type: Cleanup/optimization | Status: new Component: Forms |

Re: [Django] #17854: Problem with DecimalField and big vlues of max_digits, decimal_places, sqlite3 backend

2012-03-12 Thread Django
#17854: Problem with DecimalField and big vlues of max_digits, decimal_places, sqlite3 backend -+- Reporter: anonymous|Owner: nobody Type: Bug |

Re: [Django] #16329: Django doesn't initialize two databases with the same name, port and host

2012-03-12 Thread Django
#16329: Django doesn't initialize two databases with the same name, port and host -+- Reporter: canassa |Owner: nobody Type: Bug | Status:

Re: [Django] #17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs

2012-03-12 Thread Django
#17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs -+- Reporter: agriffis |Owner: nobody Type: Bug |

[Django] #17887: postgresql_psycopg2 sometimes leaves connections "idle in transaction"

2012-03-12 Thread Django
#17887: postgresql_psycopg2 sometimes leaves connections "idle in transaction" --+ Reporter: brodie| Owner: nobody Type: Bug | Status: new

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

[Django] #17886: LOUTER join not promoted across filter expression

2012-03-12 Thread Django
#17886: LOUTER join not promoted across filter expression --+ Reporter: milosu| Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4

2012-03-12 Thread Django
#17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4 -+ Reporter: artur@… |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs

2012-03-12 Thread Django
#17762: Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs -+- Reporter: agriffis |Owner: nobody Type: Bug |

Re: [Django] #2550: [patch] Allow a Backend to Globally Fail Authentication

2012-03-12 Thread Django
#2550: [patch] Allow a Backend to Globally Fail Authentication -+- Reporter: umbrae@… |Owner: Type: New feature | aashu_dwivedi Component: contrib.auth |

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #15220: replace SelectFilter2.js with a jQuery plugin

2012-03-12 Thread Django
#15220: replace SelectFilter2.js with a jQuery plugin -+- Reporter: slurms |Owner: dbunskoek Type: | Status: new Cleanup/optimization

Re: [Django] #15220: replace SelectFilter2.js with a jQuery plugin

2012-03-12 Thread Django
#15220: replace SelectFilter2.js with a jQuery plugin -+- Reporter: slurms |Owner: dbunskoek Type: | Status: new Cleanup/optimization

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: aaugustin Type: Bug | Status:

Re: [Django] #17843: new contrib.admin userstyle template block in base.html

2012-03-12 Thread Django
#17843: new contrib.admin userstyle template block in base.html ---+-- Reporter: miked@…|Owner: nobody Type: Uncategorized | Status: closed Component: contrib.admin

Re: [Django] #17787: Clear setting-dependant caches when settings are overridden (in tests)

2012-03-12 Thread Django
#17787: Clear setting-dependant caches when settings are overridden (in tests) ---+-- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new

Re: [Django] #17707: Docs for URL namespaces should explain the motivation and use cases

2012-03-12 Thread Django
#17707: Docs for URL namespaces should explain the motivation and use cases --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #17864: Add localflavor for Hong Kong, starting with a phone number field

2012-03-12 Thread Django
#17864: Add localflavor for Hong Kong, starting with a phone number field -+ Reporter: mrkschan@… |Owner: mrkschan Type: New feature | Status: assigned

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2012-03-12 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie |Owner: nobody Type: Bug |

Re: [Django] #17811: Connection object is no passed to the EmailMessage constructor when called from send_mass_mail

2012-03-12 Thread Django
#17811: Connection object is no passed to the EmailMessage constructor when called from send_mass_mail -+- Reporter: fed239 |Owner: danielr Type: Bug |

Re: [Django] #17707: Docs for URL namespaces should explain the motivation and use cases

2012-03-12 Thread Django
#17707: Docs for URL namespaces should explain the motivation and use cases -+- Reporter: aaugustin|Owner: nobody Type: | Status: closed

Re: [Django] #17811: Connection object is no passed to the EmailMessage constructor when called from send_mass_mail

2012-03-12 Thread Django
#17811: Connection object is no passed to the EmailMessage constructor when called from send_mass_mail -+- Reporter: fed239 |Owner: danielr Type: Bug |

Re: [Django] #17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField

2012-03-12 Thread Django
#17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField --+ Reporter: mkai |Owner: nobody Type: Bug |

[Changeset] r17688 - in django/trunk: django/contrib/staticfiles tests/regressiontests/staticfiles_tests

2012-03-12 Thread noreply
Author: jezdez Date: 2012-03-12 13:28:09 -0700 (Mon, 12 Mar 2012) New Revision: 17688 Modified: django/trunk/django/contrib/staticfiles/storage.py django/trunk/tests/regressiontests/staticfiles_tests/tests.py Log: Fixed #17861 -- Took care of special characters when creating the staticfiles

Re: [Django] #17861: Static files cache_key should handle spaces in filenames

2012-03-12 Thread Django
#17861: Static files cache_key should handle spaces in filenames -+- Reporter: milosu |Owner: nobody Type: Bug | Status: closed

Re: [Django] #17841: Clarify authentication backend documentation

2012-03-12 Thread Django
#17841: Clarify authentication backend documentation -+- Reporter: auzigog |Owner: lukegb Type: | Status: new Cleanup/optimization

Re: [Django] #10498: Passing ugettext_lazy to related object's create() doesn't work

2012-03-12 Thread Django
#10498: Passing ugettext_lazy to related object's create() doesn't work -+- Reporter: mtredinnick |Owner: ojii Type: Bug | Status: reopened

Re: [Django] #17881: Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields

2012-03-12 Thread Django
#17881: Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields ---+-- Reporter: aaugustin |Owner: nobody Type: New feature| Status: new

Re: [Django] #17885: Note password hashing incompatibility in the upgrade notes for 1.4

2012-03-12 Thread Django
#17885: Note password hashing incompatibility in the upgrade notes for 1.4 ---+-- Reporter: ericholscher |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: aaugustin Type: Bug | Status:

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

2012-03-12 Thread noreply
Author: adrian Date: 2012-03-12 13:14:58 -0700 (Mon, 12 Mar 2012) New Revision: 17687 Modified: django/trunk/docs/releases/1.4.txt Log: Added note to releases/1.4.txt about contrib.auth user password hash-upgrade sequence. Thanks, ericholscher Modified: django/trunk/docs/releases/1.4.txt

Re: [Django] #17871: Broken: GenericInlineModelAdmin and two ForeignKey

2012-03-12 Thread Django
#17871: Broken: GenericInlineModelAdmin and two ForeignKey ---+-- Reporter: danny.adair@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admin |

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: aaugustin Type: Bug | Status:

Re: [Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+-- Reporter: ogirardot@… |Owner: nobody Type: Bug | Status: new Component:

[Changeset] r17686 - in django/trunk: django/contrib/auth/management/commands docs/ref docs/ref/models docs/releases docs/topics docs/topics/i18n tests/regressiontests/delete_regress

2012-03-12 Thread noreply
Author: adrian Date: 2012-03-12 13:05:48 -0700 (Mon, 12 Mar 2012) New Revision: 17686 Modified: django/trunk/django/contrib/auth/management/commands/changepassword.py django/trunk/django/contrib/auth/management/commands/createsuperuser.py django/trunk/docs/ref/django-admin.txt

[Django] #17885: Note password hashing incompatibility in the upgrade notes for 1.4

2012-03-12 Thread Django
#17885: Note password hashing incompatibility in the upgrade notes for 1.4 ---+ Reporter: ericholscher | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.3 Severity:

[Django] #17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3

2012-03-12 Thread Django
#17884: Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 -+ Reporter: ogirardot@… | Owner: nobody Type: Bug | Status: new Component: GIS |Version: SVN

Re: [Django] #17880: "post_save" signal should not be emitted when using manage.py "loaddata"

2012-03-12 Thread Django
#17880: "post_save" signal should not be emitted when using manage.py "loaddata" -+- Reporter: danielfeng |Owner: nobody Type: New feature | Status:

Re: [Django] #17861: Static files cache_key should handle spaces in filenames

2012-03-12 Thread Django
#17861: Static files cache_key should handle spaces in filenames -+- Reporter: milosu |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17883: Better Error messages for 1.2 deprecations

2012-03-12 Thread Django
#17883: Better Error messages for 1.2 deprecations -+-- Reporter: PaulM|Owner: jezdez Type: Bug | Status: new Component: Core (Other) |

[Django] #17883: Better Error messages for 1.2 deprecations

2012-03-12 Thread Django
#17883: Better Error messages for 1.2 deprecations ---+ Reporter: PaulM| Owner: jezdez Type: Bug | Status: new Component: Uncategorized

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: aaugustin Type: Bug | Status:

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: nobody Type: Bug | Status: new

Re: [Django] #17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False

2012-03-12 Thread Django
#17882: regressiontests.admin_filters fails with pyscopg2 when USE_TZ is False -+- Reporter: brodie |Owner: nobody Type: Bug | Status: new

[Changeset] r17685 - in django/trunk: . django/core/serializers tests/regressiontests/serializers_regress

2012-03-12 Thread noreply
Author: kmtracey Date: 2012-03-12 12:41:31 -0700 (Mon, 12 Mar 2012) New Revision: 17685 Modified: django/trunk/AUTHORS django/trunk/django/core/serializers/python.py django/trunk/tests/regressiontests/serializers_regress/models.py

  1   2   >