Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding list_fields command #1262

Merged
merged 20 commits into from Apr 7, 2020
Merged

Commits on Oct 22, 2018

  1. A simple command to list out all fields for installed apps

    Particularly helpful when you need to use related fields, but don't remember how to refer to the relation in your queries.
    JackAtOmenApps committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    88e50dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906918a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8360967 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    5606e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1930db View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    103e27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c6897 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    5fafc5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1fd79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0448545 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    ea1ac6d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    753c8c7 View commit details
    Browse the repository at this point in the history
  2. Fixed line endings.

    JackAtOmenApps committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b7cfa5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8caeed View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Added tests

    JackAtOmenApps committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2d0c63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f39a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d11cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Minor changes to improve output formatting.

    Modified command name and added listing of each model's methods
    
    
    Corrected order for entry of command in the docs
    
    
    Removed extra spaces on line endings.
    JackAtOmenApps committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1b8a438 View commit details
    Browse the repository at this point in the history
  2. Implemented @trbs recommendations, added settings, and made improvements

    Corrected flake 8 issues and formatted with black.
    
    
    Fixed line endings.
    
    
    Made it possible to use both db-type and field-class together
    
    
    Added tests
    
    
    Fixed trailing whitespace
    
    
    Corrected for representation in TravisCI
    JackAtOmenApps committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    aea57a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba77c9d View commit details
    Browse the repository at this point in the history