[django/django] 537f59: [1.7.x] Link new testing tools document from main ...

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 537f5905c9877d7a57031d23d9489528b89de554 https://github.com/django/django/commit/537f5905c9877d7a57031d23d9489528b89de554 Author: Ramiro Morales Date: 2014-05-10 (Sat, 10 May

Re: [Django] #22609: Allow specifying the form field when instantiating a model field

2014-05-10 Thread Django
#22609: Allow specifying the form field when instantiating a model field ---+-- Reporter: django@… |Owner: nobody Type: Uncategorized | Status: new Component:

[django/django] 63df88: Link new testing tools document from main index.

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 63df886df728c35d3b12da6a03062b46d84d8978 https://github.com/django/django/commit/63df886df728c35d3b12da6a03062b46d84d8978 Author: Ramiro Morales Date: 2014-05-10 (Sat, 10 May 2014)

Re: [Django] #22609: Allow specifying the form field when instantiating a model field

2014-05-10 Thread Django
#22609: Allow specifying the form field when instantiating a model field ---+-- Reporter: django@… |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #22609: Allow specifying the form field when instantiating a model field

2014-05-10 Thread Django
#22609: Allow specifying the form field when instantiating a model field ---+ Reporter: django@… | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.6 Severity:

[django/django] 8ebf38: [1.6.x] Fix typo in release notes.

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 8ebf38b7a4ad4b0ca2dfec965d3eac6f8df25016 https://github.com/django/django/commit/8ebf38b7a4ad4b0ca2dfec965d3eac6f8df25016 Author: Ramiro Morales Date: 2014-05-10 (Sat, 10 May

[django/django] 8cf6c5: [1.7.x] Fixed a few release notes typos.

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 8cf6c5c789d9b687e373e0d08cc483885b0daea3 https://github.com/django/django/commit/8cf6c5c789d9b687e373e0d08cc483885b0daea3 Author: Ramiro Morales Date: 2014-05-10 (Sat, 10 May

[django/django] 38036e: Fixed a few release notes typos.

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 38036e16c8fc7a1f7438f86dca12d667d7b300f1 https://github.com/django/django/commit/38036e16c8fc7a1f7438f86dca12d667d7b300f1 Author: Ramiro Morales Date: 2014-05-10 (Sat, 10 May 2014)

Re: [Django] #22568: FK to proxy model breaks migrate

2014-05-10 Thread Django
#22568: FK to proxy model breaks migrate -+-- Reporter: leftmoose|Owner: davids Type: Bug | Status: assigned Component: Migrations |

Re: [Django] #22563: Migration of admin.LogEntry.user fails.

2014-05-10 Thread Django
#22563: Migration of admin.LogEntry.user fails. -+ Reporter: efrinut@…|Owner: andrewgodwin Type: Bug | Status: new Component: Migrations |

Re: [Django] #22563: Migration of admin.LogEntry.user fails.

2014-05-10 Thread Django
#22563: Migration of admin.LogEntry.user fails. -+ Reporter: efrinut@…|Owner: andrewgodwin Type: Bug | Status: new Component: Migrations |

Re: [Django] #21634: Lis of installed apps set to empty when ImproperlyConfigured exception is raised

2014-05-10 Thread Django
#21634: Lis of installed apps set to empty when ImproperlyConfigured exception is raised -+- Reporter: nikolay.v.golub@…|Owner: nobody Type: |

[Django] #22608: migrations slow (due to double working?)

2014-05-10 Thread Django
#22608: migrations slow (due to double working?) --+ Reporter: davids| Owner: nobody Type: Cleanup/optimization | Status: new Component: Migrations|Version: 1.7-beta-2

Re: [Django] #21685: admin_doc/model_index.html should use application names

2014-05-10 Thread Django
#21685: admin_doc/model_index.html should use application names --+ Reporter: aaugustin |Owner: mrshu Type: Cleanup/optimization | Status: closed

[django/django] 9d0ebc: [1.7.x] Fixed #21685 -- Displayed app verbose name...

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 9d0ebceb324ebb13b6d859153f95b2ef0c7c326b https://github.com/django/django/commit/9d0ebceb324ebb13b6d859153f95b2ef0c7c326b Author: Claude Paroz Date: 2014-05-10 (Sat, 10 May

[django/django] 4cf82e: Fixed #21685 -- Displayed app verbose name in admi...

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4cf82e5bcf87e0d5419d941c2ef7ec8855801319 https://github.com/django/django/commit/4cf82e5bcf87e0d5419d941c2ef7ec8855801319 Author: Claude Paroz Date: 2014-05-10 (Sat, 10 May 2014)

Re: [Django] #21685: admin_doc/model_index.html should use application names

2014-05-10 Thread Django
#21685: admin_doc/model_index.html should use application names --+ Reporter: aaugustin |Owner: mrshu Type: Cleanup/optimization | Status: closed

[django/django] b6d321: [1.6.x] Fixed #22508 -- Avoided overwriting select...

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: b6d3212190b114f1ef90d7ee9edcdae046432779 https://github.com/django/django/commit/b6d3212190b114f1ef90d7ee9edcdae046432779 Author: Aymeric Augustin Date: 2014-05-10 (Sat,

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-05-10 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

[django/django] e9d0ef: [1.7.x] Fixed #22508 -- Avoided overwriting select...

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: e9d0ef19bc87aafd71d513cd927db2655267809b https://github.com/django/django/commit/e9d0ef19bc87aafd71d513cd927db2655267809b Author: Aymeric Augustin Date: 2014-05-10 (Sat,

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-05-10 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-05-10 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

[django/django] f57422: Fixed #22508 -- Avoided overwriting select_related...

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f574220f0988f3aa1aca4f133887fbde0e5a6f10 https://github.com/django/django/commit/f574220f0988f3aa1aca4f133887fbde0e5a6f10 Author: Aymeric Augustin Date: 2014-05-10 (Sat, 10 May

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-05-10 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

Re: [Django] #22568: FK to proxy model breaks migrate

2014-05-10 Thread Django
#22568: FK to proxy model breaks migrate -+-- Reporter: leftmoose|Owner: davids Type: Bug | Status: assigned Component: Migrations |

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-05-10 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

Re: [Django] #10190: Charset should be customizable with HttpResponse

2014-05-10 Thread Django
#10190: Charset should be customizable with HttpResponse -+- Reporter: Wonlay |Owner: Type: New feature | Status: new Component: HTTP handling

[django/django] c54fb3: [1.7.x] Adjusted refactoring of vendor checks.

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: c54fb3d922fdcd00c4e17676fe4cdaa3a3f6f6d8 https://github.com/django/django/commit/c54fb3d922fdcd00c4e17676fe4cdaa3a3f6f6d8 Author: Aymeric Augustin Date: 2014-05-10 (Sat,

[django/django] fb90b7: Adjusted refactoring of vendor checks.

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: fb90b7cda2f57c6b58778476d654473854317361 https://github.com/django/django/commit/fb90b7cda2f57c6b58778476d654473854317361 Author: Aymeric Augustin Date: 2014-05-10 (Sat, 10 May

Re: [Django] #22502: Datetime fields break empty form validation on first attempt (but not second)

2014-05-10 Thread Django
#22502: Datetime fields break empty form validation on first attempt (but not second) --+ Reporter: melinath |Owner: melinath Type: Bug | Status: closed Component: Forms

[django/django] 0c1980: [1.7.x] Fixed #22502 -- Fixed microseconds/default...

2014-05-10 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 0c198035e958a3caa0bd1e0fd9f419bf1308399d https://github.com/django/django/commit/0c198035e958a3caa0bd1e0fd9f419bf1308399d Author: Stephen Burrows Date: 2014-05-10 (Sat,

[django/django] a5de0d: Fixed #22502 -- Fixed microseconds/default/form in...

2014-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: a5de0df58b5431b25a3246a57432db73843be87f https://github.com/django/django/commit/a5de0df58b5431b25a3246a57432db73843be87f Author: Stephen Burrows Date: 2014-05-10 (Sat, 10

Re: [Django] #22502: Datetime fields break empty form validation on first attempt (but not second)

2014-05-10 Thread Django
#22502: Datetime fields break empty form validation on first attempt (but not second) --+ Reporter: melinath |Owner: melinath Type: Bug | Status: closed Component: Forms

Re: [Django] #17642: min_num on admin inline formsets

2014-05-10 Thread Django
#17642: min_num on admin inline formsets -+- Reporter: |Owner: krzysztof.szczesny@… | asteinlein Type: New feature | Status:

Re: [Django] #22502: Datetime fields break empty form validation on first attempt (but not second)

2014-05-10 Thread Django
#22502: Datetime fields break empty form validation on first attempt (but not second) --+ Reporter: melinath |Owner: melinath Type: Bug | Status: assigned Component: