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

These changes make it so Baker working with django 3.0 #26

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

Commits on Jan 22, 2019

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

Commits on Dec 4, 2020

  1. fixed import of FieldDoesNotExist

    from jango.db.models.fields import FieldDoesNotExist does not work with Django 3.0 instead import from django.core.exceptions
    opencoca authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    785fc27 View commit details
    Browse the repository at this point in the history
  2. fixed import iteritems

    Django 3 doesn't support 'django.utils.six' instead direct import from six
    opencoca authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    22113b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. docs: fix simple typo, ovverride -> override

    There is a small typo in README.rst.
    
    Should read `override` rather than `ovverride`.
    timgates42 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e972f4c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge pull request #1 from timgates42/bugfix_typo_override

    docs: fix simple typo, ovverride -> override
    opencoca authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c46a920 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from BarisSari/master

    mark_safe is added to create links between tables.
    opencoca authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    cbee49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3975af View commit details
    Browse the repository at this point in the history
  4. Resolving FieldDoesNotExist is now located under django.core.exceptio…

    …ns and six (#3)
    
    * Update FieldDoesNotExist in admin.py
    
    FieldDoesNotExist is now located under django.core.exceptions.
    Therefor the from import had to be updated.
    
    * Update six in baker.py
    
    six has changed in the meantime therefore the from import had to be updated.
    
    Co-authored-by: Ramin-Shemirani <[email protected]>
    opencoca and Ramin-Shemirani authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    cdb2980 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8832b68 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    opencoca authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    02e349e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e345f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    9d59d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f100440 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Ignore more

    opencoca committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5ea66a9 View commit details
    Browse the repository at this point in the history
  2. modified: MANIFEST.in

    opencoca committed May 3, 2023
    Configuration menu
    Copy the full SHA
    add4682 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Update README.md

    opencoca authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e3e53ac View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Removing whitespace errors

    opencoca committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    67f54cc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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