Re: [Django] #18872: Add prefix attribute to FormMixin

2013-05-30 Thread Django
#18872: Add prefix attribute to FormMixin --+- Reporter: dragonsnaker@…|Owner: anonymous Type: New feature | Status: assigned Component: Generic views |

[django/django] ac90ae: Tweak caching decorators/utility functions xrefs.

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ac90aee55cb0258253011ec6910c1e553e07377f https://github.com/django/django/commit/ac90aee55cb0258253011ec6910c1e553e07377f Author: Ramiro Morales Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M

Re: [Django] #16436: `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10`

2013-05-30 Thread Django
#16436: `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10` -+- Reporter: mrmachine|Owner: nobody Type: Bug |

Re: [Django] #16436: `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10`

2013-05-30 Thread Django
#16436: `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10` -+- Reporter: mrmachine|Owner: nobody Type: Bug |

Re: [Django] #20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test

2013-05-30 Thread Django
#20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test ---+ Reporter: gcc|Owner: claudep Type: Bug| Status: closed

[django/django] 9d06c6: Fixed #20502 -- Flushed i18n caches for a defaultf...

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9d06c6ccc92e240af245205316cf6075b37a24e3 https://github.com/django/django/commit/9d06c6ccc92e240af245205316cf6075b37a24e3 Author: Claude Paroz Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M t

Re: [Django] #20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test

2013-05-30 Thread Django
#20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test ---+ Reporter: gcc|Owner: claudep Type: Bug| Status: assigned

[django/django] 571864: Added missing stacklevel arg in forms/models.py

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 571864c84595558e0d72031485dda772e5b4a5c8 https://github.com/django/django/commit/571864c84595558e0d72031485dda772e5b4a5c8 Author: Claude Paroz Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M d

Re: [Django] #20532: Password reset email template should reverse view by name, not by path

2013-05-30 Thread Django
#20532: Password reset email template should reverse view by name, not by path ---+-- Reporter: gwahl@…|Owner: nobody Type: Uncategorized | Status: new Component: Un

Re: [Django] #19425: Inline Admin does not allow extra to be a property

2013-05-30 Thread Django
#19425: Inline Admin does not allow extra to be a property -+- Reporter: dave@… |Owner: nobody Type: Bug | Status: closed Component: co

[Django] #20532: Password reset email template should reverse view by name, not by path

2013-05-30 Thread Django
#20532: Password reset email template should reverse view by name, not by path ---+ Reporter: gwahl@…| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.5 Severity:

[django/django] 36aecb: Fixed #19425 - Added InlineModelAdmin.get_extra ho...

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 36aecb12b850aeed173a8e524cacb3444f807785 https://github.com/django/django/commit/36aecb12b850aeed173a8e524cacb3444f807785 Author: Tim Graham Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M dja

Re: [Django] #20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled.

2013-05-30 Thread Django
#20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled. -+- Reporter: bryced |Owner: nobody Type: Bug | S

[django/django] 172b50: Clearer explanation when exception has no message

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 172b50b72224dea985cd665accab2ff3110f6674 https://github.com/django/django/commit/172b50b72224dea985cd665accab2ff3110f6674 Author: Marti Raudsepp Date: 2013-04-23 (Tue, 23 Apr 2013) Changed paths: M

Re: [Django] #3997: Missing default value causes exception on save

2013-05-30 Thread Django
#3997: Missing default value causes exception on save -+- Reporter: Henrik Vendelbo |Owner: PhiR | Status: closed Type: Bug

[Django] #20531: Don't hard-code class names when calling static methods

2013-05-30 Thread Django
#20531: Don't hard-code class names when calling static methods ---+ Reporter: gwahl@…| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.5 Severity: Normal

Re: [Django] #11277: Hidden fields in Inlines are displayed as empty rows

2013-05-30 Thread Django
#11277: Hidden fields in Inlines are displayed as empty rows -+- Reporter: bartTC |Owner: nobody Type: Bug | Status: new Component: con

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

2013-05-30 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] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2013-05-30 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView -+- Reporter: ed.crewe@… |Owner: Fandekasp Type: | Status:

Re: [Django] #16027: Include app_label in ContentType.__unicode__

2013-05-30 Thread Django
#16027: Include app_label in ContentType.__unicode__ -+- Reporter: jakub|Owner: Type: | djangsters Cleanup/optimization |

Re: [Django] #20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test

2013-05-30 Thread Django
#20502: AppResolutionOrderI18NTests fails if 'de' locale cached by previous test ---+ Reporter: gcc|Owner: gcc Type: Bug| Status: assigned

Re: [Django] #16027: Include app_label in ContentType.__unicode__

2013-05-30 Thread Django
#16027: Include app_label in ContentType.__unicode__ -+- Reporter: jakub|Owner: Type: | djangsters Cleanup/optimization |

Re: [Django] #20530: Incorrect QUERY_STRING handling on Python 3

2013-05-30 Thread Django
#20530: Incorrect QUERY_STRING handling on Python 3 -+- Reporter: mitsuhiko|Owner: aaugustin Type: Bug | Status: assigned Component: Core (URLs) |

[Django] #20530: Incorrect QUERY_STRING handling on Python 3

2013-05-30 Thread Django
#20530: Incorrect QUERY_STRING handling on Python 3 -+ Reporter: mitsuhiko| Owner: nobody Type: Bug | Status: new Component: Core (URLs) |Version: 1.5 Severity: Normal | Keywords: Triag

Re: [Django] #16856: Add a way to clear select_related

2013-05-30 Thread Django
#16856: Add a way to clear select_related -+- Reporter: carljm |Owner: nobody Type: New feature | Status: closed Component: Database layer

[django/django] 5074c7: Fixed #16856 - Added a way to clear select_related...

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 5074c75a37f88726f3ae057999144545881d3cfc https://github.com/django/django/commit/5074c75a37f88726f3ae057999144545881d3cfc Author: Tim Graham Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M dja

Re: [Django] #20272: Model._do_update isn't as useful as it could be

2013-05-30 Thread Django
#20272: Model._do_update isn't as useful as it could be -+- Reporter: gavinwahl@… |Owner: nobody Type: | Status: closed Cleanup/optimizatio

[django/django] 616f3c: Fixed #20272 - Moved update_fields existence check...

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 616f3c4a795ba6d74c5f28d200d1921e998232f4 https://github.com/django/django/commit/616f3c4a795ba6d74c5f28d200d1921e998232f4 Author: Tim Graham Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M dja

Re: [Django] #13776: is_valid() with null field value on ModelForms from models with non-nullable ForeignKeys causes ValueError

2013-05-30 Thread Django
#13776: is_valid() with null field value on ModelForms from models with non- nullable ForeignKeys causes ValueError -+- Reporter: peterbe |Owner: Type: Bug | el

[django/django] 592358: Fixed #20509 - Proper parsing for dumpdata --pks o...

2013-05-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 59235816bd063cb8b24acfc92ae1b5cd09a1f7ba https://github.com/django/django/commit/59235816bd063cb8b24acfc92ae1b5cd09a1f7ba Author: Tim Graham Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M dja

Re: [Django] #20509: --pks option in dumpdata command raises exception

2013-05-30 Thread Django
#20509: --pks option in dumpdata command raises exception -+- Reporter: weipin |Owner: nobody Type: Bug | Status: closed Component: Cor

Re: [Django] #20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled.

2013-05-30 Thread Django
#20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled. -+- Reporter: bryced |Owner: nobody Type: Bug | S

Re: [Django] #16856: Add a way to clear select_related

2013-05-30 Thread Django
#16856: Add a way to clear select_related -+- Reporter: carljm |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #20509: --pks option in dumpdata command raises exception

2013-05-30 Thread Django
#20509: --pks option in dumpdata command raises exception -+- Reporter: weipin |Owner: nobody Type: Bug | Status: new Component: Core (

Re: [Django] #19536: in ModelAdmin disabling has_add_permission results in not showing any object-tools

2013-05-30 Thread Django
#19536: in ModelAdmin disabling has_add_permission results in not showing any object-tools --+ Reporter: a.fazeli@…|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled.

2013-05-30 Thread Django
#20257: QuerySet that prefetches related object with a ManyToMany field cannot be pickled. -+- Reporter: bryced |Owner: nobody Type: Bug | S

Re: [Django] #19657: sql, sqlcustom, sqlindexes and sqlall do not take allow_syncdb into account

2013-05-30 Thread Django
#19657: sql, sqlcustom, sqlindexes and sqlall do not take allow_syncdb into account -+- Reporter: manelclos@… |Owner: nobody Type: Bug | Status:

Re: [Django] #20529: Django 1.6a1 is not available via pip install as per instructions

2013-05-30 Thread Django
#20529: Django 1.6a1 is not available via pip install as per instructions -+- Reporter: un33k|Owner: nobody Type: | Status: new Clea

Re: [Django] #18375: F() doesn't work as expected across multijoin relations

2013-05-30 Thread Django
#18375: F() doesn't work as expected across multijoin relations -+- Reporter: FunkyBob |Owner: akaariai Type: Bug | Status: closed Compone

[Django] #20529: Django 1.6a1 is not available via pip install as per instructions

2013-05-30 Thread Django
#20529: Django 1.6a1 is not available via pip install as per instructions --+- Reporter: un33k | Owner: nobody Type: Cleanup/optimization | Status: new Component: Packaging |

Re: [Django] #16735: Queryset values should be aliasable

2013-05-30 Thread Django
#16735: Queryset values should be aliasable -+- Reporter: alex.latchford@… |Owner: nate_b Type: New feature | Status: assigned Component: Database layer

[Django] #20528: QuerySet Q + select_related regression with multiple ForeignKeys

2013-05-30 Thread Django
#20528: QuerySet Q + select_related regression with multiple ForeignKeys --+ Reporter: timo | Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16735: Queryset values should be aliasable

2013-05-30 Thread Django
#16735: Queryset values should be aliasable -+- Reporter: alex.latchford@… |Owner: nate_b Type: New feature | Status: assigned Component: Database layer

Re: [Django] #901: Reload method for models (was: [patch] Reload method for models)

2013-05-30 Thread Django
#901: Reload method for models -+- Reporter: andreas@…|Owner: adrian Type: New feature | Status: new Component: Database layer |

Re: [Django] #20522: Admin formset validation cannot take submitted model instance into account when form not valid.

2013-05-30 Thread Django
#20522: Admin formset validation cannot take submitted model instance into account when form not valid. -+- Reporter: meshy|Owner: nobody Type: Bug |

Re: [Django] #16493: Windows: makemessages generate django.po should use forward slashes too

2013-05-30 Thread Django
#16493: Windows: makemessages generate django.po should use forward slashes too -+- Reporter: raidsan@…|Owner: nobody Type: New feature | Status: clo

Re: [Django] #16493: Windows: makemessages generate django.po should use forward slashes too

2013-05-30 Thread Django
#16493: Windows: makemessages generate django.po should use forward slashes too -+- Reporter: raidsan@…|Owner: nobody Type: New feature | Status: clo

Re: [Django] #18169: NoReverseMatch silenced in template Variable

2013-05-30 Thread Django
#18169: NoReverseMatch silenced in template Variable -+- Reporter: jasisz |Owner: regebro Type: Bug | Status: assigned Component: Templ