Re: [Django] #23776: HStoreField example doesn't work

2014-11-07 Thread Django
#23776: HStoreField example doesn't work -+- Reporter: vedgar |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #23759: Storage.get_available_name should preserve all file extensions, not just the first one

2014-11-07 Thread Django
#23759: Storage.get_available_name should preserve all file extensions, not just the first one -+- Reporter: thenewguy|Owner: thenewguy Type: Uncategorized|

Re: [Django] #14664: MiddlewareNotUsed should display a warning

2014-11-07 Thread Django
#14664: MiddlewareNotUsed should display a warning ---+ Reporter: teserak|Owner: nobody Type: New feature| Status: new Component: Core (Other) |

[Django] #23780: Easy to use natural keys from a tuple on meta

2014-11-07 Thread Django
#23780: Easy to use natural keys from a tuple on meta --+ Reporter: scrummyin | Owner: nobody Type: New feature | Status: new Component: Core (Serialization) |Version: master Sev

Re: [Django] #23745: Migrations migrate is slow

2014-11-07 Thread Django
#23745: Migrations migrate is slow --+ Reporter: claudep |Owner: nobody Type: Cleanup/optimization | Status: new Component: Migrations|

Re: [Django] #23759: Storage.get_available_name should preserve all file extensions, not just the first one

2014-11-07 Thread Django
#23759: Storage.get_available_name should preserve all file extensions, not just the first one -+- Reporter: thenewguy|Owner: nobody Type: Uncategorized|

Re: [Django] #23778: Running tests outside the test runner needs clarification

2014-11-07 Thread Django
#23778: Running tests outside the test runner needs clarification --+ Reporter: Starou|Owner: Starou Type: Cleanup/optimization | Status: assigned Com

Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-11-07 Thread Django
#18586: Rewrite unit tests migrated from doctests -+- Reporter: konk |Owner: Type: | ChillarAnand Cleanup/optimization |

Re: [Django] #23778: Running tests outside the test runner needs clarification

2014-11-07 Thread Django
#23778: Running tests outside the test runner needs clarification --+ Reporter: Starou|Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #23773: Client().post("/someurl", data="", content_type='text/plain') results in request.body = {}

2014-11-07 Thread Django
#23773: Client().post("/someurl",data="", content_type='text/plain') results in request.body = {} ---+-- Reporter: isparks|Owner: nobody Type: Bug| Status: clo

Re: [Django] #23778: Running tests outside the test runner needs clarification

2014-11-07 Thread Django
#23778: Running tests outside the test runner needs clarification --+ Reporter: Starou|Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #23759: Storage.get_available_name should preserve all file extensions, not just the first one

2014-11-07 Thread Django
#23759: Storage.get_available_name should preserve all file extensions, not just the first one -+- Reporter: thenewguy|Owner: nobody Type: Uncategorized|

Re: [Django] #23779: Can't use unique_together if one of the fields is in a mixin

2014-11-07 Thread Django
#23779: Can't use unique_together if one of the fields is in a mixin -+- Reporter: knyghty |Owner: nobody Type: Bug | Status: closed Comp

[Django] #23779: Can't use unique_together if one of the fields is in a mixin

2014-11-07 Thread Django
#23779: Can't use unique_together if one of the fields is in a mixin --+ Reporter: knyghty | Owner: nobody Type: Bug | Status: new Component: Database laye

[Django] #23778: Running tests outside the test runner needs clarification

2014-11-07 Thread Django
#23778: Running tests outside the test runner needs clarification --+- Reporter: Starou| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Vers

Re: [Django] #23776: HStoreField example doesn't work

2014-11-07 Thread Django
#23776: HStoreField example doesn't work -+- Reporter: vedgar |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #23777: Python code formatting is killed.

2014-11-07 Thread Django
#23777: Python code formatting is killed. ---+-- Reporter: obspsr |Owner: nobody Type: Bug| Status: closed Component: Documentation | Ve

Re: [Django] #23777: Python code formatting is killed.

2014-11-07 Thread Django
#23777: Python code formatting is killed. ---+-- Reporter: obspsr |Owner: nobody Type: Bug| Status: new Component: Documentation | Versi

Re: [Django] #23777: Python code formatting is killed.

2014-11-07 Thread Django
#23777: Python code formatting is killed. ---+-- Reporter: obspsr |Owner: nobody Type: Bug| Status: new Component: Documentation | Versi

[Django] #23777: Python code formatting is killed.

2014-11-07 Thread Django
#23777: Python code formatting is killed. ---+ Reporter: obspsr | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.7 Severity: Normal | Keywords: doc

[Django] #23776: HStoreField example doesn't work

2014-11-07 Thread Django
#23776: HStoreField example doesn't work -+- Reporter: vedgar | Owner: nobody Type: Bug | Status: new Component: Database layer |Version: master (model

Re: [Django] #23774: Documentation on ordering by ForeignKey fields is misleading

2014-11-07 Thread Django
#23774: Documentation on ordering by ForeignKey fields is misleading --+ Reporter: wolever |Owner: nobody Type: Cleanup/optimization | Status: new Compo

Re: [Django] #23767: Add setting to toggle timezone warnings in Django admin (1.7+)

2014-11-07 Thread Django
#23767: Add setting to toggle timezone warnings in Django admin (1.7+) ---+-- Reporter: fangsterr |Owner: nobody Type: New feature| Status: closed Component: contrib

Re: [Django] #23760: ModelForm wrong default value on field without fields Meta attribute neither initial data.

2014-11-07 Thread Django
#23760: ModelForm wrong default value on field without fields Meta attribute neither initial data. -+- Reporter: aRkadeFR |Owner: nobody Type: |