[Changeset] r17942 - in django/trunk: django/core/management/commands tests/regressiontests/inspectdb

2012-04-26 Thread noreply
Author: claudep Date: 2012-04-26 23:56:31 -0700 (Thu, 26 Apr 2012) New Revision: 17942 Modified: django/trunk/django/core/management/commands/inspectdb.py django/trunk/tests/regressiontests/inspectdb/tests.py Log: Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class i

Re: [Django] #15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies

2012-04-26 Thread Django
#15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies -+- Reporter: saschwarz|Owner: nobody Type: Bug |

[Django] #18217: Date-based generic views use naive datetime objects

2012-04-26 Thread Django
#18217: Date-based generic views use naive datetime objects ---+ Reporter: yumike | Owner: nobody Type: Bug| Status: new Component: Generic views |Version: SVN Severity: Normal |

Re: [Django] #5611: HTTPRequest should check content-type before parsing post body

2012-04-26 Thread Django
#5611: HTTPRequest should check content-type before parsing post body --+ Reporter: paulegan |Owner: nobody Type: Cleanup/optimization | Status: reopened

Re: [Django] #18215: Don't assume POST data is always application/x-www-form-urlencoded

2012-04-26 Thread Django
#18215: Don't assume POST data is always application/x-www-form-urlencoded ---+-- Reporter: slacy |Owner: nobody Type: New feature| Status: closed Component: HTT

Re: [Django] #18216: Problem run manage.py

2012-04-26 Thread Django
#18216: Problem run manage.py -+- Reporter: Chriskras|Owner: nobody Type: Uncategorized| Status: closed Component: Database layer |

[Django] #18216: Problem run manage.py

2012-04-26 Thread Django
#18216: Problem run manage.py --+ Reporter: Chriskras | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |Version: 1.4

Re: [Django] #13971: Excluding a declared field in ModelForm in form’s subclass

2012-04-26 Thread Django
#13971: Excluding a declared field in ModelForm in form’s subclass +-- Reporter: mitar |Owner: nobody Type: Bug | Status: closed Component: Forms |

Re: [Django] #8620: ModelForm.Meta.exclude only excludes model fields, not form fields

2012-04-26 Thread Django
#8620: ModelForm.Meta.exclude only excludes model fields, not form fields -+-- Reporter: levity |Owner: shimonrura Type: New feature | Status: new Component: Forms

Re: [Django] #8620: ModelForm.Meta.exclude only excludes model fields, not form fields

2012-04-26 Thread Django
#8620: ModelForm.Meta.exclude only excludes model fields, not form fields -+-- Reporter: levity |Owner: shimonrura Type: New feature | Status: new Component: Forms

Re: [Django] #13971: Excluding a declared field in ModelForm in form’s subclass

2012-04-26 Thread Django
#13971: Excluding a declared field in ModelForm in form’s subclass +-- Reporter: mitar |Owner: nobody Type: Bug | Status: closed Component: Forms |

[Django] #18215: Don't assume POST data is always application/x-www-form-urlencoded

2012-04-26 Thread Django
#18215: Don't assume POST data is always application/x-www-form-urlencoded ---+ Reporter: slacy | Owner: nobody Type: New feature| Status: new Component: HTTP handling |Version: 1.4 Severity: No

[Changeset] r17941 - django/trunk/django/core/management/commands

2012-04-26 Thread noreply
Author: claudep Date: 2012-04-26 12:56:20 -0700 (Thu, 26 Apr 2012) New Revision: 17941 Modified: django/trunk/django/core/management/commands/flush.py django/trunk/django/core/management/commands/syncdb.py Log: Removed direct print statements from django management commands. Modified: djan

Re: [Django] #18211: Add a signal to notifying when a ModelAdmin has been registered with an AdminSite

2012-04-26 Thread Django
#18211: Add a signal to notifying when a ModelAdmin has been registered with an AdminSite ---+-- Reporter: filip.dupanovic@… |Owner: nobody Type: New feature| Status:

Re: [Django] #18214: Serializers do not serialize iterators

2012-04-26 Thread Django
#18214: Serializers do not serialize iterators -+- Reporter: moritzs |Owner: nobody Type: | Status: new Cleanup/optimization

[Changeset] r17940 - in django/trunk/tests/regressiontests: forms/tests templates

2012-04-26 Thread noreply
Author: claudep Date: 2012-04-26 11:06:17 -0700 (Thu, 26 Apr 2012) New Revision: 17940 Modified: django/trunk/tests/regressiontests/forms/tests/fields.py django/trunk/tests/regressiontests/templates/tests.py Log: Removed unneeded deprecation warning silencing in test suite. Modified: djang

[Django] #18214: Serializers do not serialize iterators

2012-04-26 Thread Django
#18214: Serializers do not serialize iterators --+ Reporter: moritzs | Owner: nobody Type: Bug | Status: new Component: Core (Serialization) |Version: SVN

Re: [Django] #14593: CZBirthNumberField expects two arguments to clean()

2012-04-26 Thread Django
#14593: CZBirthNumberField expects two arguments to clean() ---+- Reporter: idangazit|Owner: idangazit Type: | Status: closed Component: contri

[Changeset] r17939 - in django/trunk: django/contrib/localflavor/cz tests/regressiontests/localflavor/cz

2012-04-26 Thread noreply
Author: claudep Date: 2012-04-26 10:48:50 -0700 (Thu, 26 Apr 2012) New Revision: 17939 Modified: django/trunk/django/contrib/localflavor/cz/forms.py django/trunk/tests/regressiontests/localflavor/cz/tests.py Log: Removed deprecated gender check in cz localflavor. Refs #14593. Modified: dja

Re: [Django] #18038: Remove the 'supports_inactive_user' backwards-compatibility flag

2012-04-26 Thread Django
#18038: Remove the 'supports_inactive_user' backwards-compatibility flag -+- Reporter: aaugustin|Owner: nobody Type: | Status: closed Cl

[Changeset] r17938 - in django/trunk: django/contrib/auth django/contrib/auth/tests docs/topics

2012-04-26 Thread noreply
Author: claudep Date: 2012-04-26 10:15:40 -0700 (Thu, 26 Apr 2012) New Revision: 17938 Modified: django/trunk/django/contrib/auth/__init__.py django/trunk/django/contrib/auth/backends.py django/trunk/django/contrib/auth/models.py django/trunk/django/contrib/auth/tests/__init__.py dj

Re: [Django] #18208: Escape translations by default

2012-04-26 Thread Django
#18208: Escape translations by default -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: new Component: |

Re: [Django] #18212: GenericIPAddressField does not handle verbose_name and name args like other field types

2012-04-26 Thread Django
#18212: GenericIPAddressField does not handle verbose_name and name args like other field types -+- Reporter: toofishes|Owner: Type: Bug | Stat

Re: [Django] #18208: Escape translations by default

2012-04-26 Thread Django
#18208: Escape translations by default -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: new Component: |

Re: [Django] #15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies

2012-04-26 Thread Django
#15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies -+- Reporter: saschwarz|Owner: nobody Type: Bug |

Re: [Django] #18038: Remove the 'supports_inactive_user' backwards-compatibility flag

2012-04-26 Thread Django
#18038: Remove the 'supports_inactive_user' backwards-compatibility flag -+- Reporter: aaugustin|Owner: nobody Type: | Status: new Clean

Re: [Django] #18038: Remove the 'supports_inactive_user' backwards-compatibility flag

2012-04-26 Thread Django
#18038: Remove the 'supports_inactive_user' backwards-compatibility flag --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: new C

Re: [Django] #15574: IndexError: list index out of range caused by inline formsets

2012-04-26 Thread Django
#15574: IndexError: list index out of range caused by inline formsets +-- Reporter: poswald |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #18212: GenericIPAddressField does not handle verbose_name and name args like other field types

2012-04-26 Thread Django
#18212: GenericIPAddressField does not handle verbose_name and name args like other field types -+- Reporter: toofishes|Owner: nobody Type: Bug |

Re: [Django] #18208: Escape translations by default

2012-04-26 Thread Django
#18208: Escape translations by default -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: new Component: |

Re: [Django] #18208: Escape translations by default

2012-04-26 Thread Django
#18208: Escape translations by default -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: new Component: |

[Django] #18213: loaddata should allow empty fixtures

2012-04-26 Thread Django
#18213: loaddata should allow empty fixtures ---+ Reporter: lsaffre| Owner: nobody Type: New feature| Status: new Component: Uncategorized |Version: SVN Severity: Normal | Keywords: Tr

Re: [Django] #18206: Disable bytecode in manage.py by default to avoid project clutter.

2012-04-26 Thread Django
#18206: Disable bytecode in manage.py by default to avoid project clutter. ---+-- Reporter: anonymous |Owner: nobody Type: New feature| Status: closed Component: Unc

Re: [Django] #16345: INTERNAL_IPS has issues with IPv6, IPv4

2012-04-26 Thread Django
#16345: INTERNAL_IPS has issues with IPv6, IPv4 -+- Reporter: narzola@…|Owner: nobody Type: Bug | Status: reopened Component: Documentati

Re: [Django] #18208: Escape translations by default

2012-04-26 Thread Django
#18208: Escape translations by default -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: new Component: |