Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #17002: ManyToManyField through a model which extends some other model

2016-08-18 Thread Django
#17002: ManyToManyField through a model which extends some other model -+- Reporter: mitar|Owner: | InvalidInterrupt Type: Bug

Re: [Django] #25854: Remove deprecated usage of template.render() with RequestContext in docs

2016-08-18 Thread Django
#25854: Remove deprecated usage of template.render() with RequestContext in docs ---+- Reporter: stephanm |Owner: alasdairnicol Type: Bug| Status: closed

Re: [Django] #25854: Remove deprecated usage of template.render() with RequestContext in docs

2016-08-18 Thread Django
#25854: Remove deprecated usage of template.render() with RequestContext in docs ---+- Reporter: stephanm |Owner: alasdairnicol Type: Bug| Status: new Co

Re: [Django] #25854: Remove deprecated usage of template.render() with RequestContext in docs

2016-08-18 Thread Django
#25854: Remove deprecated usage of template.render() with RequestContext in docs ---+- Reporter: stephanm |Owner: alasdairnicol Type: Bug| Status: new Co

Re: [Django] #26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment

2016-08-18 Thread Django
#26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment --+ Reporter: akx |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment

2016-08-18 Thread Django
#26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment --+ Reporter: akx |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment

2016-08-18 Thread Django
#26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment --+ Reporter: akx |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #22900: ugettext_lazy with arguments causes RuntimeError

2016-08-18 Thread Django
#22900: ugettext_lazy with arguments causes RuntimeError --+ Reporter: Karmux|Owner: nobody Type: Cleanup/optimization | Status: new Component: Docum

Re: [Django] #27068: Acquire form's initial data more consistently

2016-08-18 Thread Django
#27068: Acquire form's initial data more consistently ---+- Reporter: jdufresne |Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #26040: Streaming Large CSV Files Example Incorrect

2016-08-18 Thread Django
#26040: Streaming Large CSV Files Example Incorrect -+- Reporter: przerull |Owner: nobody Type: Bug | Status: new Component: Documentatio

Re: [Django] #23485: Add deeper bookmarks to Django Docs PDF

2016-08-18 Thread Django
#23485: Add deeper bookmarks to Django Docs PDF -+- Reporter: kutenai |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #23485: Add deeper bookmarks to Django Docs PDF

2016-08-18 Thread Django
#23485: Add deeper bookmarks to Django Docs PDF -+- Reporter: kutenai |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #23485: Add deeper bookmarks to Django Docs PDF

2016-08-18 Thread Django
#23485: Add deeper bookmarks to Django Docs PDF -+- Reporter: kutenai |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #25227: Promote modifying form.instance directly instead of using ModelForm.save(commit=False)

2016-08-18 Thread Django
#25227: Promote modifying form.instance directly instead of using ModelForm.save(commit=False) --+ Reporter: candeira |Owner: candeira Type: Cleanup/optimization |

Re: [Django] #25258: ExpressionWrapper documentation should be expanded

2016-08-18 Thread Django
#25258: ExpressionWrapper documentation should be expanded -+- Reporter: tarkatronic |Owner: nobody Type: | Status: closed Cleanup/optimiza

Re: [Django] #25344: Document that prefetch_related() cache doesn't change unless it's refetched from the database

2016-08-18 Thread Django
#25344: Document that prefetch_related() cache doesn't change unless it's refetched from the database --+ Reporter: TankOs|Owner: nobody Type: Cleanup/optimization |

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

2016-08-18 Thread Django
#25475: Database function strftime with argument %W fails in 1.9a1 --+ Reporter: vtbassmatt|Owner: nobody Type: Cleanup/optimization | Status: new Compone

Re: [Django] #24650: Migration changing db_table and managed not creating new table

2016-08-18 Thread Django
#24650: Migration changing db_table and managed not creating new table --+ Reporter: duduklein |Owner: nobody Type: Cleanup/optimization | Status: new Com

Re: [Django] #26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment

2016-08-18 Thread Django
#26807: Document how to replicate SubfieldBase behavior of calling to_python on assignment --+ Reporter: akx |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #25765: makemigrations and app_label are incompatible

2016-08-18 Thread Django
#25765: makemigrations and app_label are incompatible --+ Reporter: ograycode |Owner: Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #25854: Remove deprecated usage of template.render() with RequestContext in docs

2016-08-18 Thread Django
#25854: Remove deprecated usage of template.render() with RequestContext in docs ---+- Reporter: stephanm |Owner: alasdairnicol Type: Bug| Status: new Co

Re: [Django] #22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases

2016-08-18 Thread Django
#22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases -+- Reporter: Koterpillar |Owner: cjerdonek Type: Bug |

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized |

Re: [Django] #27018: Admin views in admindocs crash with AttributeError

2016-08-18 Thread Django
#27018: Admin views in admindocs crash with AttributeError ---+ Reporter: MarkusH|Owner: helenst Type: Bug| Status: assigned Component: contri

Re: [Django] #27089: Add the database alias to InconsistentMigrationHistory message (was: Add the datbase alias to InconsistentMigrationHistory message)

2016-08-18 Thread Django
#27089: Add the database alias to InconsistentMigrationHistory message -+- Reporter: aholmback|Owner: timgraham Type: | Status: assigned

Re: [Django] #27068: Acquire form's initial data more consistently

2016-08-18 Thread Django
#27068: Acquire form's initial data more consistently ---+- Reporter: jdufresne |Owner: nobody Type: Bug| Status: new Component: Forms | Ve

Re: [Django] #27089: Add the datbase alias to InconsistentMigrationHistory message (was: commands/makemigrations.py runs MigrationLoader.check_consistent_history() for all database connections)

2016-08-18 Thread Django
#27089: Add the datbase alias to InconsistentMigrationHistory message -+- Reporter: aholmback|Owner: timgraham Type: | Status: assigned

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

[Django] #27089: commands/makemigrations.py runs MigrationLoader.check_consistent_history() for all database connections

2016-08-18 Thread Django
#27089: commands/makemigrations.py runs MigrationLoader.check_consistent_history() for all database connections + Reporter: aholmback | Owner: nobody Type: Bug | Status: new Component: Migrations |Versio

Re: [Django] #15902: Storing current language in session/cookie

2016-08-18 Thread Django
#15902: Storing current language in session/cookie -+- Reporter: msiedlarek |Owner: | msiedlarek Type: New feature |

Re: [Django] #25871: Allow expressions in values() queryset method

2016-08-18 Thread Django
#25871: Allow expressions in values() queryset method -+- Reporter: jarshwah |Owner: Ian-Foote Type: New feature | Status: closed Component: Data

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #27063: Regex url routing + Localization (prefix_default_language)

2016-08-18 Thread Django
#27063: Regex url routing + Localization (prefix_default_language) -+- Reporter: keithhackbarth |Owner: nobody Type: Bug | Status: new Component

Re: [Django] #27073: Overridden model managers shouldn't appear in _meta.managers

2016-08-18 Thread Django
#27073: Overridden model managers shouldn't appear in _meta.managers -+- Reporter: timgraham|Owner: nobody Type: Bug | Status: closed Comp

Re: [Django] #27073: Overridden model managers shouldn't appear in _meta.managers

2016-08-18 Thread Django
#27073: Overridden model managers shouldn't appear in _meta.managers -+- Reporter: timgraham|Owner: nobody Type: Bug | Status: closed Comp

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #27088: GEOSGeometry should accept Python 2.7 memoryview

2016-08-18 Thread Django
#27088: GEOSGeometry should accept Python 2.7 memoryview + Reporter: carljm |Owner: nobody Type: Bug | Status: new Component: GIS | Version: 1.10

Re: [Django] #27087: Document that flush does not affect unmanaged models

2016-08-18 Thread Django
#27087: Document that flush does not affect unmanaged models -+- Reporter: rjschave |Owner: nobody Type: | Status: new Cleanup/optimizat

[Django] #27088: GEOSGeometry should accept Python 2.7 memoryview

2016-08-18 Thread Django
#27088: GEOSGeometry should accept Python 2.7 memoryview --+ Reporter: carljm | Owner: nobody Type: Bug | Status: new Component: GIS |Versio

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #27073: Overridden model managers shouldn't appear in _meta.managers (was: Checks framework doesn't ignore overridden model managers)

2016-08-18 Thread Django
#27073: Overridden model managers shouldn't appear in _meta.managers -+- Reporter: timgraham|Owner: nobody Type: Bug | Status: new Compone

[Django] #27087: Document that flush does not affect unmanaged models

2016-08-18 Thread Django
#27087: Document that flush does not affect unmanaged models --+ Reporter: rjschave | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: Seve

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #27018: Admin views in admindocs crash with AttributeError

2016-08-18 Thread Django
#27018: Admin views in admindocs crash with AttributeError ---+ Reporter: MarkusH|Owner: helenst Type: Bug| Status: assigned Component: contri

Re: [Django] #27084: Admin site does not listen to database routers when adding objects

2016-08-18 Thread Django
#27084: Admin site does not listen to database routers when adding objects -+- Reporter: Jibodeah |Owner: nobody Type: Bug | Status: closed

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool |Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool |Owner: nobody Type: Cleanup/optimization | Status: new Componen

[Django] #27086: running servers.tests hangs in parallel mode

2016-08-18 Thread Django
#27086: running servers.tests hangs in parallel mode ---+ Reporter: cjerdonek | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: master Severity: Normal | Ke

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool |Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: nobody Type: | Status: new Cleanup/opti

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version:

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version:

[Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-18 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" --+ Reporter: pluralschool | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.1

Re: [Django] #27073: Checks framework doesn't ignore overridden model managers

2016-08-18 Thread Django
#27073: Checks framework doesn't ignore overridden model managers -+- Reporter: timgraham|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #27018: Admin views in admindocs crash with AttributeError

2016-08-18 Thread Django
#27018: Admin views in admindocs crash with AttributeError ---+ Reporter: MarkusH|Owner: helenst Type: Bug| Status: assigned Component: contri

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

[Django] #27084: Admin site does not listen to database routers when adding objects

2016-08-18 Thread Django
#27084: Admin site does not listen to database routers when adding objects ---+- Reporter: Jibodeah | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.10

Re: [Django] #26998: admin.E013 check false positive on django-taggit

2016-08-18 Thread Django
#26998: admin.E013 check false positive on django-taggit ---+ Reporter: aaugustin |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #25181: Move views.generic.dates.timezone_today() to utils.timezone

2016-08-18 Thread Django
#25181: Move views.generic.dates.timezone_today() to utils.timezone -+ Reporter: timgraham|Owner: kswiat Type: New feature | Status: assigned Component: Utilities|

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27081: Allow migrations to serialize methods on pypy (was: DateField with current date intitialisation pypy migration issue)

2016-08-18 Thread Django
#27081: Allow migrations to serialize methods on pypy + Reporter: Kurdakov|Owner: nobody Type: Bug | Status: new Component: Migrations | Version

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #27083: Problems with ETag parsing and comparison

2016-08-18 Thread Django
#27083: Problems with ETag parsing and comparison ---+ Reporter: marfire|Owner: marfire Type: Bug| Status: assigned Component: HTTP handling |

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #27054: makemigrations tries to create django_migrations in external database

2016-08-18 Thread Django
#27054: makemigrations tries to create django_migrations in external database --+ Reporter: SydneyUniLibrary-Jim |Owner: nobody Type: Bug | Status: clos

Re: [Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given -+-- Reporter: bmispelon|Owner: nobody Type: New feature | Status: new Component: Uti

Re: [Django] #27054: makemigrations tries to create django_migrations in external database

2016-08-18 Thread Django
#27054: makemigrations tries to create django_migrations in external database --+ Reporter: SydneyUniLibrary-Jim |Owner: nobody Type: Bug | Status: clos

Re: [Django] #27083: Problems with ETag parsing and comparison

2016-08-18 Thread Django
#27083: Problems with ETag parsing and comparison ---+-- Reporter: marfire|Owner: marfire Type: Bug| Status: assigned Component: HTTP handling |

[Django] #27083: Problems with ETag parsing and comparison

2016-08-18 Thread Django
#27083: Problems with ETag parsing and comparison ---+ Reporter: marfire| Owner: nobody Type: Bug| Status: new Component: HTTP handling |Version: master Severity: Normal | Keywo

Re: [Django] #27074: connection.is_usable() raises AttributeError after the connection is closed

2016-08-18 Thread Django
#27074: connection.is_usable() raises AttributeError after the connection is closed -+- Reporter: cjerdonek|Owner: nobody Type: | Status:

Re: [Django] #25476: Use pg_catalog tables to introspect constraints

2016-08-18 Thread Django
#25476: Use pg_catalog tables to introspect constraints -+- Reporter: heasus |Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #27082: Make timezone.localtime() default to timezone.now() when no value is given

2016-08-18 Thread Django
#27082: Make timezone.localtime() default to timezone.now() when no value is given ---+ Reporter: bmispelon| Owner: nobody Type: New feature | Status: new Component