Re: [Django] #23463: Add Historical models note to upload_to/limit_choices_to sections

2014-09-13 Thread Django
#23463: Add Historical models note to upload_to/limit_choices_to sections --+ Reporter: jpadilla |Owner: Type: Cleanup/optimization | Status: new Componen

[django/django] 642692: Fixed broken link in 1.7 release notes.

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6426928f5665953b93f6887e9bf9eadfb03489b6 https://github.com/django/django/commit/6426928f5665953b93f6887e9bf9eadfb03489b6 Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M doc

[django/django] 6072f1: Factorized create_index_sql expression

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6072f17d09cbe8b7cecfbfa1a253d0a4f2152170 https://github.com/django/django/commit/6072f17d09cbe8b7cecfbfa1a253d0a4f2152170 Author: Claude Paroz Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M d

Re: [Django] #23397: Multipart base64 file decoding of fails with large files when the encoded string contains newlines.

2014-09-13 Thread Django
#23397: Multipart base64 file decoding of fails with large files when the encoded string contains newlines. ---+ Reporter: jhobbs |Owner: nobody Type: Bug| Sta

[django/django] e1424b: Fixed #23397 -- Stripped whitespace from base64 du...

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e1424b237003723c12400b5e1cfd95c87650e62b https://github.com/django/django/commit/e1424b237003723c12400b5e1cfd95c87650e62b Author: Jason Hobbs Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M dj

[django/django] 22bfc4: Fixed #23466 -- Removed seconds from all locale ti...

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 22bfc451467ec6e13044a87a97cf00e9f8a845e4 https://github.com/django/django/commit/22bfc451467ec6e13044a87a97cf00e9f8a845e4 Author: Malte Beckmann Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Internationali

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23273: MigrationRecorder does not obey db_router allow_migrate rules

2014-09-13 Thread Django
#23273: MigrationRecorder does not obey db_router allow_migrate rules + Reporter: froomzy |Owner: nobody Type: Bug | Status: new Component: Migrations |

Re: [Django] #23482: SingleObjectMixin.get_object() should allow lookup by BOTH pk and slug

2014-09-13 Thread Django
#23482: SingleObjectMixin.get_object() should allow lookup by BOTH pk and slug ---+ Reporter: jdufresne |Owner: nobody Type: New feature| Status: new Component: Gene

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23473: Django prompts to create new migrations when none are needed when a class is used in a field declaration

2014-09-13 Thread Django
#23473: Django prompts to create new migrations when none are needed when a class is used in a field declaration +-- Reporter: dlo |Owner: nobody Type: Bug | Statu

Re: [Django] #23461: Add EMAIL_TIMEOUT setting

2014-09-13 Thread Django
#23461: Add EMAIL_TIMEOUT setting -+ Reporter: timgraham|Owner: jpadilla Type: New feature | Status: closed Component: Core (Mail) | Version: master

[django/django] 5472d1: Fixed #23461 -- Added EMAIL_TIMEOUT setting

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 5472d18e3193050f5b9a25b71852ca7b77f852a5 https://github.com/django/django/commit/5472d18e3193050f5b9a25b71852ca7b77f852a5 Author: José Padilla Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M d

[django/django] d1190a: [1.7.x] Forwardported 1.4.16 release notes.

2014-09-13 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: d1190a164607941e6fbe726589c563860ca8741c https://github.com/django/django/commit/d1190a164607941e6fbe726589c563860ca8741c Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths:

[django/django] 452587: [1.6.x] Forwardported 1.4.16 release notes.

2014-09-13 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 452587aba858820bdde317083a8a67abf56dcec0 https://github.com/django/django/commit/452587aba858820bdde317083a8a67abf56dcec0 Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths:

[django/django] 0ae790: Forwardported 1.4.16 release notes.

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 0ae79014c09f4ddd2575f53371d994773d0bd43c https://github.com/django/django/commit/0ae79014c09f4ddd2575f53371d994773d0bd43c Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M doc

Re: [Django] #23483: Having two dotted app names with the same last part breaks migrations

2014-09-13 Thread Django
#23483: Having two dotted app names with the same last part breaks migrations -+- Reporter: szilveszter |Owner: szilveszter Type: Bug | Status: closed Compon

[django/django] 4b8798: [1.7.x] Added 1.7.1 release notes for refs #23483.

2014-09-13 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 4b8798cfb9465af1b65ec3cba7ee10b8f969a363 https://github.com/django/django/commit/4b8798cfb9465af1b65ec3cba7ee10b8f969a363 Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths:

Re: [Django] #23483: Having two dotted app names with the same last part breaks migrations

2014-09-13 Thread Django
#23483: Having two dotted app names with the same last part breaks migrations -+- Reporter: szilveszter |Owner: szilveszter Type: Bug | Status: closed Compon

[django/django] 08042f: Added 1.7.1 release notes for refs #23483.

2014-09-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 08042f1a73ce6b0feca7a80fc6afc121928b8702 https://github.com/django/django/commit/08042f1a73ce6b0feca7a80fc6afc121928b8702 Author: Tim Graham Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths: M doc

Re: [Django] #23433: Django installs /usr/bin/django-admin and /usr/bin/django-admin.py

2014-09-13 Thread Django
#23433: Django installs /usr/bin/django-admin and /usr/bin/django-admin.py -+- Reporter: Arfrever |Owner: nobody Type: | Status: new Cle

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23463: Add Historical models note to upload_to/limit_choices_to sections

2014-09-13 Thread Django
#23463: Add Historical models note to upload_to/limit_choices_to sections --+ Reporter: jpadilla |Owner: Type: Cleanup/optimization | Status: new Componen

Re: [Django] #23464: Random exception when running unit tests.

2014-09-13 Thread Django
#23464: Random exception when running unit tests. --+-- Reporter: erikcw|Owner: nobody Type: Bug | Status: closed Component: Core (Other) |

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23466: Removing seconds from locale formats

2014-09-13 Thread Django
#23466: Removing seconds from locale formats --+ Reporter: maltebeckmann |Owner: nobody Type: Cleanup/optimization | Status: new Component: Internationalizat

Re: [Django] #23482: SingleObjectMixin.get_object() should allow lookup by BOTH pk and slug

2014-09-13 Thread Django
#23482: SingleObjectMixin.get_object() should allow lookup by BOTH pk and slug ---+ Reporter: jdufresne |Owner: nobody Type: New feature| Status: new Component: Gene

Re: [Django] #23478: Wrong help for sqlmigrate management command

2014-09-13 Thread Django
#23478: Wrong help for sqlmigrate management command -+- Reporter: g1itch |Owner: nobody Type: Bug | Status: closed Component: Core (Ma

[django/django] 31309d: [1.7.x] Fixed #23478 -- Complemented sqlmigrate co...

2014-09-13 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 31309d4722aa5e08d10733f8cf36d3184799044b https://github.com/django/django/commit/31309d4722aa5e08d10733f8cf36d3184799044b Author: Claude Paroz Date: 2014-09-13 (Sat, 13 Sep 2014) Changed paths:

Re: [Django] #23478: Wrong help for sqlmigrate management command

2014-09-13 Thread Django
#23478: Wrong help for sqlmigrate management command -+- Reporter: g1itch |Owner: nobody Type: Bug | Status: new Component: Core (Manag

Re: [Django] #23477: test failures run from 1.7; test_serialize, test_simple_migration

2014-09-13 Thread Django
#23477: test failures run from 1.7; test_serialize, test_simple_migration ---+-- Reporter: idella |Owner: nobody Type: Uncategorized | Status: closed Comp