Re: [Django] #28038: Cast regression in PostgresSQL using built-in lookups

2017-04-06 Thread Django
#28038: Cast regression in PostgresSQL using built-in lookups -+- Reporter: Peter J. Farrell |Owner: (none) Type: Bug | Status: new Component:

Re: [Django] #25406: _create_test_db hides errors like 'source database "template1" is being accessed by other users' with --keepdb

2017-04-06 Thread Django
#25406: _create_test_db hides errors like 'source database "template1" is being accessed by other users' with --keepdb -+- Reporter: Daniel Hahler|Owner: felixxm Type: Bug

Re: [Django] #27403: Document that prefetch_related doesn't guarantee transactional consistency (was: prefetch_related doesn't guarantee transactional consistency)

2017-04-06 Thread Django
#27403: Document that prefetch_related doesn't guarantee transactional consistency --+ Reporter: Aymeric Augustin |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #28006: allow D to be used with lookups on Distance annotation

2017-04-06 Thread Django
#28006: allow D to be used with lookups on Distance annotation -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: New feature

Re: [Django] #28001: Investigate/update comment about context popping in ForNode.render()

2017-04-06 Thread Django
#28001: Investigate/update comment about context popping in ForNode.render() -+- Reporter: Baptiste Mispelon|Owner: kapil Type: | garg Cleanup/optimization

Re: [Django] #27991: Add 'obj' kwarg to InlineModelAdmin.has_add_permission()

2017-04-06 Thread Django
#27991: Add 'obj' kwarg to InlineModelAdmin.has_add_permission() -+- Reporter: Olivier |Owner: Vladimir Type: | Ivanov Cleanup/optimization

Re: [Django] #27403: prefetch_related doesn't guarantee transactional consistency

2017-04-06 Thread Django
#27403: prefetch_related doesn't guarantee transactional consistency -+- Reporter: Aymeric Augustin |Owner: nobody Type: Bug | Status: new

Re: [Django] #28044: Different logic in createsuperuser command between interactive and non-interactive mode

2017-04-06 Thread Django
#28044: Different logic in createsuperuser command between interactive and non- interactive mode -+- Reporter: Sławek Ehlert|Owner: Sławek | Ehlert

[Django] #28044: Different logic in createsuperuser command between interactive and non-interactive mode

2017-04-06 Thread Django
#28044: Different logic in createsuperuser command between interactive and non- interactive mode -+- Reporter: Sławek | Owner: nobody Ehlert |

Re: [Django] #28035: Help Django Programmer to link a Query in their database logs with the Python lines of code that generated the request.

2017-04-06 Thread Django
#28035: Help Django Programmer to link a Query in their database logs with the Python lines of code that generated the request. -+- Reporter: Rémy Hubscher|Owner: nobody Type: New

Re: [Django] #28039: BaseGeometryWidget.subwidgets() crashes with KeyError 'widget' (was: KeyError 'widget' in BaseGeometryWidget)

2017-04-06 Thread Django
#28039: BaseGeometryWidget.subwidgets() crashes with KeyError 'widget' -+ Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #28009: Document and test Field.empty_value for CharField subclasses

2017-04-06 Thread Django
#28009: Document and test Field.empty_value for CharField subclasses -+- Reporter: Matt Braymer-Hayes |Owner: Matt Type: | Braymer-Hayes Cleanup/optimization

Re: [Django] #28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed

2017-04-06 Thread Django
#28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed -+ Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new

Re: [Django] #21729: DecimalField.to_python() fails on values with invalid unicode start byte

2017-04-06 Thread Django
#21729: DecimalField.to_python() fails on values with invalid unicode start byte -+- Reporter: brett_energysavvy|Owner: nobody Type: | Status:

Re: [Django] #23766: Documentation and tests for cursor.callproc()

2017-04-06 Thread Django
#23766: Documentation and tests for cursor.callproc() -+- Reporter: Shai Berger |Owner: felixxm Type: | Status: assigned

Re: [Django] #27947: Document that model field error_messages don't carry over to forms

2017-04-06 Thread Django
#27947: Document that model field error_messages don't carry over to forms -+- Reporter: Jimmy Merrild Krag |Owner: Taavi Type: | Teska Cleanup/optimization

Re: [Django] #13677: ModelFormSet may query wrong database backend

2017-04-06 Thread Django
#13677: ModelFormSet may query wrong database backend -+- Reporter: Pierre Chifflier |Owner: David | Gouldin Type: Bug |

Re: [Django] #28043: Cloning a ModelState fails to deepcopy all options

2017-04-06 Thread Django
#28043: Cloning a ModelState fails to deepcopy all options -+- Reporter: Ian Foote|Owner: Ian Foote Type: Bug | Status: assigned

Re: [Django] #27644: Document FileSystemStorage.get_created_time() limitation on Unix

2017-04-06 Thread Django
#27644: Document FileSystemStorage.get_created_time() limitation on Unix -+- Reporter: Jonathan Verner |Owner: Ingo Type: | Klöcker Cleanup/optimization

Re: [Django] #21729: DecimalField.to_python() fails on values with invalid unicode start byte

2017-04-06 Thread Django
#21729: DecimalField.to_python() fails on values with invalid unicode start byte -+- Reporter: brett_energysavvy|Owner: nobody Type: | Status:

Re: [Django] #13677: ModelFormSet may query wrong database backend

2017-04-06 Thread Django
#13677: ModelFormSet may query wrong database backend -+- Reporter: Pierre Chifflier |Owner: David | Gouldin Type: Bug |

Re: [Django] #28041: Postgres prefix searching for full text search

2017-04-06 Thread Django
#28041: Postgres prefix searching for full text search --+ Reporter: Joe Tsoi |Owner: Joe Tsoi Type: New feature | Status: assigned Component:

Re: [Django] #23766: Documentation and tests for cursor.callproc()

2017-04-06 Thread Django
#23766: Documentation and tests for cursor.callproc() -+- Reporter: Shai Berger |Owner: felixxm Type: | Status: assigned

Re: [Django] #28043: Cloning a ModelState fails to deepcopy all options

2017-04-06 Thread Django
#28043: Cloning a ModelState fails to deepcopy all options -+- Reporter: Ian Foote|Owner: Ian Foote Type: Bug | Status: assigned

Re: [Django] #27777: File object does not consistently open itself in context manager use

2017-04-06 Thread Django
#2: File object does not consistently open itself in context manager use -+- Reporter: Raphael Gaschignard |Owner: Ingo Type: | Klöcker Cleanup/optimization

Re: [Django] #22654: DecimalField and DECIMAL_SEPARATOR (in admin)

2017-04-06 Thread Django
#22654: DecimalField and DECIMAL_SEPARATOR (in admin) --+-- Reporter: matija@… |Owner: Raphael Michel Type: Bug | Status: assigned Component: Forms |

Re: [Django] #27947: Document that model field error_messages don't carry over to forms

2017-04-06 Thread Django
#27947: Document that model field error_messages don't carry over to forms -+- Reporter: Jimmy Merrild Krag |Owner: Taavi Type: | Teska Cleanup/optimization

Re: [Django] #23546: callproc **kwargs or *args parameter

2017-04-06 Thread Django
#23546: callproc **kwargs or *args parameter -+- Reporter: fatal10110 |Owner: felixxm Type: New feature | Status: assigned Component: Database

Re: [Django] #23766: Documentation and tests for cursor.callproc()

2017-04-06 Thread Django
#23766: Documentation and tests for cursor.callproc() -+- Reporter: Shai Berger |Owner: felixxm Type: | Status: assigned

Re: [Django] #28041: Postgres prefix searching for full text search

2017-04-06 Thread Django
#28041: Postgres prefix searching for full text search --+-- Reporter: Joe Tsoi |Owner: Joe Tsoi Type: New feature | Status: assigned Component:

Re: [Django] #22654: DecimalField and DECIMAL_SEPARATOR (in admin)

2017-04-06 Thread Django
#22654: DecimalField and DECIMAL_SEPARATOR (in admin) --+-- Reporter: matija@… |Owner: Raphael Michel Type: Bug | Status: assigned Component: Forms |

Re: [Django] #28043: Cloning a ModelState fails to deepcopy all options

2017-04-06 Thread Django
#28043: Cloning a ModelState fails to deepcopy all options -+- Reporter: Ian Foote|Owner: nobody Type: Bug | Status: new Component:

[Django] #28043: Cloning a ModelState fails to deepcopy all options

2017-04-06 Thread Django
#28043: Cloning a ModelState fails to deepcopy all options -+- Reporter: Ian Foote | Owner: nobody Type: Bug| Status: new Component: |

Re: [Django] #28034: Update the contributing tutorial to use a more recent patch (was: Error when running tests in "Writing your first patch for Django" tutorial.)

2017-04-06 Thread Django
#28034: Update the contributing tutorial to use a more recent patch --+ Reporter: Mateusz Jankowski |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #28038: Cast regression in PostgresSQL using built-in lookups

2017-04-06 Thread Django
#28038: Cast regression in PostgresSQL using built-in lookups -+- Reporter: Peter J. Farrell |Owner: Simon | Charette Type: Bug |

Re: [Django] #28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed

2017-04-06 Thread Django
#28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed +-- Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new

Re: [Django] #28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed

2017-04-06 Thread Django
#28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed +-- Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new

[Django] #28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed

2017-04-06 Thread Django
#28042: mimetype Fallback for attachments passed to EmailMessage.__init__ removed --+ Reporter: Dariusz Paluch | Owner: nobody Type: Bug | Status: new

Re: [Django] #28041: Postgres prefix searching for full text search

2017-04-06 Thread Django
#28041: Postgres prefix searching for full text search ---+-- Reporter: Joe Tsoi |Owner: Joe Tsoi Type: Uncategorized | Status: assigned Component: Uncategorized |

[Django] #28041: Postgres prefix searching for full text search

2017-04-06 Thread Django
#28041: Postgres prefix searching for full text search -+ Reporter: Joe Tsoi | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #28039: KeyError 'widget' in BaseGeometryWidget

2017-04-06 Thread Django
#28039: KeyError 'widget' in BaseGeometryWidget +-- Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new Component: Forms |

Re: [Django] #27161: TypedChoiceField fails to validate properly when used with ArrayField

2017-04-06 Thread Django
#27161: TypedChoiceField fails to validate properly when used with ArrayField -+- Reporter: Roman Karpovich |Owner: Rômulo | Rosa Furtado Type:

Re: [Django] #27161: TypedChoiceField fails to validate properly when used with ArrayField

2017-04-06 Thread Django
#27161: TypedChoiceField fails to validate properly when used with ArrayField -+- Reporter: Roman Karpovich |Owner: Rômulo | Rosa Furtado Type:

Re: [Django] #27916: versionchanged / versionadded annotation titles missing in downloadable docs

2017-04-06 Thread Django
#27916: versionchanged / versionadded annotation titles missing in downloadable docs ---+ Reporter: Ulrich Petri |Owner: nobody Type: Bug| Status: closed

Re: [Django] #28040: SplitArrayWidget isn't updated for template-based widget rendering (was: AttributeError: 'SplitArrayWidget' object has no attribute 'template_name')

2017-04-06 Thread Django
#28040: SplitArrayWidget isn't updated for template-based widget rendering --+ Reporter: Dariusz Paluch|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #28039: KeyError 'widget' in BaseGeometryWidget

2017-04-06 Thread Django
#28039: KeyError 'widget' in BaseGeometryWidget +-- Reporter: Dariusz Paluch |Owner: nobody Type: Bug | Status: new Component: Forms |

[Django] #28040: AttributeError: 'SplitArrayWidget' object has no attribute 'template_name'

2017-04-06 Thread Django
#28040: AttributeError: 'SplitArrayWidget' object has no attribute 'template_name' --+ Reporter: Dariusz Paluch | Owner: nobody Type: Bug | Status: new

Re: [Django] #28038: Cast regression in PostgresSQL using built-in lookups

2017-04-06 Thread Django
#28038: Cast regression in PostgresSQL using built-in lookups -+- Reporter: Peter J. Farrell |Owner: Simon | Charette Type: Bug |

[Django] #28039: KeyError 'widget' in BaseGeometryWidget

2017-04-06 Thread Django
#28039: KeyError 'widget' in BaseGeometryWidget --+ Reporter: Dariusz Paluch | Owner: nobody Type: Bug | Status: new Component: Forms |

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #21498: Changing locale causes migrations autodetector to make unnecesary changes

2017-04-06 Thread Django
#21498: Changing locale causes migrations autodetector to make unnecesary changes +- Reporter: foonicorn |Owner: Andrew Godwin Type: Bug | Status: closed

Re: [Django] #21498: Changing locale causes migrations autodetector to make unnecesary changes

2017-04-06 Thread Django
#21498: Changing locale causes migrations autodetector to make unnecesary changes -+- Reporter: foonicorn|Owner: Andrew Godwin Type: Bug | Status:

[Django] #28038: Cast regression in PostgresSQL using built-in lookups

2017-04-06 Thread Django
#28038: Cast regression in PostgresSQL using built-in lookups -+- Reporter: Peter J. | Owner: nobody Farrell| Type: Bug| Status:

Re: [Django] #27833: prefetch_related fails with SQLite when used with 1000 parent records

2017-04-06 Thread Django
#27833: prefetch_related fails with SQLite when used with 1000 parent records -+- Reporter: Jason Barnabe|Owner: Raphael | Michel Type: Bug

Re: [Django] #27830: Use distutils.version.LooseVersion instead of custom version parsing

2017-04-06 Thread Django
#27830: Use distutils.version.LooseVersion instead of custom version parsing --+ Reporter: NotSqrt |Owner: ChillarAnand Type: Bug | Status: assigned

Re: [Django] #28031: Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed

2017-04-06 Thread Django
#28031: Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed -+ Reporter: Richard Barrell |Owner: nobody Type: Bug |

Re: [Django] #20537: `request_finished` signal not being called with Django 1.5 and uWSGI < 1.2.6(?)

2017-04-06 Thread Django
#20537: `request_finished` signal not being called with Django 1.5 and uWSGI < 1.2.6(?) -+- Reporter: Jaap Roes|Owner: Aymeric | Augustin

Re: [Django] #20537: `request_finished` signal not being called with Django 1.5 and uWSGI < 1.2.6(?)

2017-04-06 Thread Django
#20537: `request_finished` signal not being called with Django 1.5 and uWSGI < 1.2.6(?) -+- Reporter: Jaap Roes|Owner: Aymeric | Augustin

Re: [Django] #28031: Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed

2017-04-06 Thread Django
#28031: Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed -+ Reporter: Richard Barrell |Owner: nobody Type: Bug |

Re: [Django] #28037: Incorrect return type in QueryDict.items()/values() docs examples (was: Inconsistency on QueryDict.items and documentation)

2017-04-06 Thread Django
#28037: Incorrect return type in QueryDict.items()/values() docs examples --+ Reporter: Daniel F Moisset |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23147: Sliced for-update queries do not work on Oracle

2017-04-06 Thread Django
#23147: Sliced for-update queries do not work on Oracle -+- Reporter: Shai Berger |Owner: felixxm Type: Bug | Status: assigned Component:

Re: [Django] #27996: Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres

2017-04-06 Thread Django
#27996: Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres -+- Reporter: Paolo Melchiorre |Owner: Paolo | Melchiorre Type:

Re: [Django] #28029: Removal of ability to reverse by dotted path found to be very non-DRY

2017-04-06 Thread Django
#28029: Removal of ability to reverse by dotted path found to be very non-DRY --+-- Reporter: Henrik Levkowetz |Owner: nobody Type: Uncategorized | Status: closed

Re: [Django] #28036: Unexpected exception raised by previous_page_number() method - Django Paginator

2017-04-06 Thread Django
#28036: Unexpected exception raised by previous_page_number() method - Django Paginator -+- Reporter: Pat |Owner: Pat Type: Uncategorized| Status:

Re: [Django] #28036: Unexpected exception raised by previous_page_number() method - Django Paginator

2017-04-06 Thread Django
#28036: Unexpected exception raised by previous_page_number() method - Django Paginator -+- Reporter: Pat |Owner: Pat Type: Uncategorized| Status:

Re: [Django] #27916: versionchanged / versionadded annotation titles missing in downloadable docs

2017-04-06 Thread Django
#27916: versionchanged / versionadded annotation titles missing in downloadable docs ---+ Reporter: Ulrich Petri |Owner: nobody Type: Bug| Status: new

Re: [Django] #27916: versionchanged / versionadded annotation titles missing in downloadable docs

2017-04-06 Thread Django
#27916: versionchanged / versionadded annotation titles missing in downloadable docs ---+ Reporter: Ulrich Petri |Owner: nobody Type: Bug| Status: new

[Django] #28037: Inconsistency on QueryDict.items and documentation

2017-04-06 Thread Django
#28037: Inconsistency on QueryDict.items and documentation + Reporter: Daniel F Moisset | Owner: nobody Type: Uncategorized | Status: new Component: HTTP

Re: [Django] #21498: Changing locale causes migrations autodetector to make unnecesary changes

2017-04-06 Thread Django
#21498: Changing locale causes migrations autodetector to make unnecesary changes -+- Reporter: foonicorn|Owner: Andrew Godwin Type: Bug | Status:

Re: [Django] #28034: Error when running tests in "Writing your first patch for Django" tutorial.

2017-04-06 Thread Django
#28034: Error when running tests in "Writing your first patch for Django" tutorial. ---+-- Reporter: Mateusz Jankowski |Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #28036: Unexpected exception raised by previous_page_number() method - Django Paginator

2017-04-06 Thread Django
#28036: Unexpected exception raised by previous_page_number() method - Django Paginator -+- Reporter: Pat |Owner: Pat Type: Uncategorized| Status:

[Django] #28036: Unexpected exception raised by previous_page_number() method - Django Paginator

2017-04-06 Thread Django
#28036: Unexpected exception raised by previous_page_number() method - Django Paginator -+- Reporter: Pat| Owner: nobody Type: | Status: new

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #27991: Add 'obj' kwarg to InlineModelAdmin.has_add_permission()

2017-04-06 Thread Django
#27991: Add 'obj' kwarg to InlineModelAdmin.has_add_permission() -+- Reporter: Olivier |Owner: Vladimir Type: | Ivanov Cleanup/optimization

Re: [Django] #27849: Support Postgres FILTER WHERE conditions in ArrayAgg

2017-04-06 Thread Django
#27849: Support Postgres FILTER WHERE conditions in ArrayAgg --+ Reporter: Tom |Owner: (none) Type: New feature | Status: new Component:

Re: [Django] #26803: Add a statistics option to makemessages

2017-04-06 Thread Django
#26803: Add a statistics option to makemessages -+- Reporter: Vlastimil Zíma |Owner: Sergey | Kolosov Type: New feature |

Re: [Django] #28032: Abstract away pagination boilerplate

2017-04-06 Thread Django
#28032: Abstract away pagination boilerplate -+- Reporter: Ian Foote|Owner: Sami J. Type: | Lehtinen Cleanup/optimization |

Re: [Django] #27833: prefetch_related fails with SQLite when used with 1000 parent records

2017-04-06 Thread Django
#27833: prefetch_related fails with SQLite when used with 1000 parent records -+- Reporter: Jason Barnabe|Owner: Raphael | Michel Type: Bug

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #27403: prefetch_related doesn't guarantee transactional consistency

2017-04-06 Thread Django
#27403: prefetch_related doesn't guarantee transactional consistency -+- Reporter: Aymeric Augustin |Owner: nobody Type: Bug | Status: new

Re: [Django] #27777: File object does not consistently open itself in context manager use

2017-04-06 Thread Django
#2: File object does not consistently open itself in context manager use -+- Reporter: Raphael Gaschignard |Owner: Ingo Type: | Klöcker Cleanup/optimization

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #28035: Help Django Programmer to link a Query in their database logs with the Python lines of code that generated the request. (was: Help Django Programmer to link a Query in their datab

2017-04-06 Thread Django
#28035: Help Django Programmer to link a Query in their database logs with the Python lines of code that generated the request. ---+-- Reporter: Rémy Hubscher |Owner: nobody Type: Uncategorized |

[Django] #28035: Help Django Programmer to link a Query in their database logs with the Python line of codes that generated the request.

2017-04-06 Thread Django
#28035: Help Django Programmer to link a Query in their database logs with the Python line of codes that generated the request. -+ Reporter: Rémy Hubscher | Owner: nobody Type:

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #21963: makemessages still ignores translations in templates with inline comment tags

2017-04-06 Thread Django
#21963: makemessages still ignores translations in templates with inline comment tags -+- Reporter: Ihor Kaharlichenko |Owner: Sergey | Kolosov Type:

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

Re: [Django] #22654: DecimalField and DECIMAL_SEPARATOR (in admin)

2017-04-06 Thread Django
#22654: DecimalField and DECIMAL_SEPARATOR (in admin) --+ Reporter: matija@… |Owner: (none) Type: Bug | Status: new Component: Forms | Version: 1.11

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Rémy | Hubscher Type: New feature |

[Django] #28034: Error when running tests in "Writing your first patch for Django" tutorial.

2017-04-06 Thread Django
#28034: Error when running tests in "Writing your first patch for Django" tutorial. -+ Reporter: Mateusz Jankowski | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #21498: Changing locale causes migrations autodetector to make unnecesary changes

2017-04-06 Thread Django
#21498: Changing locale causes migrations autodetector to make unnecesary changes -+- Reporter: foonicorn|Owner: Andrew Godwin Type: Bug | Status:

Re: [Django] #21498: Changing locale causes migrations autodetector to make unnecesary changes

2017-04-06 Thread Django
#21498: Changing locale causes migrations autodetector to make unnecesary changes -+- Reporter: foonicorn|Owner: Andrew Godwin Type: Bug | Status:

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: Natim Type: New feature | Status: assigned Component:

Re: [Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote|Owner: nobody Type: New feature | Status: new Component:

[Django] #28033: Allow passing choices as a callable in a model field

2017-04-06 Thread Django
#28033: Allow passing choices as a callable in a model field -+- Reporter: Ian Foote | Owner: nobody Type: New| Status: new feature|

Re: [Django] #28032: Abstract away pagination boilerplate

2017-04-06 Thread Django
#28032: Abstract away pagination boilerplate -+- Reporter: Ian Foote|Owner: Sami J. Type: | Lehtinen Cleanup/optimization |

Re: [Django] #28032: Abstract away pagination boilerplate

2017-04-06 Thread Django
#28032: Abstract away pagination boilerplate -+- Reporter: Ian Foote|Owner: Sami J. Type: | Lehtinen Cleanup/optimization |

Re: [Django] #28032: Abstract away pagination boilerplate

2017-04-06 Thread Django
#28032: Abstract away pagination boilerplate -+- Reporter: Ian Foote|Owner: Sami J. Type: | Lehtinen Cleanup/optimization |

Re: [Django] #27996: Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres

2017-04-06 Thread Django
#27996: Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres -+- Reporter: Paolo Melchiorre |Owner: Paolo | Melchiorre Type:

  1   2   >