[Django] #19689: Use `Options.module_name` instead of `object_name.lower()`

2013-01-28 Thread Django
#19689: Use `Options.module_name` instead of `object_name.lower()` --+ Reporter: charettes | Owner: nobody Type: Cleanup/optimization | Status: new Component: ORM aggregation |Version:

Re: [Django] #19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass.

2013-01-28 Thread Django
#19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass. ---+-- Reporter: charettes |Owner: charettes Type: Bug| Status:

Re: [Django] #19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass.

2013-01-28 Thread Django
#19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass. ---+-- Reporter: charettes |Owner: charettes Type: Bug| Status:

[Django] #19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass.

2013-01-28 Thread Django
#19688: It's not possible to use `six.with_metaclass` to subclass `models.Model` with a custom metaclass. + Reporter: charettes | Owner: nobody Type: Bug | Status: new Component: Python 3|Version:

Re: [Django] #19414: Add a "register" class decorator for admin.

2013-01-28 Thread Django
#19414: Add a "register" class decorator for admin. ---+ Reporter: stavros|Owner: BHold Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #19687: UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT

2013-01-28 Thread Django
#19687: UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT --+-- Reporter: twig@…|Owner: nobody Type: Bug | Status: new Component:

[Django] #19687: UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT

2013-01-28 Thread Django
#19687: UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT --+ Reporter: twig@…| Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: 1.4 Severity:

Re: [Django] #13794: Django does not respect to_field's model on an inline model admin

2013-01-28 Thread Django
#13794: Django does not respect to_field's model on an inline model admin -+- Reporter: sebastien@… |Owner: gautier Type: Bug | Status: new

Re: [Django] #13794: Django does not respect to_field's model on an inline model admin

2013-01-28 Thread Django
#13794: Django does not respect to_field's model on an inline model admin -+- Reporter: sebastien@… |Owner: gautier Type: Bug | Status: new

Re: [Django] #19686: Support HTML5 number input type

2013-01-28 Thread Django
#19686: Support HTML5 number input type -+ Reporter: claudep |Owner: nobody Type: New feature | Status: new Component: Forms| Version: master

Re: [Django] #17093: Refactor django.template to quarantine global state

2013-01-28 Thread Django
#17093: Refactor django.template to quarantine global state -+- Reporter: carljm |Owner: Type: | chrismedrela Cleanup/optimization |

Re: [Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite -+ Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: closed Component: Forms| Version:

[Django] #19686: Support HTML5 number input type

2013-01-28 Thread Django
#19686: Support HTML5 number input type ---+ Reporter: claudep | Owner: nobody Type: New feature | Status: new Component: Forms|Version: 1.4

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

[django/django] 4f1637: Added HTML5 email input type

2013-01-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4f16376274a4e52074722c615fccef5fac5f009a https://github.com/django/django/commit/4f16376274a4e52074722c615fccef5fac5f009a Author: Claude Paroz Date: 2013-01-28 (Mon, 28 Jan 2013)

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #19672: Negated Q objects over nullable joins result in invalid SQL

2013-01-28 Thread Django
#19672: Negated Q objects over nullable joins result in invalid SQL -+- Reporter: ikelly |Owner: nobody Type: Bug | Status: new

Re: [Django] #13794: Django does not respect to_field's model on an inline model admin

2013-01-28 Thread Django
#13794: Django does not respect to_field's model on an inline model admin -+- Reporter: sebastien@… |Owner: gautier Type: Bug | Status: new

Re: [Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite -+ Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS |

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

2013-01-28 Thread Django
#10060: Multiple table annotation failure -+ Reporter: svsharma@… |Owner: Type: Bug | Status: new Component: ORM aggregation |

Re: [Django] #19385: Add support for multiple-column join

2013-01-28 Thread Django
#19385: Add support for multiple-column join -+- Reporter: cseibert |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19414: Add a "register" class decorator for admin.

2013-01-28 Thread Django
#19414: Add a "register" class decorator for admin. ---+ Reporter: stavros|Owner: BHold Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #19414: Add a "register" class decorator for admin.

2013-01-28 Thread Django
#19414: Add a "register" class decorator for admin. ---+ Reporter: stavros|Owner: BHold Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #18201: smallint and tinyint fields + auto increment

2013-01-28 Thread Django
#18201: smallint and tinyint fields + auto increment -+- Reporter: michael.frere@… |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #19668: Form enhancement: `Form.set_data` to set data and files

2013-01-28 Thread Django
#19668: Form enhancement: `Form.set_data` to set data and files -+- Reporter: bruth|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #19624: Generic Detail View context contains object twice.

2013-01-28 Thread Django
#19624: Generic Detail View context contains object twice. -+- Reporter: mail@… |Owner: nobody Type: | Status: new

Re: [Django] #19617: mixins on ModelForms

2013-01-28 Thread Django
#19617: mixins on ModelForms -+- Reporter: EvilDMP |Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #17093: Refactor django.template to quarantine global state

2013-01-28 Thread Django
#17093: Refactor django.template to quarantine global state -+- Reporter: carljm |Owner: Type: | chrismedrela Cleanup/optimization |

Re: [Django] #17093: Refactor django.template to quarantine global state

2013-01-28 Thread Django
#17093: Refactor django.template to quarantine global state -+- Reporter: carljm |Owner: Type: | chrismedrela Cleanup/optimization |

Re: [Django] #18201: smallint and tinyint fields + auto increment

2013-01-28 Thread Django
#18201: smallint and tinyint fields + auto increment -+- Reporter: michael.frere@… |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #19685: Do I need to wrote a CSS code for a website I wrote on Django?

2013-01-28 Thread Django
#19685: Do I need to wrote a CSS code for a website I wrote on Django? ---+-- Reporter: brattcee@… |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite -+ Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS |

[Django] #19685: Do I need to wrote a CSS code for a website I wrote on Django?

2013-01-28 Thread Django
#19685: Do I need to wrote a CSS code for a website I wrote on Django? ---+ Reporter: brattcee@… | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.4 Severity:

Re: [Django] #18201: smallint and tinyint fields + auto increment

2013-01-28 Thread Django
#18201: smallint and tinyint fields + auto increment -+-- Reporter: michael.frere@… |Owner: nobody Type: Bug | Status: new Component: Uncategorized|

Re: [Django] #18201: smallint and tinyint fields + auto increment

2013-01-28 Thread Django
#18201: smallint and tinyint fields + auto increment -+-- Reporter: michael.frere@… |Owner: nobody Type: Bug | Status: closed Component: Uncategorized|

Re: [Django] #19684: How handle FileField in SessionWizardView

2013-01-28 Thread Django
#19684: How handle FileField in SessionWizardView -+- Reporter: devver08@… |Owner: nobody Type: Uncategorized| Status: closed Component: File

Re: [Django] #18201: smallint and tinyint fields + auto increment

2013-01-28 Thread Django
#18201: smallint and tinyint fields + auto increment -+-- Reporter: michael.frere@… |Owner: nobody Type: Bug | Status: closed Component: Uncategorized|

[Django] #19684: How handle FileField in SessionWizardView

2013-01-28 Thread Django
#19684: How handle FileField in SessionWizardView -+- Reporter: devver08@… | Owner: nobody Type: Uncategorized| Status: new Component: File |Version: 1.4

Re: [Django] #19683: A minor mistake?

2013-01-28 Thread Django
#19683: A minor mistake? ---+ Reporter: sunsongxp@…|Owner: nobody Type: Bug| Status: new Component: Documentation | Version: 1.4

[Django] #19683: A minor mistake?

2013-01-28 Thread Django
#19683: A minor mistake? ---+- Reporter: sunsongxp@…| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal | Keywords: signing Triage

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

[Django] #19682: spam

2013-01-28 Thread Django
#19682: spam ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.4 Severity: Normal | Keywords: Triage Stage: Unreviewed |

Re: [Django] #19681: documentation bug: tutorial 5

2013-01-28 Thread Django
#19681: documentation bug: tutorial 5 -+- Reporter: upadhyay@… |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #19681: documentation bug: tutorial 5

2013-01-28 Thread Django
#19681: documentation bug: tutorial 5 -+- Reporter: upadhyay@… |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #19681: documentation bug: tutorial 5

2013-01-28 Thread Django
#19681: documentation bug: tutorial 5 -+- Reporter: upadhyay@… |Owner: nobody Type: | Status: new Cleanup/optimization |

[Django] #19681: documentation bug: tutorial 5

2013-01-28 Thread Django
#19681: documentation bug: tutorial 5 --+ Reporter: upadhyay@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: master Severity: Normal

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #18961: django 1.5 and os x snow leopard default python

2013-01-28 Thread Django
#18961: django 1.5 and os x snow leopard default python ---+-- Reporter: leftmoose |Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #17235: Multipartparser shouldn't leave the QueryDict mutable

2013-01-28 Thread Django
#17235: Multipartparser shouldn't leave the QueryDict mutable ---+ Reporter: apollo13 |Owner: nobody Type: Bug| Status: new Component: HTTP handling |

Re: [Django] #17235: Multipartparser shouldn't leave the QueryDict mutable

2013-01-28 Thread Django
#17235: Multipartparser shouldn't leave the QueryDict mutable ---+ Reporter: apollo13 |Owner: nobody Type: Bug| Status: new Component: HTTP handling |

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #19680: "STATIC_ROOT" directory usage is unclear in "settings.py"

2013-01-28 Thread Django
#19680: "STATIC_ROOT" directory usage is unclear in "settings.py" -+- Reporter: retail79174@…|Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite -+ Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #19680: "STATIC_ROOT" directory usage is unclear in "settings.py" (was: Default "settings.py" does not mention the role of "collectstatic")

2013-01-28 Thread Django
#19680: "STATIC_ROOT" directory usage is unclear in "settings.py" -+- Reporter: retail79174@…|Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #19680: Default "settings.py" does not mention the role of "collectstatic"

2013-01-28 Thread Django
#19680: Default "settings.py" does not mention the role of "collectstatic" -+- Reporter: retail79174@…|Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+- Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms|

Re: [Django] #19676: Inspectdb ForeignKey for self

2013-01-28 Thread Django
#19676: Inspectdb ForeignKey for self -+- Reporter: Georgy Kutsurua |Owner: charettes Type: Bug | Status: closed Component: Uncategorized

Re: [Django] #19677: SQLite can't introspect recursive fks

2013-01-28 Thread Django
#19677: SQLite can't introspect recursive fks -+- Reporter: charettes|Owner: aaugustin Type: Bug | Status: closed Component: Database

[django/django] f46d73: Fixed #19677 -- Introspection of recursive foreign...

2013-01-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f46d7314b50d71a75f51ebae9c5957cb96b11bd9 https://github.com/django/django/commit/f46d7314b50d71a75f51ebae9c5957cb96b11bd9 Author: Aymeric Augustin Date: 2013-01-28 (Mon, 28 Jan

Re: [Django] #19677: SQLite can't introspect recursive fks

2013-01-28 Thread Django
#19677: SQLite can't introspect recursive fks -+- Reporter: charettes|Owner: aaugustin Type: Bug | Status: assigned Component: Database

Re: [Django] #19677: SQLite can't introspect recursive fks

2013-01-28 Thread Django
#19677: SQLite can't introspect recursive fks -+- Reporter: charettes|Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #19680: Default "settings.py" does not mention the role of "collectstatic"

2013-01-28 Thread Django
#19680: Default "settings.py" does not mention the role of "collectstatic" -+- Reporter: retail79174@…|Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #19676: Inspectdb ForeignKey for self

2013-01-28 Thread Django
#19676: Inspectdb ForeignKey for self -+- Reporter: Georgy Kutsurua |Owner: charettes Type: Bug | Status: assigned Component: Uncategorized

Re: [Django] #19676: Inspectdb ForeignKey for self

2013-01-28 Thread Django
#19676: Inspectdb ForeignKey for self -+- Reporter: Georgy Kutsurua |Owner: charettes Type: Bug | Status: assigned Component: Database layer

Re: [Django] #19676: Inspectdb ForeignKey for self

2013-01-28 Thread Django
#19676: Inspectdb ForeignKey for self -+- Reporter: Georgy Kutsurua |Owner: charettes Type: Bug | Status: assigned Component: Uncategorized

[Django] #19680: Default "settings.py" does not mention the role of "collectstatic"

2013-01-28 Thread Django
#19680: Default "settings.py" does not mention the role of "collectstatic" +-- Reporter: retail79174@… | Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite -+ Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #19675: "At A Glance" does not say where to put "sitelogo.gif"

2013-01-28 Thread Django
#19675: "At A Glance" does not say where to put "sitelogo.gif" --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #11240: Compilemessages fails if a % character is at certain places in the .po file

2013-01-28 Thread Django
#11240: Compilemessages fails if a % character is at certain places in the .po file -+- Reporter: tback|Owner: Type: Bug | garcia_marc Component:

[Django] #19679: Default "settings.py" does not adequately describe "SECRET_KEY"

2013-01-28 Thread Django
#19679: Default "settings.py" does not adequately describe "SECRET_KEY" +-- Reporter: retail79174@… | Owner: nobody Type: Uncategorized | Status: new Component: Core

[Django] #19678: Test failure with spatialite

2013-01-28 Thread Django
#19678: Test failure with spatialite --+ Reporter: julien | Owner: nobody Type: Bug | Status: new Component: GIS |Version: 1.4

Re: [Django] #11240: Compilemessages fails if a % character is at certain places in the .po file

2013-01-28 Thread Django
#11240: Compilemessages fails if a % character is at certain places in the .po file -+- Reporter: tback|Owner: Type: Bug | garcia_marc Component:

Re: [Django] #15667: Implement template-based widget rendering

2013-01-28 Thread Django
#15667: Implement template-based widget rendering + Reporter: brutasse|Owner: brutasse Type: New feature | Status: new Component: Forms |

Re: [Django] #16630: Support for HTML5 input types

2013-01-28 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: claudep Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #19674: AttributeError: 'Command' object has no attribute 'style'

2013-01-28 Thread Django
#19674: AttributeError: 'Command' object has no attribute 'style' -+- Reporter: stefankoegl |Owner: nobody Type: Bug | Status: closed