Git Product home page Git Product logo

Comments (6)

neilmb avatar neilmb commented on June 12, 2024 1

I too am using Django 4.1 and would love to be able to use django-fsm graph_transitions command. Can the proposed fix be merged and a new release made?

from django-fsm.

kmmbvnr avatar kmmbvnr commented on June 12, 2024 1

Merged #293

from django-fsm.

dwhu avatar dwhu commented on June 12, 2024 1

Whats the timeline for this to be released?

from django-fsm.

Borhink avatar Borhink commented on June 12, 2024 1

I still have this error. I'm using :
Python 3.10.13
Django 4.2.4
graphviz 0.20.1

ERROR :
Traceback (most recent call last):
File "/mnt/c/Users/hidden/manage.py", line 22, in
main()
File "/mnt/c/Users/hidden/manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "/mnt/c/Users/hidden/venv/lib/python3.10/site-packages/django/core/management/init.py", line 442, in execute_from_command_line
utility.execute()
File "/mnt/c/Users/hidden/venv/lib/python3.10/site-packages/django/core/management/init.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/mnt/c/Users/hidden/venv/lib/python3.10/site-packages/django/core/management/init.py", line 275, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/mnt/c/Users/hidden/venv/lib/python3.10/site-packages/django/core/management/init.py", line 49, in load_command_class
return module.Command()
File "/mnt/c/Users/hidden/venv/lib/python3.10/site-packages/django/core/management/base.py", line 284, in init
raise TypeError("requires_system_checks must be a list or tuple.")
TypeError: requires_system_checks must be a list or tuple.

from django-fsm.

pfouque avatar pfouque commented on June 12, 2024

Hi @neilmb ,
If you really need it before it's merged, you can override the command by copying the whole file into your project:
https://docs.djangoproject.com/en/4.1/howto/custom-management-commands/#overriding-commands
:)

from django-fsm.

virogenesis avatar virogenesis commented on June 12, 2024

Sorta related MR #293

from django-fsm.

Related Issues (20)

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.