[Django] #25553: Add lazy version of admin_static's static

2015-10-13 Thread Django
#25553: Add lazy version of admin_static's static ---+ Reporter: dsanders11 | Owner: nobody Type: New feature| Status: new Component: contrib.admin |Version: master Severity: Normal |

Re: [Django] #25553: Add lazy version of admin_static's static

2015-10-13 Thread Django
#25553: Add lazy version of admin_static's static ---+ Reporter: dsanders11 | Owner: nobody Type: New feature| Status: new Component: contrib.admin |Version: master Severity: Normal |

Re: [Django] #25517: Concat() database function is not idempotent in SQLite

2015-10-13 Thread Django
#25517: Concat() database function is not idempotent in SQLite -+- Reporter: wsmith323|Owner: jarshwah Type: Bug | Status: assigned

Re: [Django] #25475: Database function strftime with argument %W fails in 1.9a1

2015-10-13 Thread Django
#25475: Database function strftime with argument %W fails in 1.9a1 -+- Reporter: vtbassmatt |Owner: nobody Type: Bug | Status: new

Re: [Django] #25470: Serious performance impact (500x slower!) when querying distinct model dates objects

2015-10-13 Thread Django
#25470: Serious performance impact (500x slower!) when querying distinct model dates objects -+- Reporter: stanleyxu2005|Owner: felixxm Type: |

Re: [Django] #25475: Database function strftime with argument %W fails in 1.9a1

2015-10-13 Thread Django
#25475: Database function strftime with argument %W fails in 1.9a1 -+- Reporter: vtbassmatt |Owner: nobody Type: Bug | Status: new

Re: [Django] #25552: Admin readonly field help text show 'None'

2015-10-13 Thread Django
#25552: Admin readonly field help text show 'None' ---+-- Reporter: iici-gli |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

[Django] #25552: Admin readonly field help text show 'None'

2015-10-13 Thread Django
#25552: Admin readonly field help text show 'None' ---+--- Reporter: iici-gli | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.8 Severity: Normal |

Re: [Django] #25551: makemigrations when adding a ForeignKey to a newly created model along with a unique_together constraint must create fields before the unique_together constraint

2015-10-13 Thread Django
#25551: makemigrations when adding a ForeignKey to a newly created model along with a unique_together constraint must create fields before the unique_together constraint + Reporter: mssnlayam |Owner:

Re: [Django] #25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey

2015-10-13 Thread Django
#25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey ---+-- Reporter: yaniv14|Owner: nobody Type: Bug| Status: closed

[Django] #25551: makemigrations when adding a ForeignKey to a newly created model along with a unique_together constraint must create fields before the unique_together constraint

2015-10-13 Thread Django
#25551: makemigrations when adding a ForeignKey to a newly created model along with a unique_together constraint must create fields before the unique_together constraint + Reporter: mssnlayam | Owner: nobody Type: Bug

Re: [Django] #25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey

2015-10-13 Thread Django
#25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey ---+-- Reporter: yaniv14|Owner: nobody Type: Bug| Status: new

Re: [Django] #25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey

2015-10-13 Thread Django
#25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey ---+-- Reporter: yaniv14|Owner: nobody Type: Bug| Status: new

Re: [Django] #25542: Discover runner will raise AttributeError when test modules raise ImportError

2015-10-13 Thread Django
#25542: Discover runner will raise AttributeError when test modules raise ImportError ---+-- Reporter: hirokiky |Owner: nobody Type: Bug| Status:

Re: [Django] #25549: auth_user_password_change URL is undocumented

2015-10-13 Thread Django
#25549: auth_user_password_change URL is undocumented --+ Reporter: googol7 |Owner: Anagha22 Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #25531: Document the fact that admin_order_field allows query lookups

2015-10-13 Thread Django
#25531: Document the fact that admin_order_field allows query lookups -+- Reporter: rfleschenberg|Owner: Type: | Gayathrimenakath Cleanup/optimization

Re: [Django] #25549: auth_user_password_change URL is undocumented

2015-10-13 Thread Django
#25549: auth_user_password_change URL is undocumented --+ Reporter: googol7 |Owner: Anagha22 Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #25473: Consistently use dashes instead of underscores in URL names

2015-10-13 Thread Django
#25473: Consistently use dashes instead of underscores in URL names -+- Reporter: guettli |Owner: Type: | Gayathrimenakath Cleanup/optimization

Re: [Django] #25473: Consistently use dashes instead of underscores in URL names

2015-10-13 Thread Django
#25473: Consistently use dashes instead of underscores in URL names -+- Reporter: guettli |Owner: Type: | Gayathrimenakath Cleanup/optimization

Re: [Django] #25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey (was: Model objects not showing after changing M2M to ForeinKey)

2015-10-13 Thread Django
#25537: Model objects not showing on admin changelist page after changing M2M to ForeignKey ---+-- Reporter: yaniv14|Owner: nobody Type: Bug| Status: new

Re: [Django] #25537: Model objects not showing after changing M2M to ForeinKey

2015-10-13 Thread Django
#25537: Model objects not showing after changing M2M to ForeinKey ---+-- Reporter: yaniv14|Owner: nobody Type: Bug| Status: new Component: contrib.admin

Re: [Django] #25519: "View Site" in admin shows wrong URL if site is not hosted at root

2015-10-13 Thread Django
#25519: "View Site" in admin shows wrong URL if site is not hosted at root --+ Reporter: DheerendraRathor |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #25549: auth_user_password_change URL is undocumented (was: auth_user_password_change is undocumented)

2015-10-13 Thread Django
#25549: auth_user_password_change URL is undocumented --+ Reporter: googol7 |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #25545: The ORM generates incorrect queries for m2m with disabled backward relations

2015-10-13 Thread Django
#25545: The ORM generates incorrect queries for m2m with disabled backward relations -+- Reporter: ellmetha |Owner: nobody Type: Bug | Status:

Re: [Django] #24156: inherited manytomany.all() empty when 2 or more inherited model from abstract one

2015-10-13 Thread Django
#24156: inherited manytomany.all() empty when 2 or more inherited model from abstract one -+- Reporter: Pawamoy |Owner: coldmind Type: Bug |

Re: [Django] #25550: Deprecate direct assignment to the reverse side of a related set

2015-10-13 Thread Django
#25550: Deprecate direct assignment to the reverse side of a related set -+- Reporter: timgraham|Owner: nobody Type: | Status: new

[Django] #25550: Deprecate direct assignment to the reverse side of a related set

2015-10-13 Thread Django
#25550: Deprecate direct assignment to the reverse side of a related set -+- Reporter: timgraham | Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #25549: auth_user_password_change is undocumented

2015-10-13 Thread Django
#25549: auth_user_password_change is undocumented ---+ Reporter: googol7| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.8 Severity: Normal |

Re: [Django] #25545: The ORM generates incorrect queries for m2m with disabled backward relations

2015-10-13 Thread Django
#25545: The ORM generates incorrect queries for m2m with disabled backward relations -+- Reporter: ellmetha |Owner: nobody Type: Bug | Status: