Re: [Django] #21301: Directory Structure

2013-10-21 Thread Django
#21301: Directory Structure -+- Reporter: warrenbeyda@…|Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #21301: Directory Structure

2013-10-21 Thread Django
#21301: Directory Structure -+- Reporter: warrenbeyda@…|Owner: nobody Type: | Status: closed Cleanup/optimization |

[Django] #21301: Directory Structure

2013-10-21 Thread Django
#21301: Directory Structure --+-- Reporter: warrenbeyda@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: contrib.staticfiles |Version: 1.5 Severity: Normal

Re: [Django] #21077: simple_tag does not allow kwargs with dashes in them

2013-10-21 Thread Django
#21077: simple_tag does not allow kwargs with dashes in them -+ Reporter: semenov |Owner: cbabs Type: Bug | Status: assigned Component: Template

Re: [Django] #21300: Allow DateTimeField to return a naive datetime

2013-10-21 Thread Django
#21300: Allow DateTimeField to return a naive datetime -+- Reporter: brycegroff |Owner: nobody Type: New feature | Status: new Component: Forms

[Django] #21300: Allow DateTimeField to return a naive datetime

2013-10-21 Thread Django
#21300: Allow DateTimeField to return a naive datetime -+- Reporter: brycegroff | Owner: nobody Type: New feature | Status: new Component: Forms|Version: master Severity: Normal

Re: [Django] #21299: verbose_name capitalized in Admin inlines

2013-10-21 Thread Django
#21299: verbose_name capitalized in Admin inlines +-- Reporter: renatooliveira |Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin |

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

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

[django/django] ed6718: Oracle defer test failure; refs #16436.

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: ed67184b3051c392a6cb722e889c062233730c2e https://github.com/django/django/commit/ed67184b3051c392a6cb722e889c062233730c2e Author: Tim Graham Date: 2013-10-21 (Mon, 21 Oct

Re: [Django] #19724: manage.py app commands enumeration fails silently when MEDIA_URL doesn't end with a slash

2013-10-21 Thread Django
#19724: manage.py app commands enumeration fails silently when MEDIA_URL doesn't end with a slash -+- Reporter: peter.davis8@… |Owner: nobody Type: Bug |

[django/django] a098be: Fixed #19724 -- Output note when showing only core...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: a098bee1b9fa4df64f3fd72ff5cbae43bf27e539 https://github.com/django/django/commit/a098bee1b9fa4df64f3fd72ff5cbae43bf27e539 Author: Claude Paroz Date: 2013-10-21 (Mon, 21 Oct 2013)

Re: [Django] #21295: Add on_update support

2013-10-21 Thread Django
#21295: Add on_update support -+- Reporter: akaariai |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #21249: Typo in SQLCompiler.get_grouping()

2013-10-21 Thread Django
#21249: Typo in SQLCompiler.get_grouping() -+- Reporter: manfre |Owner: nobody Type: Bug | Status: closed Component: Database layer

[django/django] 6781dc: [1.6.x] Fixed #21249 -- variable name typo in comp...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 6781dc624318fd03032efb3182266bae0a5c8fc0 https://github.com/django/django/commit/6781dc624318fd03032efb3182266bae0a5c8fc0 Author: Anssi Kääriäinen Date: 2013-10-21 (Mon, 21 Oct

[django/django] 86c248: Fixed #21249 -- variable name typo in compiler.get...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 86c248aa646183ef4a1cb407bb3e4cb597272f63 https://github.com/django/django/commit/86c248aa646183ef4a1cb407bb3e4cb597272f63 Author: Anssi Kääriäinen Date: 2013-10-21 (Mon, 21 Oct 2013)

Re: [Django] #21249: Typo in SQLCompiler.get_grouping()

2013-10-21 Thread Django
#21249: Typo in SQLCompiler.get_grouping() -+- Reporter: manfre |Owner: nobody Type: Bug | Status: closed Component: Database layer

[django/django] e565e1: Fixed #21275 -- Fixed a serializer error when gene...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e565e1332ddfbb44fe7e6139375e3c243af7398d https://github.com/django/django/commit/e565e1332ddfbb44fe7e6139375e3c243af7398d Author: Loic Bistuer Date: 2013-10-21 (Mon, 21 Oct

Re: [Django] #21275: Cannot use migrations if model field specifies validators

2013-10-21 Thread Django
#21275: Cannot use migrations if model field specifies validators -+- Reporter: timo |Owner: Tim Type: Bug | Graham Component:

[django/django] 823951: [1.6.x] Force update of the password on iteration ...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 823951ec55f17373561b4e97ecbe369c2cac364c https://github.com/django/django/commit/823951ec55f17373561b4e97ecbe369c2cac364c Author: Florian Apolloner Date: 2013-10-21 (Mon, 21

[django/django] 7d0d0d: Force update of the password on iteration count ch...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 7d0d0dbf26a3c0d16e9c2b930fd6d7b89f215946 https://github.com/django/django/commit/7d0d0dbf26a3c0d16e9c2b930fd6d7b89f215946 Author: Florian Apolloner Date: 2013-10-21 (Mon, 21 Oct

Re: [Django] #21253: PBKDF2 with cached HMAC key

2013-10-21 Thread Django
#21253: PBKDF2 with cached HMAC key -+- Reporter: timo |Owner: nobody Type: | Status: closed Cleanup/optimization |

[django/django] c4f29c: [1.4.x] Fixed #21253 -- PBKDF2 with cached HMAC ke...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: c4f29c91f9ad0fc3982f785f21093ba624ead8f8 https://github.com/django/django/commit/c4f29c91f9ad0fc3982f785f21093ba624ead8f8 Author: Florian Apolloner Date: 2013-10-21 (Mon, 21

[django/django] 166be6: [1.5.x] Fixed #21253 -- PBKDF2 with cached HMAC ke...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 166be6a77e40a40f12c7724db6f4524babd03715 https://github.com/django/django/commit/166be6a77e40a40f12c7724db6f4524babd03715 Author: Florian Apolloner Date: 2013-10-21 (Mon, 21

Re: [Django] #21253: PBKDF2 with cached HMAC key

2013-10-21 Thread Django
#21253: PBKDF2 with cached HMAC key -+- Reporter: timo |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #21253: PBKDF2 with cached HMAC key

2013-10-21 Thread Django
#21253: PBKDF2 with cached HMAC key -+- Reporter: timo |Owner: nobody Type: | Status: closed Cleanup/optimization |

[django/django] 37aea8: [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC ke...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 37aea82b1cf1175cb5d8de80fb8b0902b3d303e5 https://github.com/django/django/commit/37aea82b1cf1175cb5d8de80fb8b0902b3d303e5 Author: Florian Apolloner Date: 2013-10-21 (Mon, 21

[django/django] 1e4f53: Fixed #21253 -- PBKDF2 with cached HMAC key

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1e4f53a6eb8d1816e51eb8bd8f95e704f6b89ead https://github.com/django/django/commit/1e4f53a6eb8d1816e51eb8bd8f95e704f6b89ead Author: Florian Apolloner Date: 2013-10-21 (Mon, 21 Oct

Re: [Django] #21253: PBKDF2 with cached HMAC key

2013-10-21 Thread Django
#21253: PBKDF2 with cached HMAC key -+- Reporter: timo |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #10244: FileFields can't be set to NULL in the db

2013-10-21 Thread Django
#10244: FileFields can't be set to NULL in the db -+- Reporter: oyvind |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16969: Avoid selecting production database prior to test database setup/teardown

2013-10-21 Thread Django
#16969: Avoid selecting production database prior to test database setup/teardown --+ Reporter: andreas_pelme |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #10244: FileFields can't be set to NULL in the db

2013-10-21 Thread Django
#10244: FileFields can't be set to NULL in the db -+- Reporter: oyvind |Owner: nobody Type: Bug | Status: new Component: Database

[django/django] 15a666: [1.6.x] Fixed #21296 -- Added docs for PostgreSQL ...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 15a6667a7040739a74c9bc7c83ee9435f517b284 https://github.com/django/django/commit/15a6667a7040739a74c9bc7c83ee9435f517b284 Author: Riccardo Magliocchetti Date:

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

[django/django] 045d19: [1.5.x] Fixed #21296 -- Added docs for PostgreSQL ...

2013-10-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 045d19f531948313bde8d43746dde33b522d https://github.com/django/django/commit/045d19f531948313bde8d43746dde33b522d Author: Riccardo Magliocchetti Date:

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

[django/django] 1e3998: Fixed #21296 -- Added docs for PostgreSQL and unix...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1e39982b6ef1fd10e53392f4cb52bea3805d186f https://github.com/django/django/commit/1e39982b6ef1fd10e53392f4cb52bea3805d186f Author: Riccardo Magliocchetti Date: 2013-10-21

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

Re: [Django] #13245: Document Oracle behavior regarding quoting of database table names (was: manually set db_table should not validate if it needs to be truncated)

2013-10-21 Thread Django
#13245: Document Oracle behavior regarding quoting of database table names -+- Reporter: skoom|Owner: nobody Type: | Status: new

[django/django] 3565ef: Removed some direct settings manipulations in test...

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 3565efaa451db6eb735a085ea6aae3fe86e6d283 https://github.com/django/django/commit/3565efaa451db6eb735a085ea6aae3fe86e6d283 Author: Bouke Haarsma Date: 2013-10-21 (Mon, 21 Oct 2013)

Re: [Django] #21230: Remove usage of direct settings manipulation in Django's tests

2013-10-21 Thread Django
#21230: Remove usage of direct settings manipulation in Django's tests --+ Reporter: akaariai |Owner: bouke Type: Cleanup/optimization | Status: assigned

[Django] #21299: verbose_name capitalized in Admin inlines

2013-10-21 Thread Django
#21299: verbose_name capitalized in Admin inlines + Reporter: renatooliveira | Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin |Version: 1.5 Severity: Normal |

Re: [Django] #13245: manually set db_table should not validate if it needs to be truncated

2013-10-21 Thread Django
#13245: manually set db_table should not validate if it needs to be truncated -+- Reporter: skoom|Owner: nobody Type: Bug | Status: new

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: rm_ Type: |

[Django] #21298: pep8 cleanup: expected 1 blank line, found 0

2013-10-21 Thread Django
#21298: pep8 cleanup: expected 1 blank line, found 0 + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too -+- Reporter: rm_ |Owner: nobody Type: |

Re: [Django] #21297: CurrentSiteManager returns objects of superclass for sub-models that do not define any additional fields (was: CurrentSiteManager returns objects of superclass for models that do

2013-10-21 Thread Django
#21297: CurrentSiteManager returns objects of superclass for sub-models that do not define any additional fields ---+-- Reporter: dp@… |Owner: nobody Type: Uncategorized |

[Django] #21297: CurrentSiteManager returns objects of superclass for models that do not define any additional fields

2013-10-21 Thread Django
#21297: CurrentSiteManager returns objects of superclass for models that do not define any additional fields ---+ Reporter: dp@… | Owner: nobody Type: Uncategorized | Status: new Component: contrib.sites |

Re: [Django] #21238: `ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache

2013-10-21 Thread Django
#21238: `ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache -+ Reporter: dulaccc |Owner: nobody Type: Bug |

Re: [Django] #16969: Avoid selecting production database prior to test database setup/teardown

2013-10-21 Thread Django
#16969: Avoid selecting production database prior to test database setup/teardown --+ Reporter: andreas_pelme |Owner: nobody Type: Cleanup/optimization | Status:

[django/django] 499cd9: Fixed E227 pep8 warnings

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 499cd912ca36597df737df73c8f91ffab36c83d9 https://github.com/django/django/commit/499cd912ca36597df737df73c8f91ffab36c83d9 Author: Tim Graham Date: 2013-10-21 (Mon, 21 Oct 2013)

[django/django] b289fc: Fixed #21288 -- Fixed E126 pep8 warnings

2013-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b289fcf1bfeaa717ed465b2529a275b61dc02d92 https://github.com/django/django/commit/b289fcf1bfeaa717ed465b2529a275b61dc02d92 Author: Alasdair Nicol Date: 2013-10-21 (Mon, 21 Oct

Re: [Django] #21288: pep8 cleanup: continuation line over-indented for hanging indent

2013-10-21 Thread Django
#21288: pep8 cleanup: continuation line over-indented for hanging indent --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #21200: Inconsistent handling of "PickleError" between cache backends

2013-10-21 Thread Django
#21200: Inconsistent handling of "PickleError" between cache backends -+ Reporter: t.chaumeny@… |Owner: nobody Type: Bug | Status: new

[Django] #21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too

2013-10-21 Thread Django
#21296: settings: adding a the unix socket dir path in DATABASES HOST works for postgres too ---+ Reporter: rm_| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |

Re: [Django] #21238: `ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache

2013-10-21 Thread Django
#21238: `ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache -+ Reporter: dulaccc |Owner: nobody Type: Bug |

Re: [Django] #10244: FileFields can't be set to NULL in the db

2013-10-21 Thread Django
#10244: FileFields can't be set to NULL in the db -+- Reporter: oyvind |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #21294: Clarification of documentation logout next_page in GET

2013-10-21 Thread Django
#21294: Clarification of documentation logout next_page in GET --+ Reporter: wim@… |Owner: nobody Type: Cleanup/optimization | Status: new Component: