[Django] #19696: Collectstatic management command: unicodeerror

2013-01-29 Thread Django
#19696: Collectstatic management command: unicodeerror -+- Reporter: | Owner: nobody arn.breton@… | Status: new Type: Bug |Version: 1.4 Component: |

Re: [Django] #19527: bulk_create() can set the primary key

2013-01-29 Thread Django
#19527: bulk_create() can set the primary key -+- Reporter: Tuttle |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #19160: Make ungettext_lazy really usable

2013-01-29 Thread Django
#19160: Make ungettext_lazy really usable --+ Reporter: claudep |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17797: Added PATCH request functionality to django.test.client.Client

2013-01-29 Thread Django
#17797: Added PATCH request functionality to django.test.client.Client ---+ Reporter: pfarmer|Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #19160: Make ungettext_lazy really usable

2013-01-29 Thread Django
#19160: Make ungettext_lazy really usable --+ Reporter: claudep |Owner: nobody Type: New feature | Status: new Component:

[django/django] 47ddd6: Fixed #19552 -- Enhanced makemessages handling of ...

2013-01-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 47ddd6a4082d55d8856b7e6beac553485dd627f7 https://github.com/django/django/commit/47ddd6a4082d55d8856b7e6beac553485dd627f7 Author: Ramiro Morales Date: 2013-01-29 (Tue, 29 Jan 2013)

Re: [Django] #18648: ConditionalGetMiddleware does not work with Internet Explorer

2013-01-29 Thread Django
#18648: ConditionalGetMiddleware does not work with Internet Explorer ---+-- Reporter: KyleMac|Owner: nobody Type: Bug| Status: closed Component: HTTP

Re: [Django] #19126: runserver versus model validation

2013-01-29 Thread Django
#19126: runserver versus model validation -+- Reporter: direvus |Owner: nobody Type: Bug | Status: new Component: Core (Management

Re: [Django] #19552: makemessages ignores translations in templates with inline comment tags

2013-01-29 Thread Django
#19552: makemessages ignores translations in templates with inline comment tags -+- Reporter: juneih@… |Owner: nobody Type: Bug | Status:

Re: [Django] #19142: accept_language_re rejects languages which include numeric UN region codes

2013-01-29 Thread Django
#19142: accept_language_re rejects languages which include numeric UN region codes -+- Reporter: DrMeers |Owner: Architekt Type: Bug |

Re: [Django] #18648: ConditionalGetMiddleware does not work with Internet Explorer

2013-01-29 Thread Django
#18648: ConditionalGetMiddleware does not work with Internet Explorer ---+-- Reporter: KyleMac|Owner: nobody Type: Bug| Status: new Component: HTTP

[Django] #19695: Static files for forms described as "Form Media"

2013-01-29 Thread Django
#19695: Static files for forms described as "Form Media" --+ Reporter: aaugustin | Owner: nobody Type: Bug | Status: new Component: Forms |

Re: [Django] #19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples

2013-01-29 Thread Django
#19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization |

[Django] #19694: python manage.py syncdb fails if no locale is set

2013-01-29 Thread Django
#19694: python manage.py syncdb fails if no locale is set + Reporter: gunther.stengl@…| Owner: nobody Type: Uncategorized | Status: new Component: Core (Management commands) |

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

2013-01-29 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] #19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples

2013-01-29 Thread Django
#19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples

2013-01-29 Thread Django
#19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #19693: trancatewords_html closes tags (was: trancatewords_html duplicates tags)

2013-01-29 Thread Django
#19693: trancatewords_html closes tags -+-- Reporter: sneawo |Owner: nobody Type: Bug | Status: new Component: Template system |

Re: [Django] #19693: trancatewords_html duplicates tags

2013-01-29 Thread Django
#19693: trancatewords_html duplicates tags -+-- Reporter: sneawo |Owner: nobody Type: Bug | Status: new Component: Template system |

[Django] #19693: trancatewords_html duplicates tags

2013-01-29 Thread Django
#19693: trancatewords_html duplicates tags -+ Reporter: sneawo | Owner: nobody Type: Bug | Status: new Component: Template system |Version: 1.4 Severity: Normal |

[django/django] eb9430: Implemented some SpatiaLiteOperations as cached pr...

2013-01-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: eb9430fc4be16f2256f8ff4d8ee90577fb0a8f5a https://github.com/django/django/commit/eb9430fc4be16f2256f8ff4d8ee90577fb0a8f5a Author: Claude Paroz Date: 2013-01-29 (Tue, 29 Jan 2013)

[Django] #19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples

2013-01-29 Thread Django
#19692: Replace HttpResponse.mimetype (deprecated) with content_type in doc examples --+ Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

[django/django] 5da6ce: [1.5.x] Fixed typos in docs and comments

2013-01-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5da6ce11edb60319c014c07c40b03674ea89de4c https://github.com/django/django/commit/5da6ce11edb60319c014c07c40b03674ea89de4c Author: Tim Graham Date: 2013-01-29 (Tue, 29 Jan

[django/django] ee2679: Fixed typos in docs and comments

2013-01-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ee26797cff6ef17817c58e6a2f86db81c21f9800 https://github.com/django/django/commit/ee26797cff6ef17817c58e6a2f86db81c21f9800 Author: Tim Graham Date: 2013-01-29 (Tue, 29 Jan 2013)

Re: [Django] #19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin

2013-01-29 Thread Django
#19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin -+- Reporter: lucianu |Owner: lucianu Type: Bug |

[Django] #19691: Inconsistency in instantiating/validating ModelForms: CharFields vs. with ImageField only.

2013-01-29 Thread Django
#19691: Inconsistency in instantiating/validating ModelForms: CharFields vs. with ImageField only. --+ Reporter: pfeiffersimon@… | Owner: nobody Type: Cleanup/optimization | Status: new Component:

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

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

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

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

Re: [Django] #19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin

2013-01-29 Thread Django
#19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin ---+-- Reporter: lucianu|Owner: lucianu Type: Bug| Status: new

[Django] #19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin

2013-01-29 Thread Django
#19690: Class in ajax example doesn't inherit from imported SingleObjectTemplateResponseMixin ---+- Reporter: lucianu| Owner: lucianu Type: Bug| Status: new Component: Documentation |Version:

[django/django] b99a4e: Updated metrics on the documentation.

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

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

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

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

2013-01-29 Thread Django
#9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie ---+ Reporter: pixelcort |Owner: vvd Type: Bug| Status:

Re: [Django] #5622: Empty ipaddress raises an error (invalid input syntax for type inet: "")

2013-01-29 Thread Django
#5622: Empty ipaddress raises an error (invalid input syntax for type inet: "") -+- Reporter: anonymous|Owner: aashu_dwivedi Type: Bug | Status: assigned

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

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

[django/django] f6075b: [1.5.x] Fixed #19683 - Added a missing import in s...

2013-01-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: f6075b0596e20951bd8232f09d97fb7fac08308c https://github.com/django/django/commit/f6075b0596e20951bd8232f09d97fb7fac08308c Author: Tim Graham Date: 2013-01-29 (Tue, 29 Jan

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

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

[django/django] 537d44: Fixed #19683 - Added a missing import in signing e...

2013-01-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 537d44b1b937c6857ded0a2dc5703c61c5e980b4 https://github.com/django/django/commit/537d44b1b937c6857ded0a2dc5703c61c5e980b4 Author: Tim Graham Date: 2013-01-29 (Tue, 29 Jan 2013)

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

2013-01-29 Thread Django
#19689: Use `Options.module_name` instead of `object_name.lower()` -+- Reporter: charettes|Owner: nobody Type: | Status: new

Re: [Django] #18144: MD5PasswordHasher: broken backwards compatibility with empty salt

2013-01-29 Thread Django
#18144: MD5PasswordHasher: broken backwards compatibility with empty salt -+- Reporter: apreobrazhensky@…|Owner: nobody Type: Bug | Status: reopened

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

2013-01-29 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-29 Thread Django
#19687: UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT --+-- Reporter: twig@…|Owner: nobody Type: Bug | Status: closed Component:

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

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

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

2013-01-29 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] #19689: Use `Options.module_name` instead of `object_name.lower()`

2013-01-29 Thread Django
#19689: Use `Options.module_name` instead of `object_name.lower()` -+- Reporter: charettes|Owner: nobody Type: | Status: new