Skip to content

Would it be possible to have association_proxy allow the 'info' param, similar to columns and relationships? #3551

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot
Collaborator

Migrated issue, originally created by dieselmachine (@dieselmachine)

I realize this probably isn't feasible right now, but it seems like it could be implemented easily alongside issue #3423.

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Oct 9, 2015

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

well it's already got .info, it's just not in the constructor. can add that

sqlalchemy-bot

sqlalchemy-bot commented on Oct 9, 2015

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

9d08c6a

sqlalchemy-bot

sqlalchemy-bot commented on Oct 9, 2015

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

(cherry picked from commit 9d08c6a)

b63229a

sqlalchemy-bot

sqlalchemy-bot commented on Oct 9, 2015

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
sqlalchemy-bot

sqlalchemy-bot commented on Oct 9, 2015

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • set milestone to "1.0.9"
sqlalchemy-bot

sqlalchemy-bot commented on Oct 10, 2015

@sqlalchemy-bot
CollaboratorAuthor

dieselmachine (@dieselmachine) wrote:

Awesome, thanks!

added
easya one / two liner type of thing that anyone can do in short order. also see "fairly easy"
sqlalchemy.extextension modules, most of which are ORM related
on Nov 27, 2018
added this to the 1.0.9 milestone on Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    easya one / two liner type of thing that anyone can do in short order. also see "fairly easy"featuresqlalchemy.extextension modules, most of which are ORM related

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqlalchemy-bot

        Issue actions

          Would it be possible to have association_proxy allow the 'info' param, similar to columns and relationships? · Issue #3551 · sqlalchemy/sqlalchemy