Re: [Django] #16360: Add a standard entrypoint for WSGI to project template

2011-10-20 Thread Django
#16360: Add a standard entrypoint for WSGI to project template --+ Reporter: jezdez|Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #3871: Use custom managers in reverse relations

2011-10-20 Thread Django
#3871: Use custom managers in reverse relations -+- Reporter: EspenG |Owner: v1v3kn Type: New feature | Status: assigned Component: Database

Re: [Django] #3871: Use custom managers in reverse relations

2011-10-20 Thread Django
#3871: Use custom managers in reverse relations -+- Reporter: EspenG |Owner: v1v3kn Type: New feature | Status: assigned Component: Database

Re: [Django] #16891: Delete/update should return number of rows modified

2011-10-20 Thread Django
#16891: Delete/update should return number of rows modified -+- Reporter: estebistec |Owner: Type: New feature | estebistec Component: Database layer |

Re: [Django] #6669: @transaction.commit_on_success does not rollback when it should

2011-10-20 Thread Django
#6669: @transaction.commit_on_success does not rollback when it should -+- Reporter: james@… |Owner: nobody Type: Uncategorized| Status: reopened

Re: [Django] #2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql)

2011-10-20 Thread Django
#2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql) -+- Reporter: scanner@…|Owner: nobody Type: New feature |

Re: [Django] #13091: admin list_editable with unique_together raises Integrity Error

2011-10-20 Thread Django
#13091: admin list_editable with unique_together raises Integrity Error -+- Reporter: slafs|Owner: nobody Type: Bug | Status: new

[Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-20 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields ---+ Reporter: anentropic | Owner: nobody Type: Bug| Status: new Component: Uncategorized

Re: [Django] #16373: Django admin templates trigger a DeprecationWarning

2011-10-20 Thread Django
#16373: Django admin templates trigger a DeprecationWarning -+- Reporter: slinkp |Owner: nobody Type: | Status: closed

Re: [Django] #17059: GeoIP returns no results for unicode input

2011-10-20 Thread Django
#17059: GeoIP returns no results for unicode input --+ Reporter: drhevans |Owner: nobody Type: Bug | Status: closed Component: GIS | Version: SVN

[Changeset] r17019 - django/trunk/django/contrib/gis/geoip

2011-10-20 Thread noreply
Author: jbronn Date: 2011-10-20 13:08:33 -0700 (Thu, 20 Oct 2011) New Revision: 17019 Modified: django/trunk/django/contrib/gis/geoip/base.py django/trunk/django/contrib/gis/geoip/tests.py Log: Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode

Re: [Django] #17051: RegexValidator.message is not used

2011-10-20 Thread Django
#17051: RegexValidator.message is not used +- Reporter: jbcurtincode@… |Owner: anonymous Type: Bug | Status: new Component: Core (Other)|

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

2011-10-20 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #17051: RegexValidator.message is not used

2011-10-20 Thread Django
#17051: RegexValidator.message is not used +-- Reporter: jbcurtincode@… |Owner: anonymous Type: Bug | Status: new Component: Core (Other)|

[Django] #17079: "extra" parameter does not add any extra lines in inline formset with initial data

2011-10-20 Thread Django
#17079: "extra" parameter does not add any extra lines in inline formset with initial data ---+--- Reporter: mardy@…| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version:

Re: [Django] #17071: django.utils.simplejson.__version__ always reports 2.0.7

2011-10-20 Thread Django
#17071: django.utils.simplejson.__version__ always reports 2.0.7 --+ Reporter: ramiro|Owner: nobody Type: Bug | Status: closed

[Changeset] r17018 - django/trunk/django/utils/simplejson

2011-10-20 Thread noreply
Author: ramiro Date: 2011-10-20 10:21:10 -0700 (Thu, 20 Oct 2011) New Revision: 17018 Modified: django/trunk/django/utils/simplejson/__init__.py Log: Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module. Modified:

Re: [Django] #17037: Add management command to print active project settings

2011-10-20 Thread Django
#17037: Add management command to print active project settings -+- Reporter: msabramo |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17037: Add management command to print active project settings

2011-10-20 Thread Django
#17037: Add management command to print active project settings -+- Reporter: msabramo |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #9302: postgresql: currval of sequence is not yet defined in this session: fix

2011-10-20 Thread Django
#9302: postgresql: currval of sequence is not yet defined in this session: fix -+- Reporter: bugs@… |Owner: nobody Type: Uncategorized| Status:

Re: [Django] #15855: cache_page decorator bypasses any Vary headers set in middleware

2011-10-20 Thread Django
#15855: cache_page decorator bypasses any Vary headers set in middleware -+- Reporter: carljm |Owner: nobody Type: Bug | Status: new

Re: [Django] #9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie

2011-10-20 Thread Django
#9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie ---+ Reporter: pixelcort |Owner: vvd Type: New feature| Status:

Re: [Django] #16350: Admin messages should be capitalized to work well in other languages

2011-10-20 Thread Django
#16350: Admin messages should be capitalized to work well in other languages -+- Reporter: semente |Owner: nobody Type: Bug | Status: new

Re: [Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2011-10-20 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey |Owner: nobody Type: Bug |

Re: [Django] #16938: django.utils.formats.get_format skips values interpreted as false

2011-10-20 Thread Django
#16938: django.utils.formats.get_format skips values interpreted as false --+ Reporter: pikerr|Owner: nobody Type: Bug | Status: closed

[Changeset] r17017 - in django/trunk: django/utils tests/regressiontests/i18n

2011-10-20 Thread noreply
Author: julien Date: 2011-10-20 05:14:06 -0700 (Thu, 20 Oct 2011) New Revision: 17017 Modified: django/trunk/django/utils/formats.py django/trunk/tests/regressiontests/i18n/tests.py Log: Fixed 16938 -- Ensured that the active locale's formats take precedence over the default settings even

[Django] #17078: IPython 0.11 configuration not loaded

2011-10-20 Thread Django
#17078: IPython 0.11 configuration not loaded + Reporter: matveym | Owner: nobody Type: Bug | Status: new Component: Core (Management commands) |Version:

Re: [Django] #16483: manage.py shell does not work with the latest IPython release (0.11.rc2)

2011-10-20 Thread Django
#16483: manage.py shell does not work with the latest IPython release (0.11.rc2) -+- Reporter: croach |Owner: croach Type: Bug | Status:

Re: [Django] #14694: defer() doesn't work with reverse relations

2011-10-20 Thread Django
#14694: defer() doesn't work with reverse relations -+- Reporter: sayane |Owner: nobody Type: Bug | Status: reopened Component:

Re: [Django] #16455: Postgis 2.0 Compatibility

2011-10-20 Thread Django
#16455: Postgis 2.0 Compatibility -+ Reporter: ckarrie |Owner: jbronn Type: New feature | Status: assigned Component: GIS | Version:

Re: [Django] #12104: Object->object lookup fails in blocktrans

2011-10-20 Thread Django
#12104: Object->object lookup fails in blocktrans -+- Reporter: philipn |Owner: nobody Type: New feature | Status: closed Component: