Re: [Django] #24687: select_related field validation doesn't work for nested non-relation fields

2015-10-09 Thread Django
#24687: select_related field validation doesn't work for nested non-relation fields -+- Reporter: timgraham|Owner: timgraham Type: Bug | Statu

Re: [Django] #25173: multi-table inheritance: accessing child object after select_related('child') causes extra query (was: Model inheritance and select_related)

2015-10-09 Thread Django
#25173: multi-table inheritance: accessing child object after select_related('child') causes extra query -+- Reporter: illing2005 |Owner: nobody Type: Bug |

Re: [Django] #16043: Specialization cache should be filled/shared with parent object cache (multitable inheritance)

2015-10-09 Thread Django
#16043: Specialization cache should be filled/shared with parent object cache (multitable inheritance) -+- Reporter: zimnyx |Owner: nobody Type: |

Re: [Django] #24687: select_related field validation doesn't work for nested non-relation fields

2015-10-09 Thread Django
#24687: select_related field validation doesn't work for nested non-relation fields -+- Reporter: timgraham|Owner: timgraham Type: Bug | Statu

Re: [Django] #9153: Forms (and formsets) don't always generate valid HTML for hidden fields

2015-10-09 Thread Django
#9153: Forms (and formsets) don't always generate valid HTML for hidden fields -+- Reporter: mtredinnick |Owner: nobody Type: Bug | Status: closed Component: Forms

Re: [Django] #21318: Clarify the ordering of the various Media classes

2015-10-09 Thread Django
#21318: Clarify the ordering of the various Media classes --+ Reporter: leandro.gz73@…|Owner: nobody Type: Cleanup/optimization | Status: new Component: Docu

Re: [Django] #12265: Media (js/css) collection strategy in Forms has no order dependence concept

2015-10-09 Thread Django
#12265: Media (js/css) collection strategy in Forms has no order dependence concept --+ Reporter: tblanchard@… |Owner: nobody Type: Bug | Status: new Component: F

Re: [Django] #18142: sorting in change_list is not distincted

2015-10-09 Thread Django
#18142: sorting in change_list is not distincted ---+ Reporter: nick.mayerhofer@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admin

Re: [Django] #25536: Add support for ptpython shell

2015-10-09 Thread Django
#25536: Add support for ptpython shell -+- Reporter: mdsrosa |Owner: mdsrosa Type: New feature | Status: closed Component: Core (Management

Re: [Django] #14402: help_text is not displayed for ManyToMany raw_id fields

2015-10-09 Thread Django
#14402: help_text is not displayed for ManyToMany raw_id fields ---+ Reporter: tyrion |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #17577: Form instantiation hook for admin

2015-10-09 Thread Django
#17577: Form instantiation hook for admin -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: closed Component: contrib.admin

Re: [Django] #10305: Add a form instantiation hook for contrib.admin add/change views (was: change the way ModelForms are instantiated in add_view, change_view)

2015-10-09 Thread Django
#10305: Add a form instantiation hook for contrib.admin add/change views -+- Reporter: ctao |Owner: nobody Type: New feature | Status: new Com

Re: [Django] #19747: Admin save of non-default database model fails when model contains unique fields

2015-10-09 Thread Django
#19747: Admin save of non-default database model fails when model contains unique fields -+- Reporter: jay@…|Owner: nobody Type: Bug | Sta

Re: [Django] #12713: Fire 'onChange' event when adding a new option to a select box

2015-10-09 Thread Django
#12713: Fire 'onChange' event when adding a new option to a select box ---+ Reporter: mishaaq|Owner: mishaaq Type: New feature| Status: closed Componen

Re: [Django] #12382: Deleting an inline can delete the whole inlined model instance recursively

2015-10-09 Thread Django
#12382: Deleting an inline can delete the whole inlined model instance recursively ---+ Reporter: deschler |Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #14411: Inline delete not prompting cascade delete warning

2015-10-09 Thread Django
#14411: Inline delete not prompting cascade delete warning ---+- Reporter: subsume|Owner: nobody Type: Bug| Status: closed Component: contrib.admin |

Re: [Django] #11634: OpenLayers default position

2015-10-09 Thread Django
#11634: OpenLayers default position --+ Reporter: dalkvist |Owner: nobody Type: Bug | Status: new Component: GIS | Version: master Severity:

Re: [Django] #10919: Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects) (was: admin object deletion confirmation p

2015-10-09 Thread Django
#10919: Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects) + Reporter: tobias |Owner: nobody

Re: [Django] #6237: PicklingError: Can't pickle : attribute lookup django.template.SimpleNode failed

2015-10-09 Thread Django
#6237: PicklingError: Can't pickle : attribute lookup django.template.SimpleNode failed -+- Reporter: Simon Law |Owner: nobody Type: Bug | Status: clos

Re: [Django] #12246: contrib.admin's JavaScript functions should be namespaced (was: Django-admin methods should be wraped in a django object)

2015-10-09 Thread Django
#12246: contrib.admin's JavaScript functions should be namespaced --+ Reporter: italomaia |Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #25536: Add support for ptpython shell

2015-10-09 Thread Django
#25536: Add support for ptpython shell -+- Reporter: mdsrosa |Owner: mdsrosa Type: New feature | Status: assigned Component: Core (Management

Re: [Django] #15665: Inline admins are broken when primary key is not an AutoField and not editable.

2015-10-09 Thread Django
#15665: Inline admins are broken when primary key is not an AutoField and not editable. -+ Reporter: sebastian_noack |Owner: nobody Type: Bug | Status: new C

Re: [Django] #11830: save_model in ModelAdmin and inline model formsets

2015-10-09 Thread Django
#11830: save_model in ModelAdmin and inline model formsets -+- Reporter: nfg |Owner: nobody Type: Bug | Status: closed Component: contrib.admin

Re: [Django] #25536: Add support for ptpython shell

2015-10-09 Thread Django
#25536: Add support for ptpython shell + Reporter: mdsrosa | Owner: nobody Type: New feature | Status: new Component: Core (Management commands) |Version: 1.

Re: [Django] #11941: FilteredMultipleSelect does not render help text

2015-10-09 Thread Django
#11941: FilteredMultipleSelect does not render help text ---+- Reporter: techieone |Owner: nobody Type: Bug| Status: closed Component: Forms | Vers

[Django] #25536: Add support for ptpython shell

2015-10-09 Thread Django
#25536: Add support for ptpython shell +-- Reporter: mdsrosa | Owner: nobody Type: New feature | Status: new Component: Core (Management commands) |Version:

Re: [Django] #7623: Multi-table inheritance: Add the ability create child instance from existing parent (was: Multi-table inheritance: create child instance from existing parent)

2015-10-09 Thread Django
#7623: Multi-table inheritance: Add the ability create child instance from existing parent -+- Reporter: brooks.travis@… |Owner: | elektrrrus Type:

Re: [Django] #24749: contribute_to_class(virtual_only=True) is ignored

2015-10-09 Thread Django
#24749: contribute_to_class(virtual_only=True) is ignored -+- Reporter: hampsterx|Owner: nobody Type: Bug | Status: closed Component: Dat

Re: [Django] #25534: Allow using datetime lookups in QuerySets aggregate calls

2015-10-09 Thread Django
#25534: Allow using datetime lookups in QuerySets aggregate calls -+- Reporter: borfast |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #18012: Propagate reverse foreign keys from proxy models to base class

2015-10-09 Thread Django
#18012: Propagate reverse foreign keys from proxy models to base class -+- Reporter: akaariai |Owner: charettes Type: | Status: assigned

Re: [Django] #24762: Proxy models with children which inherit from the proxy cannot select_related said children

2015-10-09 Thread Django
#24762: Proxy models with children which inherit from the proxy cannot select_related said children -+- Reporter: kezabelle|Owner: nobody Type: Bug |

Re: [Django] #25530: Deferred foreign keys operations fail when the column is changed during the same migration

2015-10-09 Thread Django
#25530: Deferred foreign keys operations fail when the column is changed during the same migration --+ Reporter: simonphilips |Owner: nobody Type: Bug | Status: new

Re: [Django] #25530: Deferred foreign keys operations fail when the column is changed during the same migration

2015-10-09 Thread Django
#25530: Deferred foreign keys operations fail when the column is changed during the same migration --+ Reporter: simonphilips |Owner: nobody Type: Bug | Status: new

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

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

Re: [Django] #25530: Deferred foreign keys operations fail when the column is changed during the same migration

2015-10-09 Thread Django
#25530: Deferred foreign keys operations fail when the column is changed during the same migration --+ Reporter: simonphilips |Owner: nobody Type: Bug | Status: new

Re: [Django] #25476: bug in array handling hit in get_constraints() for psycopg2?

2015-10-09 Thread Django
#25476: bug in array handling hit in get_constraints() for psycopg2? -+- Reporter: heasus |Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #22705: can't bulk create models with no fields

2015-10-09 Thread Django
#22705: can't bulk create models with no fields -+- Reporter: ellery-newcomer@…|Owner: chrisjluc Type: Bug | Status: closed Component: Database l

Re: [Django] #22705: can't bulk create models with no fields

2015-10-09 Thread Django
#22705: can't bulk create models with no fields -+- Reporter: ellery-newcomer@…|Owner: chrisjluc Type: Bug | Status: closed Component: Database l

Re: [Django] #25498: PostGIS Distance lookups use ST_Distance_Sphere() and not ST_Distance()

2015-10-09 Thread Django
#25498: PostGIS Distance lookups use ST_Distance_Sphere() and not ST_Distance() -+- Reporter: iambibhas|Owner: nobody Type: | Status: new

Re: [Django] #25534: Allow using datetime lookups in QuerySets aggregate calls

2015-10-09 Thread Django
#25534: Allow using datetime lookups in QuerySets aggregate calls -+- Reporter: borfast |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #25520: Cascade delete of proxy model children fails with IntegrityErrors

2015-10-09 Thread Django
#25520: Cascade delete of proxy model children fails with IntegrityErrors -+- Reporter: jmurty |Owner: nobody Type: Bug | Status: closed

Re: [Django] #25495: CheckboxSelectMultiple cannot set CSS class of UL

2015-10-09 Thread Django
#25495: CheckboxSelectMultiple cannot set CSS class of UL -+-- Reporter: trolando |Owner: nobody Type: New feature | Status: closed Component: Forms|

Re: [Django] #25513: Refactor the admin paginator customizations to make them reuseable (was: Paginator support for large page counts)

2015-10-09 Thread Django
#25513: Refactor the admin paginator customizations to make them reuseable --+ Reporter: Tuttle|Owner: nobody Type: New feature | Status: new Component: Core (Other

Re: [Django] #25499: Distance lookup not possible with a column value as distance

2015-10-09 Thread Django
#25499: Distance lookup not possible with a column value as distance -+ Reporter: iambibhas|Owner: claudep Type: New feature | Status: closed Component: GIS |

Re: [Django] #25499: Distance lookup not possible with a column value as distance

2015-10-09 Thread Django
#25499: Distance lookup not possible with a column value as distance -+ Reporter: iambibhas|Owner: claudep Type: New feature | Status: new Component: GIS |

Re: [Django] #25535: ForeignObject checks are too strict

2015-10-09 Thread Django
#25535: ForeignObject checks are too strict -+- Reporter: acatton |Owner: nobody Type: New feature | Status: new Component: Core (System

Re: [Django] #25535: ForeignObject checks are too strict

2015-10-09 Thread Django
#25535: ForeignObject checks are too strict -+- Reporter: acatton |Owner: nobody Type: New feature | Status: new Component: Core (System

Re: [Django] #25532: JSONField form field double encodes

2015-10-09 Thread Django
#25532: JSONField form field double encodes --+ Reporter: davidszotten |Owner: Type: Bug | Status: new Component: contrib.postgres | V

[Django] #25535: ForeignObject checks are too strict

2015-10-09 Thread Django
#25535: ForeignObject checks are too strict -+- Reporter: acatton | Owner: nobody Type: New feature | Status: new Component: Core (System |Version: master che

Re: [Django] #25532: JSONField form field double encodes

2015-10-09 Thread Django
#25532: JSONField form field double encodes --+ Reporter: davidszotten |Owner: Type: Bug | Status: new Component: contrib.postgres | V

Re: [Django] #25498: PostGIS Distance lookups use ST_Distance_Sphere() and not ST_Distance()

2015-10-09 Thread Django
#25498: PostGIS Distance lookups use ST_Distance_Sphere() and not ST_Distance() ---+ Reporter: iambibhas |Owner: nobody Type: Bug| Status: new Component: Doc

Re: [Django] #25499: Distance lookup not possible with a column value as distance

2015-10-09 Thread Django
#25499: Distance lookup not possible with a column value as distance -+ Reporter: iambibhas|Owner: claudep Type: New feature | Status: new Component: GIS |

Re: [Django] #14368: Reverse relation attribute for OneToOneField fails when set to None

2015-10-09 Thread Django
#14368: Reverse relation attribute for OneToOneField fails when set to None -+- Reporter: gsakkis |Owner: nobody Type: Bug | Status: closed

Re: [Django] #25532: JSONField form field double encodes

2015-10-09 Thread Django
#25532: JSONField form field double encodes --+ Reporter: davidszotten |Owner: Type: Bug | Status: new Component: contrib.postgres | V

Re: [Django] #25499: Distance lookup not possible with a column value as distance

2015-10-09 Thread Django
#25499: Distance lookup not possible with a column value as distance -+ Reporter: iambibhas|Owner: claudep Type: New feature | Status: new Component: GIS |

Re: [Django] #14368: Reverse relation attribute for OneToOneField fails when set to None

2015-10-09 Thread Django
#14368: Reverse relation attribute for OneToOneField fails when set to None -+- Reporter: gsakkis |Owner: nobody Type: Bug | Status: closed

Re: [Django] #15574: IndexError: list index out of range caused by inline formsets

2015-10-09 Thread Django
#15574: IndexError: list index out of range caused by inline formsets + Reporter: poswald |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #25522: squashmigrations tries to alter M2M's through table

2015-10-09 Thread Django
#25522: squashmigrations tries to alter M2M's through table +-- Reporter: keturn |Owner: nobody Type: Bug | Status: closed Component: Migrations |

Re: [Django] #25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes

2015-10-09 Thread Django
#25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes ---+-- Reporter: yellowcap |Owner: nobody Type: Bug| Status: closed Component: GIS|

Re: [Django] #25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes

2015-10-09 Thread Django
#25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes ---+-- Reporter: yellowcap |Owner: nobody Type: Bug| Status: closed Component: GIS|

Re: [Django] #25499: Distance lookup not possible with a column value as distance

2015-10-09 Thread Django
#25499: Distance lookup not possible with a column value as distance -+- Reporter: iambibhas|Owner: claudep Type: New feature | Status: closed Component: GIS

Re: [Django] #25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes

2015-10-09 Thread Django
#25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes ---+-- Reporter: yellowcap |Owner: nobody Type: Bug| Status: new Component: GIS| V

Re: [Django] #25534: Allow using datetime lookups in QuerySets aggregate calls

2015-10-09 Thread Django
#25534: Allow using datetime lookups in QuerySets aggregate calls -+- Reporter: borfast |Owner: nobody Type: New feature | Status: new Component:

[Django] #25534: Allow using datetime lookups in QuerySets aggregate calls

2015-10-09 Thread Django
#25534: Allow using datetime lookups in QuerySets aggregate calls --+ Reporter: borfast | Owner: nobody Type: New feature | Status: new Component: Database

[Django] #25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes

2015-10-09 Thread Django
#25533: GDALRaster GDT_Byte Datatype mapped wrongly to ctypes + Reporter: yellowcap | Owner: nobody Type: Bug | Status: new Component: GIS |Version: 1.9a1 Severity: Normal | Keywords:

[Django] #25532: JSONField form field double encodes

2015-10-09 Thread Django
#25532: JSONField form field double encodes --+--- Reporter: davidszotten | Owner: Type: Bug | Status: new Component: contrib.postgres |Version: 1.9a1 Severity: Normal| Keywor