[Django] #23748: inspectdb converts auto increment primary keys into primary key models.IntegerField() rather than primary key models.AutoField()

2014-11-01 Thread Django
#23748: inspectdb converts auto increment primary keys into primary key models.IntegerField() rather than primary key models.AutoField() ---+--- Reporter: paulcdejean| Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #5405: Support restructured text in model docstrings

2014-11-01 Thread Django
#5405: Support restructured text in model docstrings -+- Reporter: mattmcc |Owner: zanderle Type: New feature | Status: assigned Component: cont

Re: [Django] #23747: models.AutoField creates ints rather than unsigned ints in mysql

2014-11-01 Thread Django
#23747: models.AutoField creates ints rather than unsigned ints in mysql ---+-- Reporter: paulcdejean|Owner: nobody Type: Uncategorized | Status: new Component: Migratio

Re: [Django] #23742: Option to run Django tests in reverse

2014-11-01 Thread Django
#23742: Option to run Django tests in reverse ---+-- Reporter: wrwrwr |Owner: nobody Type: New feature| Status: new Component: Testing framework |

[Django] #23747: models.AutoField creates ints rather than unsigned ints in mysql

2014-11-01 Thread Django
#23747: models.AutoField creates ints rather than unsigned ints in mysql ---+ Reporter: paulcdejean| Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version: 1.7 Severity: Norm

Re: [Django] #23746: Remedy assertNumQueries dependence on some caches state

2014-11-01 Thread Django
#23746: Remedy assertNumQueries dependence on some caches state ---+-- Reporter: wrwrwr |Owner: nobody Type: Bug| Status: new Component: Testi

[Django] #23746: Remedy assertNumQueries dependence on some caches state

2014-11-01 Thread Django
#23746: Remedy assertNumQueries dependence on some caches state ---+ Reporter: wrwrwr | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: master Sever

Re: [Django] #22295: admin/base.html only shows #user-tools when user is staff

2014-11-01 Thread Django
#22295: admin/base.html only shows #user-tools when user is staff -+- Reporter: wouter@… |Owner: Type: | Status: new Cleanup/optimization

Re: [Django] #13181: ChoiceField.choices need to accept callable, not only list or tuple

2014-11-01 Thread Django
#13181: ChoiceField.choices need to accept callable, not only list or tuple --+ Reporter: mariarchi |Owner: inglesp Type: New feature | Status: assig

Re: [Django] #23744: Minor error in docs for testing with selenium

2014-11-01 Thread Django
#23744: Minor error in docs for testing with selenium --+ Reporter: djbug |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Docum

Re: [Django] #23744: Minor error in docs for testing with selenium

2014-11-01 Thread Django
#23744: Minor error in docs for testing with selenium --+ Reporter: djbug |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Docum

Re: [Django] #23744: Minor error in docs for testing with selenium

2014-11-01 Thread Django
#23744: Minor error in docs for testing with selenium --+ Reporter: djbug |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Docum

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

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

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

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

Re: [Django] #22608: Migrations optimizer slow (due to double working?)

2014-11-01 Thread Django
#22608: Migrations optimizer slow (due to double working?) -+- Reporter: davids |Owner: nobody Type: | Status: new Cleanup/optimizatio

[Django] #23745: Migrations migrate is slow

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

Re: [Django] #23744: Minor error in docs for testing with selenium

2014-11-01 Thread Django
#23744: Minor error in docs for testing with selenium --+ Reporter: djbug |Owner: nobody Type: Cleanup/optimization | Status: new Component: Document

Re: [Django] #22608: Migrations optimizer slow (due to double working?) (was: migrations slow (due to double working?))

2014-11-01 Thread Django
#22608: Migrations optimizer slow (due to double working?) -+- Reporter: davids |Owner: nobody Type: | Status: new Cleanup/optimizatio

[Django] #23744: Minor error in docs for testing with selenium

2014-11-01 Thread Django
#23744: Minor error in docs for testing with selenium ---+ Reporter: djbug | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.7 Severity: Normal | Keyw

Re: [Django] #5405: Support restructured text in model docstrings

2014-11-01 Thread Django
#5405: Support restructured text in model docstrings -+- Reporter: mattmcc |Owner: zanderle Type: New feature | Status: assigned Component: cont

Re: [Django] #23552: Bad request (Error 400) on almost all inline adding calls

2014-11-01 Thread Django
#23552: Bad request (Error 400) on almost all inline adding calls -+- Reporter: nux17|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23743: Add markup support to flatpages

2014-11-01 Thread Django
#23743: Add markup support to flatpages ---+-- Reporter: berkerpeksag |Owner: nobody Type: New feature| Status: new Component: contrib.flatpages |

[Django] #23743: Add markup support to flatpages

2014-11-01 Thread Django
#23743: Add markup support to flatpages ---+ Reporter: berkerpeksag | Owner: nobody Type: New feature| Status: new Component: contrib.flatpages |Version: master Severity: Normal

Re: [Django] #23742: Option to run Django tests in reverse

2014-11-01 Thread Django
#23742: Option to run Django tests in reverse ---+-- Reporter: wrwrwr |Owner: nobody Type: New feature| Status: new Component: Testing framework |

[Django] #23742: Option to run Django tests in reverse

2014-11-01 Thread Django
#23742: Option to run Django tests in reverse ---+ Reporter: wrwrwr | Owner: nobody Type: New feature| Status: new Component: Testing framework |Version: master Severity: Normal

Re: [Django] #23299: Add some interoperability to _() function calls parsing in templatize function.

2014-11-01 Thread Django
#23299: Add some interoperability to _() function calls parsing in templatize function. --+ Reporter: niwibe|Owner: nobody Type: New feature | Sta

Re: [Django] #23299: Add some interoperability to _() function calls parsing in templatize function.

2014-11-01 Thread Django
#23299: Add some interoperability to _() function calls parsing in templatize function. --+ Reporter: niwibe|Owner: nobody Type: New feature | Sta

Re: [Django] #22977: No validation error when ForeignKey related_name clashes with manager name.

2014-11-01 Thread Django
#22977: No validation error when ForeignKey related_name clashes with manager name. --+ Reporter: russellm |Owner: Type: Cleanup/optimization | Status: new

Re: [Django] #23424: Verbatim tag fails to render curly braces

2014-11-01 Thread Django
#23424: Verbatim tag fails to render curly braces -+- Reporter: stephband|Owner: Type: Bug | mountainpaul Component: Template system |

Re: [Django] #23299: Add some interoperability to _() function calls parsing in templatize function.

2014-11-01 Thread Django
#23299: Add some interoperability to _() function calls parsing in templatize function. --+ Reporter: niwibe|Owner: nobody Type: New feature | Sta