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

2013-02-03 Thread Django
#19689: Use `Options.module_name` instead of `object_name.lower()` -+- Reporter: charettes|Owner: charettes Type: | Status: assigned

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

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

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

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

Re: [Django] #18150: Uploading a file ending with a backslash fails

2013-02-03 Thread Django
#18150: Uploading a file ending with a backslash fails -+- Reporter: Peter Kuma |Owner: Type: Bug | supersteve9219 Component: File |

[django/django] 869c9b: Fixed #19730 -- Don't validate importability of se...

2013-02-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 869c9ba30615cb24fb5786787a2db8655f2f0d2b https://github.com/django/django/commit/869c9ba30615cb24fb5786787a2db8655f2f0d2b Author: Ramiro Morales Date: 2013-02-03 (Sun, 03 Feb 2013)

Re: [Django] #19707: TransactionMiddleware leaks transaction state

2013-02-03 Thread Django
#19707: TransactionMiddleware leaks transaction state -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #5863: list_display does not allow functions of referenced objects

2013-02-03 Thread Django
#5863: list_display does not allow functions of referenced objects -+- Reporter: Beat Bolli |Owner: nobody | Status: closed

Re: [Django] #5863: list_display does not allow functions of referenced objects

2013-02-03 Thread Django
#5863: list_display does not allow functions of referenced objects -+- Reporter: Beat Bolli |Owner: nobody | Status: closed

Re: [Django] #17379: Don't force output of the 'shell' management command to en-us (was: Silent translation of all ./manage.py commands to en-us unexpected/undocumented)

2013-02-03 Thread Django
#17379: Don't force output of the 'shell' management command to en-us -+- Reporter: chrischambers|Owner: ramiro Type: Bug | Status: assigned

[Django] #19730: Action triggered by django.core.management.base.BaseCommand.can_import_settings is a side effect of i18n locale handling

2013-02-03 Thread Django
#19730: Action triggered by django.core.management.base.BaseCommand.can_import_settings is a side effect of i18n locale handling -+- Reporter: ramiro | Owner: nobody Type:

Re: [Django] #19725: `createsuperuser` command fails with custom User model

2013-02-03 Thread Django
#19725: `createsuperuser` command fails with custom User model -+-- Reporter: michisu |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #16455: Postgis 2.0 Compatibility

2013-02-03 Thread Django
#16455: Postgis 2.0 Compatibility -+- Reporter: ckarrie |Owner: jbronn Type: New feature | Status: closed Component: GIS |

Re: [Django] #19706: Tutorial amendments

2013-02-03 Thread Django
#19706: Tutorial amendments -+- Reporter: EvilDMP |Owner: timo Type: | Status: assigned Cleanup/optimization |

[django/django] 6155b6: [1.5.x] Fixed a typo in docs/topics/auth/customizi...

2013-02-03 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 6155b66d0685e0e305dfa422dfd02f2a6c7127b8 https://github.com/django/django/commit/6155b66d0685e0e305dfa422dfd02f2a6c7127b8 Author: Tim Graham Date: 2013-02-03 (Sun, 03 Feb

[django/django] 2c173f: Fixed a typo in docs/topics/auth/customizing.txt

2013-02-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2c173ff3b45e0a123147e3633082bbf9a7624536 https://github.com/django/django/commit/2c173ff3b45e0a123147e3633082bbf9a7624536 Author: Tim Graham Date: 2013-02-03 (Sun, 03 Feb 2013)

Re: [Django] #13203: Deletion error of model with generic relation to inherited model

2013-02-03 Thread Django
#13203: Deletion error of model with generic relation to inherited model --+ Reporter: ramusus |Owner: nobody Type: Bug | Status: new

Re: [Django] #19699: Documentation for "index_together" is an infinite loop.

2013-02-03 Thread Django
#19699: Documentation for "index_together" is an infinite loop. -+- Reporter: vernondcole |Owner: nobody Type: | Status: new

Re: [Django] #19727: form.is_valid() always returns false

2013-02-03 Thread Django
#19727: form.is_valid() always returns false ---+-- Reporter: Raul s |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized |

Re: [Django] #19729: Leftover `_loader` variable in template loader modules

2013-02-03 Thread Django
#19729: Leftover `_loader` variable in template loader modules -+- Reporter: aaugustin|Owner: Type: | chrismedrela Cleanup/optimization |

Re: [Django] #19645: Add tests for TransactionMiddleware

2013-02-03 Thread Django
#19645: Add tests for TransactionMiddleware -+- Reporter: slurms |Owner: slurms Type: | Status: closed Cleanup/optimization

[django/django] f556df: Fixed #19645 -- Added tests for TransactionMiddlew...

2013-02-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f556df90be995a83b979cf875705d98521ab4dc7 https://github.com/django/django/commit/f556df90be995a83b979cf875705d98521ab4dc7 Author: Anssi Kääriäinen Date: 2013-02-03 (Sun, 03 Feb 2013)

[Django] #19729: Leftover `_loader` variable in template loader modules

2013-02-03 Thread Django
#19729: Leftover `_loader` variable in template loader modules + Reporter: aaugustin | Owner: nobody Type: Cleanup/optimization | Status: new

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

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

[Django] #19728: Update API stability doc

2013-02-03 Thread Django
#19728: Update API stability doc + Reporter: aaugustin | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #19727: form.is_valid() always returns false

2013-02-03 Thread Django
#19727: form.is_valid() always returns false ---+-- Reporter: Raul s |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized |

Re: [Django] #19725: `createsuperuser` command fails with custom User model

2013-02-03 Thread Django
#19725: `createsuperuser` command fails with custom User model --+-- Reporter: michisu |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

[Django] #19727: form.is_valid() always returns false

2013-02-03 Thread Django
#19727: form.is_valid() always returns false ---+ Reporter: Raul s | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.4 Severity: Normal | Keywords:

Re: [Django] #15363: get_queryset & get_query_set

2013-02-03 Thread Django
#15363: get_queryset & get_query_set --+ Reporter: sorl |Owner: loic84 Type: Cleanup/optimization | Status: assigned Component: Core (Other)

Re: [Django] #15363: get_queryset & get_query_set

2013-02-03 Thread Django
#15363: get_queryset & get_query_set -+- Reporter: sorl |Owner: loic84 Type: | Status: assigned Cleanup/optimization

Re: [Django] #3591: add support for custom app_label and verbose_name

2013-02-03 Thread Django
#3591: add support for custom app_label and verbose_name --+ Reporter: jkocherhans |Owner: adrian Type: New feature | Status: reopened Component: Core (Other) |

Re: [Django] #15363: get_queryset & get_query_set

2013-02-03 Thread Django
#15363: get_queryset & get_query_set -+- Reporter: sorl |Owner: loic84 Type: | Status: assigned Cleanup/optimization

Re: [Django] #15363: get_queryset & get_query_set

2013-02-03 Thread Django
#15363: get_queryset & get_query_set --+ Reporter: sorl |Owner: loic84 Type: Cleanup/optimization | Status: assigned Component: Core (Other)