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

[Fix] Comic import fails due to issue having a non-integer comic number #53

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    e040384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8510576 View commit details
    Browse the repository at this point in the history
  3. Change issue models number field from an int to CharField

    * Added migration to modify existing data to a 3-padded field
      Charfield (ex. #1)
    * Modified the comicimporter.py to add the issue number as a 3-padded
      String.
    * Added the comicarchive api to use it's IssueString function.
    bpepple committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    5248518 View commit details
    Browse the repository at this point in the history