Code Monkey home page Code Monkey logo

Comments (2)

kingbuzzman avatar kingbuzzman commented on July 21, 2024

Hi @dotcomlatam,

What version of django are you using?

--- update ---

I suspect you're using django 2.0 or 2.1, you will notice that the class Serializer does not exist.

https://github.com/django/django/blob/stable/2.0.x/django/db/migrations/serializer.py
https://github.com/django/django/blob/stable/2.1.x/django/db/migrations/serializer.py

I, like django, do not support anything bellow 2.2. See https://www.djangoproject.com/download/#supported-versions, you will see that 2.1 left support back in Dec 2019. Note how the class Serializer exists here.

https://github.com/django/django/blob/stable/2.2.x/django/db/migrations/serializer.py#L275

If you're interested, this is what i'm currently supporting https://github.com/kingbuzzman/django-squash/blob/master/setup.py#L53 the same information can be seen here https://pypi.org/project/django-squash/ on the left hand side under "Classifiers" > "Framework"

from django-squash.

kingbuzzman avatar kingbuzzman commented on July 21, 2024

@dotcomlatam If you think i closed this incorrectly, and this is not your issue, you're more than welcome to opening it back up, just provide more details.

Cheers

from django-squash.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.